body{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FFF
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,input,fieldset,legend{
margin: 0px; 
padding: 0px;
}

ul,ol,h1,h2,h3,h4,h5,h6,p{
margin-bottom: 1em; 
}

a img,:link img,:visited img {
border: none; 
display: block;
}

a{
color: #456;
text-decoration: underline;
}

a:hover{
font-family: Arial, Helvetica, sans-serif;
color: #e31818;
text-decoration: underline;
}

.clearer{
clear: both;
height: 0px;
font-size: 0px;
width: 0px;
}

h1, h2, h3, h4, h5, legend{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

h1{font-size: 2em;}
h2{font-size: 1.7em;}
h3{font-size: 1.5em;}
h4{font-size: 1.3em;}
h5{font-size: 1.1em;}

label{
position:relative;
font-weight: normal;
text-decoration: none;
padding: 0px;
margin-bottom: 5px;
display:inline-block;
width: 50%;
vertical-align:top;
}

input,select,textarea{
display:inline-block;
margin-bottom: 5px;
top: 0px;
}

fieldset{
padding: 1em;
border: 2px solid #EEE;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

legend{
color: #444;
margin-left: 1em;
font-size: 1.1em;
padding: 0px 0.3em;
}

span,div, td{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #000;
text-decoration: none;
margin:0px;
padding:0px;
}

th{
font-size: 13px;
text-align: left;
margin:0px;
padding:0px;
}

label, ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
}

input, textarea, select{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #555;
text-decoration: none;
padding-left: 2px;
}

input[type="submit"],input[type="button"],input[type="file"]{
font-size: 1.1em;
font-weight: bold;
}

.button{
position:relative;
padding-right:15px !important;
display:inline-block;
background-repeat: no-repeat;
}

.button_right{
position:absolute;
top:0px;
right:0px;
width: 10px;
height: 100%;
background-position: right top;
background-repeat: no-repeat;
}

.box_y{
position:relative;
display:block;
}

.box_y_bottom{
position:absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 10px;
background-position: center bottom;
background-repeat: no-repeat;
}

.error,.error_pic,.info,.info_pic{
font-weight: normal;
margin: 0px;
display:block;
}

.error_pic,.info_pic{
padding-left: 20px;
background-repeat: no-repeat;
height: 18px;
padding-top: 2px;
}

.error,.error_pic{color: #D20;}
.info,.info_pic{color: #0A0;}
.error_pic{background-image: url(/images/front/error_16.gif);}
.info_pic{background-image: url(/images/front/ok_16.gif);}

.mandatory_star {color: #FF0000;}
