/****** FORM ******/

#formwrapper {
	margin:0;
	padding:10px 0 10px 30px;
width:372px;
}
#formbg{
background-image:url(../img/background/formbg.jpg);
background-repeat:no-repeat;
height:40px;
width:372px;
}
#formbg h3 {
    padding: 10px 8px 0 25px;
    color: #fff;
   font-size: 18px;
}

#formmiddle{
background-image:url(../img/background/formmiddle.jpg);
	width:372px;
background-repeat:repeat-y;
margin:0;
padding:0;
}
#formbottom {
background-image:url(../img/background/formbottom.jpg);
	width:372px;
	height:15px;
background-repeat:no-repeat;
margin:0;
padding:0;
}

.textbox, .textarea {
	width:250px;
}
.textbox, .textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#666;
	border:1px solid #666;
	background-color:#FFF;
}
.textbox {
	height:15px;
}
.textarea {
	height:75px;
}
p.formlabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	color:#666;
	margin:5px 0 3px 0;
	line-height:1.2em;
}
/****** BUTTON ******/
.button {
	color:#666;
	background-color:#FFF;
}
.buttonon {
	color:#FFF;
	background-color:#e6712e;
}
.button, .buttonon {
	cursor:pointer;
	font: bold 90% Arial, Helvetica, sans-serif;
	margin-top:10px;
	border: 1px solid;
	width:20%;
	border-color:#666 #333 #333 #666;
}
