/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/* ##################### FORM SECTION  #####################*/	
form{	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #cf4044;
	padding: 0px 10px 0px 40px;
    width:300px;}

/*Border that goes around some forms*/
fieldset{border:0px;}

/* Input Field */
input{}

/* Text Area */
.inputbox {width:150px;}

/* Text Area */
.text_area {}

/* Pull down menu */
.selectbox {}

/* Submit Button */
.button {}

/* Contact Email Form */
.contact_email {}

/*Body of the form*/
.adminform{}
/* ##################### END FORM SECTION  ##################### */	
