.form {
	margin: 0 auto;
	position: relative;
	top: 65px;
	width: 640px;
	height: 350px;

}
select {
	border-style: solid;
	border-width: 2;
	border-color: #CBABB3;
	height: 18px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
input {
	border-style: solid;
	border-width: 2;
	border-color: #CBABB3;
	height: 18px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

table{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.button_design{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #CBABB3;
	border-style: solid;
	background-color: #9C5F6F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
