body#lightbox-contact {
	background: #FFF;	
}

body#lightbox-contact form .buttons {
	float: left;
	margin-left: 200px;	
}

body#lightbox-contact textarea {
	width: 400px;
	margin-left: 200px;
}

input {
	border: 1px solid #888E9C;
	width: 270px;
	margin-bottom: 5px;
	font-size: 11px;
}
.checkbox {
	margin: 29px 0 10px 0;	
}
.checkbox input {
	border: none;
}

textarea {
	width: 598px;
	height: 120px;
	border: 1px solid #888E9C;	
	overflow: auto;
	font-size: 12px;
}

label {
	display: block;
	float: left;
	width: 200px;
	height: 20px;
}

.checkbox label {
	width: 300px;
}

form .buttons {
	margin-top: 5px;
	text-align: right; 
}

form .button {
	background:#053C8E;
	border: none;
	width: 110px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

form .marge {
	margin-left: 4px;
}
.required {
	color: #053C8E;
}

form {
	font-size: 10px;
}

form h2 {
	padding-top: 10px;	
}

.required {
	font-size: 10px;
	color: #6b6b6b;
}
