#contactInfo ul {
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin-right: 20px;
	float: left;
	width: 300px;
	margin-left: 168px;
}

#contactInfoError {
	clear: left;
	font-size: 120%;
	color: #f00;
	font-weight: bold;
	width: 325px;
	margin-left: 205px;
	margin-bottom: 10px;
}

#contactInfo .tag {
	color: #ff9900;
	font-weight: bold;
}

#contactInfo a {
	color: #919191;
}

#contactInfo h1 {
	margin-left: 125px;
	color: #ff9900;
	font-weight: bold;
	font-size: 16px;
}

#contactPicture {
	position: absolute;
	top: 70px;
	right: 50px;
	display: block;
}

#contactPicture img {
	border: solid #fff 10px;
}

#contactForm {
	float: left;
	margin-left: 20px;
}

#status {
	font-size: 20px;
	color: #000;
}

#contactForm  {
	width: 325px;
}

#contactForm fieldset {
	border: solid black 1px;
}

#contactForm label {
	width: 80px;
}

.c1 {
	width: 200px;
}

#contactForm p textarea {
	border: 1px solid #444;
}

#contact-form {
	width: 500px;
	clear: left;
}

#contact-form .label {
	text-align: right;
	width: 200px;
	font-size: 12px;
}

#contact-form .required {
	color: #ff9900;
}

#contact-form input,textarea {
	background-color: #c8c6c7;
	color: #000;
	border: none;
	font-weight: bold;
}
#contact-form .submit_button {
	font-weight: bold;
	color: #ff9900;
	font-size: 18px;
	background-color: #fff;
	float: right;
	cursor: pointer;
}

#form_login {
	width: 500px;
	height: 450px;
	clear: left;
}

#form_login .label {
	text-align: right;
	width: 200px;
	font-size: 12px;
}

#form_login .required {
	color: #ff9900;
}

#form_login input,textarea {
	background-color: #c8c6c7;
	color: #000;
	border: none;
	font-weight: bold;
	width: 100%;
}
#form_login .submit_button {
	font-weight: bold;
	color: #ff9900;
	font-size: 18px;
	background-color: #fff;
	cursor: pointer;
	width: 100%;
	text-align: right;
}
#form_login h1 {
	margin-left: 125px;
	color: #ff9900;
	font-weight: bold;
	font-size: 16px;
}

#clients-picture {
	position: absolute;
	top: 70px;
	right: 50px;
	display: block;
}

.nounderline {
	text-decoration: none;
}

