/* CSS Document */
@import url("structure.css");
@import url("specific.css");
* {
margin:0;
padding:0;
}
body {
font-size:90%;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000;
background:#E50008;
padding-top:30px;
}
h1 {
width:100%;
text-align:center;

}

h2, h3 {
color:#000;
font-weight:normal;
font-size:1.5em;
padding-bottom:18px;
}
h3 {
font-size:1.2em;
color:#c5363c;
font-family:Georgia, "Times New Roman", Times, serif;
}
p {
font-size:1.3em;
padding-bottom:10px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
}
label {
font-size:1.2em;
}

input,textarea,select,button {

font-size:1em;

font-family:Arial, Helvetica, sans-serif;

background:#f2f2f2;

color:#000;
}


input.btnsubmit{
background:url(images/button.jpg) no-repeat;
text-align:center;
padding:0 0 3px 5px;
border:none;
width:114px;
height:25px;
color:#FFFFFF;

}


#table.form
{
width:263px;
height:362px;
}

fieldset
{
border:0;
width:263px;
}

A:link, A:active, A:visited {
font-family: arial, helvetica, sans-serif;  
font-size: 12px; 
text-decoration: none;
color: white; 
font-weight: normal;  
}

A:hover {
text-decoration: underline;  
font-family:arial, helvetica, sans-serif;  
font-size: 12px;
color: white;
font-weight: normal; 

}

img
{
border:0;
padding-bottom:10px;
}