.formlayer {
	width: 100%;
	padding: 10px;
	border: 1px solid #000;	
}
.form {
	height: 10px;
	padding: 1px 5px 3px 5px;
	margin: 0 0 10px 5px;
	border: 1px solid #000;
	font-size: 9px;
	color: #000;
}
.button {
	padding: 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/buttom.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #600;
	cursor: pointer;
}
.important {
	font-size: 14px;
	font-weight: bold;
}
