/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Forms styles for entire site
version: 1.1
author: Ali Shaded
email: alsheron@gmail.com
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


form{
	padding-left: 20px;
	width: 420px;
	height: 300px;
	background-image: url(../site-images/form-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	margin-left: 40px;
}


label{
	float: left;
	width: 125px;
	color: #458854;
}

input, textarea{
	margin-bottom: 9px;
	border: 1px solid #9ACBA5;
}


textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
	cursor:pointer;
	background:#999;
	font-weight:bold;
	width: 90px;
	background-image: url(../site-images/submit-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	margin-right: 203px;
	height: 25px;
	color: #3B784E;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

br{
clear: left;
}
