table.admission {
	cellpadding: 0px;
	cellspacing: 0px;
}

input {
	width: 274px;

	font-size: 13px;
	font-family: Verdana;
	color: #606060;

	border-width: 1px;
	border-color: #FFEEA0;
	border-style: solid;
}


textarea {
	width: 274px;
	height: 150px;

	font-size: 13px;
	font-family: Verdana;
	color: #606060;

	border-width: 1px;
	border-color: #FFEEA0;
	border-style: solid;
}


textarea.small {
	height: 70px;
}


#submit {
	background: #FFEEA0;
}


#adress {
	height: 65px;
}


td.left {
	width: 130px;
}


td.leftwide {
	width: 230px;
}