html, body, form{
	width: 100%;
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, font, li, img, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 11px verdana;
	line-height: 14px;
}

p{
	margin-top: 10px;
}

a, a img, :hover img, :link img, :visited img {
	border: 0px;
	outline: none;
	text-decoration: none;
	color: #e46000;
}
a:hover{
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

p{
 	padding-bottom: 10px;
}

.hr{
	border-bottom: solid 1px #a2a2a1;
	padding-top: 10px;
	margin-bottom: 10px;
}

h1{
	font-size: 24px;
	font-weight: bold;
}

h2{
	font-size: 20px; 
	font-weight: bold;
}

.block-img{
	display: block;
}

.summaryErr{
	margin-bottom: 20px;
	background-color: #fff;
}

.err, .status{
	min-height: 10px;
	font-weight: bold;
	color: #ff0000;
	padding: 20px 100px;
	background-color: #fff;
	margin: 0px auto;
	border: solid 1px #ff0000;
	text-align: center;
	margin-bottom: 10px;
}

.status{
	color: #FFBE0F;
	border: solid 1px #FFBE0F;
}

.red{
	font-weight: bold;
	color: #ff0000;
}

.clearance{
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 0;
	line-height: 0;
}