/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/


.contact_form {

margin-bottom: 5px;



}

.contact_form_field {

width:250px;
}

.notification_error
{
border: 1px solid #A25965;


height: auto;

/*
width: 90%;

padding: 4px;
*/
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
margin-bottom: 5px;
color:#FF0000;
background: #F0ECCA;
text-align: left;
-moz-border-radius: 5px;
font-size: 12px;
}

.notification_ok
{
border: 1px solid #567397;
height: auto;
margin-bottom: 0px;
/*
width: 90%
padding: 8px;
*/
padding-left: 4px;
padding-right: 4px;
padding-top: 20px;
padding-bottom: 20px;
background: #F0ECCA;
text-align: center;
-moz-border-radius: 5px;
font-size: 16px;
color:#333333;
}



#fields {
margin-left:3px;
margin-right: 3px;
margin-bottom: 10px;
margin-top: 10px;

}

.button
{

/*
border: 2px solid #737E54;

border-top-color: #CCCCCC; 
border-left-color: #CCCCCC;
background: #ECE8CD;

color: #2B393F; 
*/




height: 20px;

}

.button:hover{

background: #737E54;
color:#CCCCCC;
font-weight:bold;



}

/* Label */
label  { 


float: left; 
text-align: left; 

}



#join_email (


)



/* Input, Textarea */
.nl_txt_input {
width:80px;
-moz-border-radius: 5px;
}

/* BR */


