form{
padding-bottom:0px;}

form label span {
	width:180px;
	display:block;
	float:left;
}

form label {
	display:block;
	padding-top:5px;
}

form  input {
	width:180px;
	border:1px solid #4070b8;
	padding:2px;
	color:inherit;
	margin-right:5px;
}

form  input.check {
	width:20px;
}

form  select {
	width:185px;
	border:1px solid #4070b8;
	padding:2px;
	color:inherit;
	margin-right:5px;
}



form table .col1 {
	width: 180px;
}

form table td {
		vertical-align: top;
}

form table label {
	float: left;
	padding: 0 !important;
	margin: 0 0 5px 0;
}

form table  input, form table  select, form table textarea {
	float: left;
	width: auto !important;
	margin: 0 5px 5px 0;
	width:180px;
	border:1px solid #4070b8;
	padding:2px;
}

form table textarea {
	height: 80px;
	
}

form table br {
	float: none;
	clear: both;
}

form input.submit, form input.btnClassic {
	margin-top:5px;
	padding:2px 10px;
	background-color:#4070b8;	
	color:#fff !important;
	border:none;
	width: auto !important;
}

form#sidebarlogin {
	margin-bottom: 15px !important;
}

form#sidebarlogin label, form#sidebarlogin input {
	font-size: 11px !important;
}

form#sidebarlogin input {
	width: 80px !important;
}

form#sidebarlogin input.btnClassic {
	width: 85px !important;
}

#contact label {
	float: left;
	width: 180px;
	display: block;
}

#contact input,#contact select, #contact textarea {
	float: left;
	width: 180px;
	display: block;
	margin: 0 0 5px 0;
}

#contact textarea {
	height: 90px;
}

#contact br {
	float: none;
	clear: both;
}