
.form .left {
	width: 100px;
	padding-top: 6px;
}

.form td {
	padding: 2px 0;
	vertical-align: top;
}

.form input, 
.form textarea, 
.form select {
	font: 11px/11px Tahoma, Arial, Helvetica, sans-serif;
	color: #555d5e;
	padding: 4px;
	background: #f3f6f7;
	border: 1px solid #d3dde0;
}

.form textarea { height: 150px; }

.form select {
	padding: 0;
	width:230px;
	height: 20px;
	padding: 1px 0;
	line-height: 22px;
}

.form input.button {
	background: none;
	border: 0;
	padding: 0;
}

.form input.active, 
.form textarea.active, 
.form select.active {
	border: 1px solid #aebabe;
	color: #000;
	font-weight: bold;
	background-color: #f7f9fa;
}

input.calendar {
	background-image: url(../images/icon-calendar.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #f3f6f7;
}


