html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 { line-height: 25px; color: #676566; font-size: 19px; font-weight: 400; margin: 0 0 20px 0; padding: 0px; font-family: 'PT Serif', sans-serif;}
h2 { color: #676566; font-size: 18px; font-weight: 400; margin: 0 0 15px 0; padding: 0px; font-family: 'PT Serif', sans-serif;}
h3 { color: #676566; font-size: 18px; font-weight: 400; margin: 0 0 15px 0; padding: 0px; font-family: 'PT Serif', sans-serif;}
h4 { color: #676566; font-size: 18px; font-weight: 400; margin: 0 0 15px 0; padding: 0px; font-family: 'PT Serif', sans-serif;}

p { font-weight: 400!important; font-family: 'PT Serif', sans-serif; line-height: 20px; padding-bottom: 15px; margin: 0px;}

ul  {margin: 0px; padding: 0px;}
li { margin: 0px; padding: 0px; list-style-type: none;}
img  {border: none!important;}
a img  {border: none!important;}
a {border: none!important;}
a:active { 
	border:none!important;
	outline:none;
}
a:active, a:focus {
   outline:  none;
   ie-dummy: expression(this.hideFocus=true);
}

fieldset { border: none; margin: 0px; padding: 0px; background: none;}

form { border: none; margin: 0px; padding: 0px; background: none;}

legend { border: none; display: none;}

.label { display: none;}
label { float: left;}

hr { margin-top: 10px; margin-bottom: 30px; margin-left: 0px; margin-right: 0px; border: none; height: 10px; background: url(../img/template/hr.png) no-repeat scroll top left; border-bottom: none; border-right: none; border-left: none; width: 100%;}
.hr { margin-top: 30px; margin-bottom: 20px; margin-left: 0px; margin-right: 0px; border: none; height: 10px; background: url(../img/template/hr_dark.png) no-repeat scroll top left; border-bottom: none; border-right: none; border-left: none; width: 100%;}

.clear { clear: both;}

.correct { padding: 5px; color: #fff; font-weight: 700; text-align: center; line-height: 14px; background: #7ec620; margin: 0 0 15px 0;}
.error { padding: 5px; color: #fff; font-weight: 700; text-align: center; line-height: 14px; background: #c62020; margin: 0 0 15px 0;}