#form-site-content {
	background: #333;
	width: 600px;
	height: 442px;
	overflow: hidden;
}

#form-header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 52px;
}

#form-welcome {
	position: absolute;
	top: 16px;
	right: 25px;
	color: #F3E0BC;
	font-size: 12px;
	text-align: right;
}

.form-table { 
	margin-top: 60px;
}

.forms-text {
	background-color: #FCBA64;
	color: #555;
	font-size: 12px;
	height: 20px;
	width: 150px;
	border: none;
	padding: 0 3px;
	margin-bottom: 1px;
}

.forms-select {
	background-color: #FCBA64;
	color: #555;
	font-size: 12px;
	height: 20px;
	width: 150px;
	border: none;
	margin-bottom: 1px;
}

.forms-textarea {
	background-color: #FCBA64;
	padding: 0 3px;
	color: #555;
	border: none;
	width: 425px;
	height: 81px;
	margin-bottom: 1px;
}

.forms-controls {
	position: absolute;
	left: 25px;
	bottom: 25px;
	height: 43px;
}

.form-line {
	position: absolute;
	left: 0px;
	top: 13px;
	overflow: hidden;
}

.form-images {
	position: absolute;
	left: 0px;
	top: 0px;
}