/*---Overall---*/

form p {
	clear: both;
}

#comment-form input  {
	margin-bottom: 10px;
}

#comment-form input {
	width:453px;
	height: 15px;
	float:right;
}

#comment-form textarea{
	float:right;
	height:88px;
	width:457px;
}

#comment-form label {
	float:left;
	width:79px;
	padding-top: 7px;
}

#comment-form input#submit{
	width: 189px;
	height: 29px;
	margin:21px 0 0;
}

/*---Newsletter---*/

#newsletter form,
#newsletter-content,
form#new_subscriber {
	position:relative;
}

#newsletter-content .sign-up-inputs {
	position:absolute;
	top:24px;
	right:19px;
}
	
#newsletter-content input {
	margin:-2px 1px 0 0;
	padding:1px 5px;
	width:363px;
}
/*---Contact---*/

#contact-form  input {
	float:right;
	height:15px;
	margin:8px 10px 2px 0;
	width:452px;
}

#contact-form  textarea {
	float:right;
	height:84px;
	margin:8px 10px 0 0;
	padding:0px;
	width: 452px;
}

#contact-form label {
	float:left;
	margin:12px 0 0 11px;
	width:80px;
}

#contact-form p.subscribe label {
	float:left;
	width:400px;
	margin:8px 0 0;
}

p input#contact_subscribe.check {
	float:left;
	height:15px;
	margin:6px 5px 0 2px;
	padding:5px 0 0;
	width:15px;
	border:0px;
}