	/* ================================================= */
/* This file created by Aivah                        */
/* Dated: 3rd Feb 2009	                             */
/* Copyright : 2009 Aivah.com                        */
/* Stylesheet: form.css                              */
/* ================================================= */


/* form elements */
form {
	margin: 10px 20px; 
	padding: 15px 25px 48px 25px; 
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #666666;
}
label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
/*#name, #email, #message, #website {
	width: 380px;
}*/
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background:#B4DB6F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}

fieldset {
padding : 10px 10px;
margin : 10px 1px 10px;
background : #fff;
border : 2px solid #ececec;
}
* html fieldset {
position : relative;
margin : 10px 0 30px 0;
padding : 20px 0;
}
* html legend {
position : absolute;
top : -1.2em;
left : 0;
}
fieldset legend {
font : normal 1.5em Helvetica, sans-serif;
padding : 0 0;margin : -20px 2px 2px 2px;
text-transform : uppercase;
background : #fff;
}



/*

form {
font : 12px Geneva, arial, sans-serif;
margin : 0 0;
padding : 10px 0;
width : 100%;
}
fieldset {
padding : 10px 0;
margin : 0 0 15px 0;
background : #fff;
border : 5px solid #ececec;
}
* html fieldset {
position : relative;
margin : 10px 0 30px 0;
padding : 20px 0;
}
* html legend {
position : absolute;
top : -1.2em;
left : 0;
}
fieldset legend {
font : normal 1.5em Helvetica, sans-serif;
padding : 10px 5px;
text-transform : uppercase;
background : #fff;
}
form label {
display : block;
float : left;
width : 150px;
padding : 0 10px 0 0;
margin : 6px 0 0;
text-align : right;
}
form dfn {
margin : 0 10px;
}
form input, form textarea {
width : auto;
margin : 5px 0 0 0;
}
form input#reset {
margin-left : 0;
}
textarea {
overflow : auto;
}
form small {
display : block;
margin : 0 0 5px 160px;
padding : 1px 3px;
font-size : 88%;
}
form .required {
font-weight : bold;
}
form br {
clear : left;
}*/

