#content .adminLink a {
	border-bottom-width: 0;
}
#content .adminLink img {
	display: inline;
		width:14px!important;
	height:14px!important;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p,
#content ul, 
#content ol {
	margin:0;
}

#content h1 {
	font-size: 18px;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 14px;
}

#content h4 {
	font-size: 11px;
}

#content ul, 
#content ol {
	padding-left: 0;
	margin-left: 25px;
}

#content li ul,
#content li ol {
	margin-top: 2px;
	margin-bottom: 0;
}

#content p.input{
	margin-bottom:33px;
}


#content input{
	height:23px;
	width:500px;
	padding:0 10px;
	border:0;
	background-color:#bdc2ba;
}

#content input.required{
	border:1px solid #a71820;
	height:21px;
	background-color:#d89b9e;
}
