@charset "UTF-8";

/**
 * Forms stylesheet for the Metrix website.
 */

/*  xHTML selectors
------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

label {

}

fieldset {
	border:none;
	margin:0;
	padding:0;
}

fieldset legend {

}

input.text {
	
	border:2px solid #fff;
	color:#0071bc;
	font:normal 14px Arial, Helvetica, sans-serif;
	height:18px;
	line-height:14px;
	
	width:334px;
	background: #fff none;
	
}

input.error {
	border: 2px solid #c70000 !important;
}
span.error {
	background: #fff;
	font-weight: bold;
	color: #c70000 !important;
}


input.wide {
	width: 334px;
	margin: 0 0 20px;
}

#input-email {
	width: 334px;
	margin: 0 0 20px;
}

input.nomargin {
	width: 334px;
	margin: 0;
}

input#btn-next {
	border:0;
	clear:both;
	cursor:pointer;
	font-size:0;
	float:left;
	line-height:0;
	margin:18px 0 0 0;
	padding:0;
	text-indent:-9999em;
}
