/* Forms */
form input, form textarea {
	
	border: 1px solid #ffffff;
	border: none;
	padding-left: 5px;
}
input {
	background: url(../images/base/input_back.gif) left top no-repeat;
	height: 25px;
	border: none;
	width: 250px;
}
input:focus {
	background: url(../images/base/input_back_focus.gif) left top no-repeat;	
}
form textarea.right {
	height: 100px;
	padding-top: 5px;
	width: 245px;
	margin-right: 5px;
	
}
form input.formbutton {
	width: 120px;
	margin-right: 130px;
	font-weight: normal;
	background: #ffffff;
	border: 1px solid #000000;
}