#contactArea {
	height: 150px;
	overflow: hidden;
	background-color: #FFF;
	width: 300px;
}

#container {
	width: 300px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

a.contact {
	float: right;
	height: 100px;
	width: 300px;
	display: block;
	text-indent: -300px;
	overflow: hidden;
	background-image: url(../images/interface/10-important-facts.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

form {
	width: 300px;
	margin: 0 auto;
}

#info {
	float: left;
	width: 280px;
	padding: 10px;
}


input {
	margin-bottom: 8px;
	padding: 2px 2px;
	color: #4A4A4A;
	float: right;
}
label {
	margin-bottom: 5px;
	float: left;
	clear: both;
	position: relative;
}
textarea {
	padding: 7px 7px;
	height: 110px;
	margin-bottom: 15px;
	color: #4A4A4A;
	line-height: 10px;
	font-size: 12px;
	float: right;
}

input {
	width: 200px;
}
textarea {
	width: 200px;
}

label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

input#submit {
	float: right;
	clear: both;
	cursor: pointer;
	background-color: #1693D4;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 80px;
}
input  {
	outline: none;
	background-color: #f1f1f1;
	padding: 0px;
	width: 200px;
	border: 1px solid #E1F8FF;
}
input:focus, textarea:focus {
	border: 1px solid #1693D4;
}

/*input, textarea { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }*/
#contactArea-all {
	height: auto;
	width: 300px;
}

