

/* error message */
.error {
	height:15px;
	background-color:#e42d2c;
	font-size:11px;
	padding:1px 10px;
	color:#fff;
	display:none;	
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 0px #1e3536;
	-webkit-box-shadow:0 0 0px #1e3536;	
}

.error p {
	margin:0;		
}


#terms label {
	float:left;
}

#terms input {
	margin:0 5px;
}
