/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

#contact { padding:15px; width:}

.info_fieldset {  border: 1px #dddddd solid; }
em {color:red; padding-left:0px;}
.info_fieldset legend
{
border: 1px #dddddd solid;
font-size:12px;  
padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
background: white;
color: #333333; 
font: 11px Verdana, Helvetica, Arial, sans-serif;
-moz-border-radius: 3px;
}

.textarea_small { width:165px; }

/* Label */
label  { width: 140px; padding-left: 5px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea, select
{
margin: 2px;
padding: 0px; 
float: left;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
-moz-border-radius: 3px;
}
select { width:120px; }
textarea { width:175px; height:75px;}
