﻿*, html{
	margin: 0 auto;
}

html{
	height: 100%;
	font: normal normal 12px 'Source Sans Pro', sans-serif;
    /*font-weight: 400;*/
    color: #fff;
    margin: 0;
    padding: 0;
}

.app-cont{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}

.bground-layer{
	background: #000;
	width: 480px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.9;  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90); 
}

/* -- header  --- */
.top-cont{
	background: transparent;
	height: 125px;
	width: 440px;
	position: relative;
	top: 0;
	left: 20px;
	z-index: 2;
	display: block;
}

.logo{
	background: transparent url('../images/perbal.png') no-repeat 0 20px;
	width: 100%;
	height: 125px;
}

/* --- intro --- */
.intro{
	padding: 20px 0 20px 0;
	border: 1px solid #464646;
	border-left: 0;
	border-right: 0;
}

/* -- center content  -- */
.center-cont{
	background: transparent;
	width: 440px;
	position: relative;
	top: 0;
	left: 20px;
	z-index: 2;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #464646;
}

.center-cont ul li{
	margin-left: 20px;
}

.center-cont h1{
	color: #93bf05;
	text-transform: uppercase;
	font-size: 20px;
	margin: 20px 0 0 0;
}

.center-cont h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin: 20px 0 0 0;
}

.center-cont-left, .center-cont-right{
	width: 220px;
} 

.center-cont-left{
	float: left;
}

.center-cont-right{
	float: right;
}

.center-cont-right h1{
	margin-bottom: 20px;
}

/* --- bottom ---*/
.bottom-cont{
	background: transparent;
	height: 140px;
	width: 440px;
	position: relative;
	top: 0;
	left: 20px;
	z-index: 2;
	padding-top: 20px;
	display: block;
}

.bottom-cont p{
	text-transform: uppercase;
}

/* -- rapid-form --- */
.rapid-form{
	background: transparent;
	width: 480px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
	display: block;
}

.contact-us{
	background: #93c005;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	width: 150px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 290px;
	display: inline-block;
	cursor: pointer;
}

.contact-us > span{
	margin-left: 5px;
}

.arrow{
	background: transparent url('../images/arrow.png') no-repeat;
	height: 10px;
	width: 17px;
	display: inline-block;
}

.rapid-form-content{
	background: #ededef;
	height: 299px;
	border-top: 1px solid #92bf04;
	display: none;
}

.rapid-form-content span{
	width: 430px;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	padding-right: 40px;
}

.rapid-form-content span:not(.usrmsg){
	color: #000;
}

.clear{
	clear: both;
}

.form-field{
	height: 35px;
}

input[type="text"], input[type="email"] {
    height: 30px;
	width: 340px;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
	border: 1px solid #93bf05;
	position: relative;
	top: 0;
	left: 90px;
}

label{
	position: relative;
	top: 20px;
	left: 20px;
	color: #000;
	text-transform: uppercase;
}

textarea{
	font-size: 95%;
	max-width: 340px;
    min-width: 340px;
    max-height: 70px;
    min-height: 70px;
	margin: 0 0 0 90px;
    border: none;
	border: 1px solid #93bf05;
}

.btns{
	padding: 65px 0 0 220px;
}

.btn{
	height: 30px;
	width: 100px;
	border: 0;
	color: #fff;
	font-weight: bold;
}

.btn-reset{
	background: transparent url('../images/btn_reset.jpg') repeat-x;
	margin-right: 10px;
}

.btn-send{
	background: transparent url('../images/btn_send.jpg') repeat-x;
	margin-right: 10px;
}
