/** 
* 1
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 2px solid #fbda61;
	/** remember to change image path **/
	background: url(none) no-repeat #fdf2ca;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #444444;

}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #82983e;
}








/** 
* 2
**/

.myinputstyle2 {
background:#FFFFFF url(none) no-repeat scroll 0 0;
border:2px solid #444444;
color:#000000;
font-family: tahoma, helvetica, sans-serif;
font-style: normal;
font-size: 14px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle2 {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #555555;
	font-weight: 100;
	float: left;
	margin-right: 15px;
	width: 55px;

}
.mylabelstyle4 {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #555555;
	font-weight: 100;
	float: left;
	margin-right: 15px;
	width: 155px;

}
.mylabelstyle3 {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #555555;
	font-weight: 100;
	float: left;
	margin-right: 15px;
	width: 100px;

}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle2:hover {
	border: 2px solid #1663B1;
	/** remember to change image path **/
	background-color:#fff;
	color: #000;
}

.myinputstyleBt {
text-align:center;
background-color: #0053AD;
color: #ffffff;
padding:0px 5px 2px 5px;
font-size: 11px;
text-decoration: none;
font-family: Verdana;
border:3px solid #2A77CF;
font-weight: 100;
cursor: pointer;
}
.myinputstyleBt:hover {
background-color: #73671f;
border:3px solid #c1b361;
color: #ffffff;
}
