form {
	margin: 0px;
}

input
{
	color: #636363; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	background-image: url(/images/bg_input.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	/*width: 228px;*/
	height: 16px;
	border: 1px solid #e0e0e0;
}

select
{
	color: #636363; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	/*width: 228px;*/
	height: 17px;
	border: 1px solid #e0e0e0;
}

textarea 
{
	color: #636363; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	width: 228px;
	height: 100px;
	border: 1px solid #e0e0e0;
}

.header .languages select {
	color: #3d3d3d; 
	font-size: 11px; 
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	width: 148px;
	height: 18px;
	border: 1px solid #cccccc;
	margin-left: 7px;
	text-transform: none;
}

input.chk {
	width: 13px;
	height: 13px;
	border-width: 0px;
	background: none;
}

input.submit {
	width: 61px;
	/*height: 20px;*/
	border-width: 0px;
	background-color: #475f7a;
	color: #ffffff;
	font-size: 14px;
	font-family: Tahoma, serif;
	padding-top: 1px;
	padding-bottom: 3px;
}

input.image {
	border-width: 0px;
	background: none;
	cursor: pointer;
}