/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td { margin: 0; padding: 0; border: 0; font-weight: inherit;
    font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.6; background: #fff; margin: 0; }
a img { border: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption,th,td { text-align: left; font-weight: 400; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after { content: ""; }
blockquote,q { quotes: "" ""; }




.headerImg { width: 100%; }

div { max-width: 780px; margin: 60px auto 0; font-family: arial, sans-serif; }
a { 
	float: left; border: 3px solid #425969; padding: 15px 30px 10px; margin: 10px 20px; width: 280px; text-align: center;
	text-decoration: none; font-size: 24px; color: #425969; font-weight: bold; background-color: #FFC324;
	-moz-border-radius: 10px; /* Firefox */  
	-webkit-border-radius: 10px; /* Safari, Chrome */  
	border-radius: 10px; /* CSS3 */  
}
a span { display: inline-block; padding: 0 30px; background: url(../img/inform_icon.png) right top  no-repeat;  }

a {  
background: #ffc524; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc524 16%, #ffd877 54%, #ffc524 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#ffc524), color-stop(54%,#ffd877), color-stop(99%,#ffc524)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc524 16%,#ffd877 54%,#ffc524 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc524 16%,#ffd877 54%,#ffc524 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc524 16%,#ffd877 54%,#ffc524 99%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc524 16%,#ffd877 54%,#ffc524 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc524', endColorstr='#ffc524',GradientType=0 ); /* IE6-9 */

}
