.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;

}

.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;
}
.myinputstyle2:hover {
	border: 2px solid #1663B1;
	/** remember to change image path **/
	background-color:#fff;
	color: #000;
}

.myinputstyleBt {
text-align:center;
background-color: #f1f1f1;
display:block;
color: #8e086a;
padding:0px 8px 2px 8px;
font-size: 11px;
text-decoration: none;
font-family: Verdana;
border:3px solid #e6e6e6;
font-weight: bold;
cursor: pointer;
}
.myinputstyleBt:hover {
background-color: #CB0180;
border:3px solid #F193DD;
color: #ffffff;
}