*
{
	margin: 0;
	padding:0;
}

body
{
	background: url(../gfx/bg.png) repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrap
{
	margin: 10px auto;
	width: 60%;
	padding: 5px;
	background: rgb(171, 196, 172);
	border: 13px solid white;
}


input,
select,
radio,
checkbox,
fieldset,
legend,
textarea
{
	padding: 1px;
	margin-bottom: 2px;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid white;
}

input:hover,
select:hover,
radio:hover,
checkbox:hover,
fieldset:hover,
legend:hover,
textarea:hover
{
	background: rgb(160, 212, 164);
	border: 2px solid white;
}
	

legend
{
	border-bottom: none;
	margin-top: 5px;
	padding: 3px;
}

fieldset { margin-bottom: 5px; }

label
{
	display: block;
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
}

input {	width: 99%; }

input.field_error,
textarea.field_error
{
	border: 2px solid rgb(176,60,50);
	color: black;
}

.field_mess
{
	font-size: 85%;
	text-align: left;
	margin-bottom:5px;
}

h1
{
	font-size: 22px;
	font-weight: bold;
}

h2
{
	margin: 0;
	font-size: 17px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 8px;
}

.error,
.message
{
	background: rgb(255,143,135);
	padding: 3px;
	border: 2px solid rgb(176,101,86);
	margin: 3px 0px 7px 0px;
	text-align: left;
}

.message { background: rgb(108, 120, 168); border: 2px solid white; }

p.credits { text-align: center; font-size: 9px; margin-top: 20px;}

#email_body___Frame
{
	width: 100% !important;
	height: 400px !important;
	border: 2px solid white;
}

#submit { margin-top: 20px;}

