/* Monocle CSS Standards */

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

/* Seems to be redundant */
body {
}

h1,h2,h3,h4,h5,h6 {
}
table	{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img	{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var	{
	font-style:normal;
	font-weight:normal;
}

li	{
	list-style:none;
}

caption,th	{
	text-align:left;
}





/* Custom CSS */

label.error { 
	position: absolute;
	width: 140px; 
	padding: 5px;
	font-size: 80%;
	margin: 5 0px 0 0px;
	color: #FF3F84; 
	padding-left: 0px; 
} 


/* input fields with rounded corner, grey color, flat */
input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #c0c0c0;
	color: #232323;
	background-color: #f1f1f1;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin: 5px;
}


h1 {
	font-size: 230%;
}

#fakehr hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
}
#fakehr {
	height: 1px;
	width: 690px;
}

