/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/
@font-face {
	font-family: garamond;
	src: url(./GARA.TTF);
}
html, body  { padding: 0; border: 0px none;font-family:garamond; background:url(./contact_bg.jpg);}

.notification_error
{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#F8F0F1 none repeat scroll 0 0;
border:1px solid #A25965;
color:#C8373C;
height:auto;
margin-left:111px;
padding:4px;
text-align:left;
width:51%;
font-size:13px;
font-family:garamond;
}


.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px  solid #FFFDFC; }

.info_fieldset legend
{
border: 1px #FFFDFC solid;
color: #FEFEFE;

font: 13px garamond;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
background:#DD3931;


}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 


background:#DD3931 none repeat scroll 0 0;
color:#FEFEFE;
width:87px;
margin-left:95px;
cursor:pointer;

font: 13px garamond;

-moz-border-radius: 3px;

}

/* Label */
label  {  width: 250px; padding-left: 20px; margin: 5px; float: left; text-align: left; color:#572905;font-family:garamond;
font-size:14px; }

/* Input, Textarea */
input
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 18px garamond;

-moz-border-radius: 3px;
width:270px;
height:28px;
}
h3{
    color:#572905;
    font-size:16px;
font-family:garamond;
}
#fields{
    padding-left:95px;
}

/* BR */

br { clear: left; }
