input[type=text], input[type=password] {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 5px;
}

.fieldwrapper, div#remember_me {
	margin: 0 !important;
	width: 240px;
	padding: 0;
}

div#remember_me {
	margin-top: 5px;
	margin-bottom: 5px;
}

br {
	display: none;
}

.fieldwrapper label {
	color: #414141;
	line-height: 18px;
	display: block;
	margin: 5px 0 0 0;
	font: normal 14px arial, helvetica, sans-serif;
}

span.text-13 {
	font: normal 14px arial, helvetica, sans-serif;
	color: #414141;
}

a.text-13 {
	font: normal 14px arial, helvetica, sans-serif;
	display: block;
	padding-top: 5px;
	margin: 0;
}

button#login_btn, button#login_btn.positive {
	color: #FFFFFF !important;
	margin: 10px 0 0 0;
}

#login-btn, button.blue, button.positive, div.blue, div.blue input, input.blue, input.positive {
	font-family: 'Arial', Helvetica, sans-serif !important;
	font-size: 18px !important;
	height:40px;
	color: #FFFFFF !important;
	border: none;
	text-shadow: none;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#103184),  to(#103184) );
	background-image: -moz-linear-gradient(top, #103184, #103184);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103184',  endColorstr='#103184' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#103184', EndColorStr='#103184')"; /* IE8 */
	text-transform: none !important;
	font-weight: normal;/*box-shadow: 0px 1px 2px 0px #cccccc;
	-moz-box-shadow: 0px 1px 2px 0px #cccccc;
	-webkit-box-shadow: 0px 1px 2px 0px #cccccc;*/
}
#login-btn:hover, button.blue:hover, button.positive:hover, div.blue:hover, div.blue input:hover {
	border: none;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#103184),  to(#103184) );
	background-image: -moz-linear-gradient(top, #103184, #103184);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103184',  endColorstr='#103184' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#103184', EndColorStr='#103184')"; /* IE8 */
}