/* CSS Document */

		.form_title{
			color : #000000;
			font-size: 13px;
			font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		
		.form_field {
			padding: 2px;
			font-size : 13px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #474747;
			font-weight : bold;
			text-align:left;
			width: 110px;
		}
		
		.form_text{
			background: transparent url('http://monkeywrenchhosting.com/support/images/formfill.jpg') no-repeat;
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}
		
		.text_box{
			background: transparent url('http://monkeywrenchhosting.com/support/images/formfill.jpg') no-repeat;
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width: 200px;
		}
		
		.text_area{
			background: transparent url('http://monkeywrenchhosting.com/support/images/formfill.jpg') repeat-y;
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width: 200px;
			height: 120px;
		}
		
		.text_select{
			background: transparent url('http://monkeywrenchhosting.com/support/images/formfill.jpg') no-repeat;
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width: 150px;
		}

		.form_error{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #ff0000;
			font-weight : bold;
		}

		.copyright{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}