/* 
--------------------------------------
   FORM 
--------------------------------------
*/

input, textarea, select {
	border		: 1px solid #000000;	
	background-color	: #ffffff;
	/*padding-left		: 2px;*/
	font-family			: Century Gothic, Tahoma, "Trebuchet MS", Georgia, "Times New Roman", times, serif;
	font-size			: 11px;
	margin				: 0px;
}

textarea {
	width				: 150px;
}

.input {
	width				: 150px;
}

checkbox{
	width				: 15px;
}

.sendbutton {
	margin-left			: 3px;
	width				: 20px;
}

.submitbutton {
	border				: solid #000000 2px ;
    font-size			: 11px;
	font-weight			: bold;
    color				: #000000;
	background-color	: #cccccc;
	margin-top			: 2px;
}

.submitbutton {
	width				: 80px;
}