/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;}
ul {list-style:none;}
ol{padding-left:2em;}
ol li{margin-bottom:1em;}
ol li li{margin-bottom:0.3em;}

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;}
a{outline:none;}
/* end reset */

/* typography */
h1 {font-size:161.6%;margin:1em 0;} /*renders 21px */
/* h2 {font-size:138.5%;margin:1em 0;} /*renders 18px */ 
h2 {font-size:116%;margin:1em 0;} /*renders 15px */
/*h3 {font-size:116%;margin:1em 0;} /*renders 15px */ 
h4 {font-size:100%;} /*renders 13px */  
h5 {font-size:85%;}  /*renders 11px */ 

p{margin:0 0 1em 0;}
strong{font-weight:bold;}
.error{color:#990000; font-size:85%;}
label.error{float:none;padding:3px;background-color:#FFFFCC;display:block;margin:0.25em 0 0 12em;width:19em;}
input.error{border:1px solid #990000;}

body{font-size:13px;line-height:1.3em;font-family:Verdana, Arial, Helvetica, sans-serif;}
/* end typography */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

a.vetadviceline{margin:1em auto;margin-top:2em;display:block;text-indent:-2000px;width:185px;height:80px;background: url("../images/vetadviceline.png") 0 100% no-repeat #fff;}


