.myinputstyle {
	border: 1px dotted #7D0608;
	border-top: none;
	border-left: none;
	border-right: none;
	/** remember to change image path **/
	background: url(none) no-repeat;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
}


.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #ffffff;
}


.myinputstyle:focus {
	border: 1px solid #7D0608;
	
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}