h2 {
	font-family: Tahoma, Verdana, Helvetica, Sans;
	color:#9F141A;
	font-size:13px;
	margin-bottom:0.2em;
}

#wrap {
	background:#F1FCE6;
	width:470px;
	margin:10px auto 10px 0;
	padding:10px;
}
#contact {
	width: 450px;
	padding-left: 50px;
	padding-top: 30px;
}
form {
	font-family: Tahoma, Verdana, Helvetica, Sans;
	font-size: 13px;
	margin:0;
	padding:0;
}
fieldset {
	margin:0 .5em 1em .5em;
	padding:1em;
	border:1px solid #b5ccba;
	background:#ffffff;
}
fieldset div {
	width:380px; /* Width for modern browsers */
	border:0;
	margin:0 auto 0 auto;
	padding:1px;
	font-size: 13px;
}

* html fieldset div {
	width:300px; /* Width for IE5 */
	w\idth:380px; /* Width for IE6 */
}

fieldset div input {
	width:376px; /* Width for modern browsers */
	border:1px solid #B5CCBA;
	padding:1px;
}

* html fieldset div input {
	width:380px; /* Width for IE5 */
	w\idth:376px; /* Width for IE6 */
}
fieldset div br {
	display:none;
}
legend {
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0.5em;
}
input {
	font-size: 12px;
	background:#F1F1F1;
	margin:5px auto 5px auto;
	border:1px solid #B5CCBA;
}
input#selfcopy {
	width:14px;
	margin:5px 5px 0 0;
	float:left;
}
input#counter {
	float:left;
	width:60px;
	margin:12px 0 0 118px;
	padding:.3em;
	background:#EEE;
	color:#999;
	border:1px solid #B5CCBA;
	text-align:center;
}
input#sendEmail {
	float:left;
	width:100px;
	border:1px solid #B5CCBA;
	padding:0.25em;
	background:#F1F8F6 url("../img/fade.png") repeat-x;
	color:#333;
	font-weight:bold;
    outline: none; 	
}

input#sendEmail:hover {
	background: #fafbfc;
}


textarea {
	padding:0;
	margin:5px auto 10px auto;
	font-size: 12px;
	background:#F1F1F1;
	border:1px solid #B5CCBA;
	width:378px;
	height:140px;
}
input:hover, textarea:hover {
	background:#FAFBFC;
}
input:focus, textarea:focus {
	border-color:#666;
	background:#FFF;
}

.scsMsg {
	display:block;
	line-height:30px;
	font-size: 12px;
	color:green;
}
.req {color:#C00;}
.errFld {
        background:#FFC;
	border:1px solid #F00;
}
.errMsg {
	color:#F00 !important;
	display: block;
	text-align: right;
	font-weight: bold;
	padding-bottom: 10px;
    font-size: 10px;
}
.bigerr {
	display:block;
	line-height:30px;
	font-size: 12px;
	color:#F00;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size: 12px;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}

