
/* Used for Gallery Contact form.... Not general contact form. Do not modify here... 
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(images/stripe.png) repeat;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}
*/

#page-wrap {
	width: 620px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 470px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}


#contact-area textarea {
	height: 90px;

}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
			background:#E6EFC2;

}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 90px;
	padding-top: 5px;
	font-size: 1.4em;
}
.error, .notice, .success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

.error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

.success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

.error a
{
	color:#8a1f11;
}

.notice a
{
	color:#514721;
}

.success a
{
	color:#264409;
}

