/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

html, body  { padding: 0; border: 0px none; }

#contact-form-container {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#contact-form-header {
	background-color:#4e85dc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding: 5px 10px 0 10px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font-weight:bold;
	color:white;
	height:30px;
	width:110px;
}
#contact-form-header a {
	color:white;
}
#contact-form-header a:hover {
	text-decoration:none;
}
#contact-form-header a:visited {
	color:white;
}
#contact-form-container input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-bottom:5px;
}
#contact-form {
	margin-left:10px;
	margin-top:5px;
	display:none;
}

.notification_error
{
border: 1px solid #A25965;
height: auto;
margin-bottom:5px;
color:#900;
width: 110px;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 110px;
padding: 4px;
background: #f5f9fd;
text-align: left;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

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;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 0px;
padding: 0px; 

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }
