.form {
	width: 600px;
	margin: 0 auto;
	}
.col {
	width: 300px;
	float: left;
	}
.form input,
.form select,
.form textarea {
	background: #eee;
	padding: 3px;
	width: 200px;
	margin: 0;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: arial;
	color: #000;
	border: 1px solid #ccc;
	}
.form label{
	color: #53463e;
	margin-right: 5px;
	padding-top: 2px;
	padding-left: 0px;
	display: inline;
	float: left;
	width: 85px;
	clear: both;
	display:block;
	text-align:right;
	font-weight: normal;
	height: 18px;
	}
.form textarea {
	width: 500px;
	height: 150px;
	}
.form .center {
	display: block;
	text-align: center;
	}
.form .disabled {
	color: #555 !important;
	cursor: default;
	}
.form .submit {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
	border: none;
	}
.form .align {
	text-align: center;
	}