/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

#fields {
	width: 600;
	padding: 10px 0 20px 10px; margin: 0;
	float: left;
	}

.notification_error {
	width: 80%; height: auto;
	padding: 10px; margin: 0 0 10px 0;
	background-color: #EFADAD;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
	color: #A80000;
	text-align: left;
	}

.notification_ok {
	width: 80%; height: auto;
	padding: 10px; margin: 0 0 10px 0;
	background-color: #D9ECCF;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
	color: #336600;
	text-align: left;
	}

/* Label */

label  { 
	width: 580px;
	padding: 0; margin: 4px 0 10px 0;
	float: left;
	display: block;
	color: #333;
	font-weight: bold;
	}

/* Input, Textarea */

input {
	width: 320px;
	padding: 4px; margin: 0 0 10px 0;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
	font-size: 13px; 
	color: #333333; 
	font-family: helvetica, arial, sans-serif;
	}
	
input:focus {
	background-color: #E9E9E9;
	}
	
select {
	width: 330px;
	padding: 4px; margin: 0 0 10px 0;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
	font-size: 13px; 
	color: #333333; 
	font-family: helvetica, arial, sans-serif;
	}
	
select:focus {
	background-color: #E9E9E9;	
	}
	
textarea{
	width: 360px;
	padding: 4px; margin: 0 0 10px 0;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
	font-size: 13px;
	color: #333;
	font-family: helvetica, arial, sans-serif;
	}
	
textarea:focus {
	background-color: #E9E9E9;
	}
	
/* Submit */
	
input.button {
	width: 130px; height: 26px;
	border: 1px solid  #A30000; 
	border-top-color:  #A30000; 
	border-left-color:  #A30000; 
	background-color: #A30000;
	color: #fff; 
	text-transform: uppercase;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
	clear: both;
	font-family: helvetica, arial, sans-serif;
	cursor: pointer;
	}
	
input.button:hover{
	border: 1px solid  #EC0000; 
	border-top-color:  #EC0000; 
	border-left-color:  #EC0000; 
	background-color: #EC0000;
	}
	
input.button2{
	width: 80px; height: 26px;
	border: 1px solid  #A30000; 
	border-top-color:  #A30000; 
	border-left-color:  #A30000; 
	background-color: #A30000;
	color: #fff; 
	text-transform: uppercase;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
	clear: both;
	font-family: helvetica, arial, sans-serif;
	cursor: pointer;
	}
	
input.button2:hover{
	border: 1px solid  #EC0000; 
	border-top-color:  #EC0000; 
	border-left-color:  #EC0000; 
	background-color: #EC0000;
	}