body {
	/*background: url('images/indexBgRpt.png') repeat;*/
    background: url('imagaes/logoRpt.png') #827668 repeat-x;
}

fieldset {
	border: none;
}

div#wrapper {
        background-attachment: fixed;
    background-image: url("images/logoBtm.png");
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


#contact_form{
	width: 439px;
	/*border: 1px solid #DDD;
	border-radius: 5px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0 auto;
}
#contact_form legend{
	font-size: 15px;
	color: #C9C9C9;
}
#contact_form label{
	display: block;
	margin-bottom:5px;
}
#contact_form label span{
	float:left;
	/*color:#666666;*/
	/*color: #96F;*/
    color: #000;
}
#contact_form input{
	/*height: 25px;*/
	width:439px;
	height:27px;
	margin: 10px 0;
	padding:10px;
	border: 1px solid #DBDBDB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-left: 4px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#contact_form textarea{
	border: 1px solid #DBDBDB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-left: 4px;
	color: #666;
	width:439px;
	height:213px;
	margin: 10px 0;
	padding:10px;
	/*height:100px;
	/*width: 230px;*/
	font-family: Arial, Helvetica, sans-serif;
}
.submit_btn {
	border: 1px solid #D8D8D8;
	padding: 5px 15px 5px 15px;
	color: #8D8D8D;
	text-shadow: 1px 1px 1px #FFF;
	border-radius: 3px;
	background: #F8F8F8;
}
.submit_btn:hover 
{
	/*background: #ECECEC;*/
	background: color: #e9af52;
}
.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	/*border: 1px solid #B9ECCE;
	border-radius: 5px;*/
	font-weight: normal;
}
.error{
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	/*border: 1px solid #FFCACA;
	border-radius: 5px;*/
	font-weight: normal;
}

@-moz-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes overlay { 0% { opacity: 0; } 100% { opacity: 1; } }
div#overlay {
	-moz-animation: overlay 0s 0s forwards;
	-webkit-animation: overlay 0s 0s forwards;
	-o-animation: overlay 0s 0s forwards;
	-ms-animation: overlay 0s 0s forwards;
	animation: overlay 0s 0s forwards;
	background-attachment: fixed, fixed;
	background-image: url("images/overlay-pattern.png"), url("images/overlay.svg");
	background-position: top left, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
}
