h1 {
		font-family: "Century Gothic",Verdana, Arial, sans-serif;
	color:#9F141A;
	font-size:170%;
	margin-bottom:0.2em;
}
h2 {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	color:#9F141A;
	font-size:150%;
	margin-bottom:0.2em;
}
ul {
	list-style-type:none;
	padding-left:0;
}
li {
	font-weight:bold;
}
.note ul {
	list-style-type:square;
	padding-left:25px;
}
.note li {
	font-weight:normal;
	color:#555;
}
#wrap {
	width:450px;
	margin:0px;
	padding:0px;
}
#contact {
	width:450px;
	padding:0px;
}
form {
	font-family:Verdana, sans-serif;
	margin:0;
	padding:0;
}
fieldset {
	/*margin:0 .5em 1em .5em;
	padding:1em;
	border:1px solid #7d212b;
	background-color: #FAFAFA;*/
	
	padding: 5px;
	border: thin solid #bcbcbc;
}
fieldset div {
	width:380px; /* Width for modern browsers */
	border:0;
	margin:0 auto 0 auto;
	padding:1px;
}

* 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 #7d212b;
	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-family: "Century Gothic",Verdana, Arial, sans-serif;
	font-size:12px;
	background:#F1F1F1;
	border:1px solid #7d212b;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

input#selfcopy {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	width:10px;
	margin:5px 5px 0 0;
	float:left;
}
input#counter {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	float:left;
	width:60px;
	margin:12px 0 0 118px;
	padding:.3em;
	background:#EEE;
	color:#999;
	border:1px solid #7d212b;
	text-align:center;
}
input#sendEmail {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	float:left;
	width:180px;
	border:1px solid #7d212b;
	padding:0.25em;
	background:#F1F8F6 url("../img/fade.png") repeat-x;
	margin:12px 4px 5px 4px;
	color:#333;
	font-weight:bold;
}
textarea {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	padding:0;
	margin:5px auto 10px auto;
	font-size:12px;
	background:#F1F1F1;
	border:1px solid #7d212b;
	width:380px;
	height:140px;
}
label{
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:12px;
	color: #7d212b;
	font-weight: bold;
}

input:hover, textarea:hover {
	background:#FAFBFC;
}
input:focus, textarea:focus {
	border-color:#666;
	background:#FFF;
}
.scsMsg {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	display:block;
	line-height:30px;
	font-size:14px;
	color:green;
}
.req {color:#C00;}
.errFld {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
       background:#FFC;
	border:1px solid #F00;
}
.errMsg {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	color:#F00 !important;
	display:block;
	padding-left:15px;
	background:url("../img/halt.png") 0 3px no-repeat;
	font-size: 12px;
}
.bigerr {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	display:block;
	line-height:30px;
	font-size:14px;
	color:#F00;
}

.Gris {
	font-family: "Century Gothic",Verdana, Arial, sans-serif;
	font-size:12px;
	color:#BCBDBC;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:150%;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}
