﻿.specificationEditor input {
	font-size:12px;
}

.specificationEditor .empty, .specificationEditor .data {
	font-size:12px;
	width: 98%;
}
.specificationEditor .empty{
	background-color: orange;
}

.specificationEditor .button {
	background:transparent url(../../Images/admin_top_btn.gif) repeat-x scroll 0 0;
    border:1px solid #9B9B9D;
    color:#000000;
    cursor:pointer;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    height:21px;
    padding:0;
    text-align:center;
	width: 75px;	
}

.specificationEditor .underline {
	border-bottom: 1px solid gray;

}