/* 
--------------------------------------
   FORM 
--------------------------------------
*/
form {
	margin				: 0px;
	padding				: 0px;
	}

input, textarea, select {
	border-top			: 1px solid #000000;
	border-left			: 1px solid #000000;
	border-right		: 1px solid #000000;	
	border-bottom		: 1px solid #000000;	
	background-color	: #000000;
	color: #FFFFFF;
	/*padding-left		: 2px;*/
	font-family			: "Trebuchet MS", Georgia, "Times New Roman", times, serif;
	font-size			: 11px;
	margin				: 0px;
	padding				: 0px;
}

#name, #address, #business, #postal, #email, #comments  {
	border-top			: 1px solid #000000;
	border-left			: 1px solid #000000;
	border-right		: 1px solid #000000;	
	border-bottom		: 1px solid #000000;	
	background-color	: #000000;
	color: #FFFFFF;
	font-family			: "Trebuchet MS", Georgia, "Times New Roman", times, serif;
	font-size			: 11px;
	margin				: 0px;
	padding				: 0px;
}

textarea {
	width				: 150px;
		border-top			: 1px solid #000000;
	border-left			: 1px solid #000000;
	border-right		: 1px solid #000000;	
	border-bottom		: 1px solid #000000;	
	background-color	: #000000;
	color: #FFFFFF;
}

input {
	width				: 150px;
		border-top			: 1px solid #000000;
	border-left			: 1px solid #000000;
	border-right		: 1px solid #000000;	
	border-bottom		: 1px solid #000000;	
	background-color	: #000000;
	color: #FFFFFF;
}

.sendbutton {
	margin-left			: 3px;
	width				: 22px;
}

.submitbutton {
	border				: solid #000000 2px ;
    font-size			: 11px;
	font-weight			: bold;
    color				: #000000;
	background-color	: #cccccc;
	margin-top			: 2px;
}

.submitbutton {
	width				: 80px;
}