.inputRow{
float:left !important;
float:none;
margin:3px 0 0 0;
width:100%;
}

label{
float:left;
margin:0 5px 0 0;
padding-top:1px;
width:120px;
height:20px;
color:#474747;
text-align:left;
font-size:12px;
}

input{
	padding:0px;;
	color:#000000;
	font:normal 11px Tahoma;
	border:1px solid #cccccc;
	background-color: #FFFFFF;
	height:21px;
	width:250px
}
textarea{
	padding:0px;;
	color:#000000;
	font:normal 11px Tahoma;
	border:1px solid #cccccc;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	width:250px;
	height:100px;
}

select{
font:normal 11px Tahoma;
	border:1px solid #cccccc;
	background-color: #cccccc;
}

input.fileBrowse{
width:200px;
height:20px;
}

input.inputSubmit{
padding:0;
width:61px;
height:21px;
font:normal 11px Verdana;
border:none;
outline:0;
cursor:pointer;
}

.checkbox{
float:none;
margin:0;
padding:0;
width:13px !important;
width:15px;
height:13px !important;
height:15px;
border:none;
cursor:pointer;
}