html{color:#000;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,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{font-style:normal;font-weight:normal;}
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:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}
*{
	outline: none;
}
html{
	
	height: 100%;
}
body { font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background: #F5F5F5; color: #333; }
p{
	margin: 2px 0;
}
h1{
	margin: 5px 0;
	font-size: 1.5em;
}
h2{
	margin: 5px 0;
	font-size: 1.3em;
}
h3{
	margin: 5px 0;
	font-size: 1.2em;
}
hr{
	height: 1px;
	border-top: 1px solid #d2d2d7;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
br.reset{
	float: none;
	clear: both;
	line-height: 1px;
}
.strong{
	font-weight: bolder;
}
strong{
	font-weight:bolder;
}
div#content{
	width: 800px;
	margin: 0 auto;
}
div#posting, div#form{
	width: 100%;
	background: #fff;
	padding: 20px;
	border:1px solid #E1E1E4;
}
div.information{
	position: relative;
	/*border-top: 1px solid #ccc;*/
	
}
div.information table{
	position: relative;
}
div.information table tr td{
	position: relative;
	padding: 2px;
	height: 20px;
}
div.information table tr td a{
	font-size: .8em;
	font-weight: 900;
}
div.information table tr td a.link_text{
	font-size: 1em;
	font-weight: normal;
	color: #2500e7;
}
input.button, a.button{
	background: url(/images/sprite_layout.png) repeat-x right 0;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 1px 10px;
	border: 1px solid #65717f;
	color: #000;
	text-decoration: none;
}

input.rounded{
		  -moz-border-radius-topleft: 2em;
          -moz-border-radius-topright: 2em;
          -moz-border-radius-bottomleft: 2em;
          -moz-border-radius-bottomright: 2em;
          -webkit-border-top-right-radius: 5px;
          -webkit-border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -webkit-border-bottom-right-radius: 5px;
}

input.button:hover, a.button:hover{
	background: url(/images/sprite_layout.png) repeat-x right -46px;
}
input.button:active, a.button:active{
	background: url(/images/sprite_layout.png) repeat-x right -92px;
}

div.validation-advice{
	position: relative;
	right: 0;
	top: -1px;
}

/* @group Noscript */
noscript{
			position: relative;
			top: 0;
			z-index: 1000;
			
		}
noscript div{
		position:relative;
		border: 1px dotted #FF2700;
		height: 100%;
		width: 95%;
		background-color: #FFFFCD;
		font-size: 1em;
		margin-left:auto;
		margin-right:auto;
		padding:5px;
		text-align: center;
	}
noscript div > div{
		color:#C60C30;
		width:98%;
		border-left:none;
		border-right:none;
		border-top:none;
		border-bottom:1px solid #ccc;
		font-size:1.1em;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		padding:0;
		}


/* @end */
