.side-box-login .forgotPassword
{ float: left; line-height: 14px; padding: 0 0 0 10px; width: 90px; }
legend,label{letter-spacing:1px;text-transform:uppercase;font-size:11px;}
input[type=text],input[type=password],input[type=file],textarea,select{background-color:transparent;padding:5px;width:160px;-moz-border-radius:6px;-webkit-border-radius:5px;}
.label-padding{margin-left:12px;}
textarea{width:97%;height:120px;font-size:12px;}
input, textarea ,select{outline-style:none!important;}
pre,input[type=text],input[type=password],input[type=file],textarea,select{
	background:#F9F9F9 url(../images/form-gradient.gif) repeat-x scroll -1px -2px;
	border-color:#D9D9D9 #EAEAEA #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#666;}
input[type="submit"]::-moz-focus-inner{border : 0px;} 
input[type="submit"]:focus{outline:none;}

input.submit {
	background: url(../images/submit-button.png) 0 0 no-repeat;
	cursor:pointer;
	color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 54px;
	height: 28px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
input.submit:hover {
	text-decoration: none;
	background-position: 0 -28px;
	color:#000000;
	background-image: url(../images/submit-button.png);
}



