
/* Forms */
form {	margin: 0px; }
input , select , textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #fcf8f1;
	border-bottom: 2px solid #efd7ac;
	border-right: 2px solid #efd7ac;
	border-top: 1px solid #efd7ac;
	border-left: 1px solid #efd7ac;
}
input {
	padding-left:3px;
	padding-right:3px;}
	
*html input.readonly { 
	background-color:transparent;
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

/* CSS2 selector */

input[type="text"]:disabled {
	color: #999999;
	background-color: #EFEFEF;
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
input[disabled], select[disabled]  {
	color: #999999;
	background-color: #EFEFEF;
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.but70 , .but120 , .but150{
	height: 20px;
	color: #efd7ac;
	font-size: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
	border: none;
	padding-bottom: 3px;
}
.but70 {	
	width: 70px;
	background-image: url(http://125.5.126.115/jctalentbank/images/bgButton70.gif);
}
.but120 {	
	width: 120px;
	background-image: url(http://125.5.126.115/jctalentbank/images/bgButton120.gif);
}
.but150 {	
	width: 150px;
	background-image: url(http://125.5.126.115/jctalentbank/images/bgButton150.gif);
}
