#contacts {	
	margin: 0px;
	padding: 0px;
	width: 680px;
	height: 400px;
	overflow: hidden;
	position: relative;
}  

#contacts .page {	
	margin: 0px;
	padding: 10px 30px 0px 20px;
	width: 650px;
	height: 400px;
	float: left;	
}

#contacts em {
	display: block;
	font-size: 0.9em;
	color: #666666;
	font-style: normal;
	padding-top: 5px;
	padding-left: 20px;
}

#contacts p {
        font-size: 1.1em;
        line-height: 1.4em;
        color: #3D3D3D;
        text-align: justify;
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
}

#contacts em a {
	color: #666666;
	text-decoration: underline;
}

#contacts em a:hover {
	color: #000000;
	text-decoration: underline;
}

#contacts p a {
        color: #3D3D3D;
        text-decoration: underline;
}

#contacts p a:hover {
        color: #000000;
        text-decoration: underline;
}

#contacts ul {
	padding: 0px !important;
	margin: 0px !important;
}

#contacts li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;	
}

#contacts label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	display: block;
}

#contacts .text {
	width: 97%;
	height: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #445566;
	letter-spacing: 1px;
}

#contacts select.text {
	background-color: #FFFFFF;
	width: 97%;
	height: 32px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #445566;
	letter-spacing: 1px;
}

#contacts .textarea {
	width: 97%;
	height: 55px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #445566;
	letter-spacing: 1px;
}

#contacts .button {
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #445566;
	letter-spacing: 1px;
	margin-right: 10px;
}

#contacts label span {
	color: #8F3333;
	position: relative;
	top: 1px;
	font-size: 14px;
}

#contacts .double label { 
	width: 50%;
	float: left;
	margin-bottom: 15px;	
}

#contacts .double .text {
	width: 94%;	
}

#contacts .clearfix {
	clear: left;
}

#contacts .right {
	float: right;		
}

