@charset "utf-8";
/* CSS Document reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0;}

body {
}

html, body, a {color:#000000;font:15px arial,helvetica,sans-serif;}

iframe{border:none;	overflow:hidden;}

table {border-collapse:collapse; border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}

ol,ul{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6,.cs{color:#000000;}
.cw{color:#FFFFFF;}
.cgray{color:#B9B9B9;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1{font-size:24px;}

a{text-decoration:none;}

.texth1 {
  margin: 0!important;
    width: 450px;
}

q:before,q:after{content:'';}

abbr,acronym{border:0;}

.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}

.hidden{visibility:hidden;}

.none{display:none;}

.fl{float:left; display:inline;}
.fr{float:right; display:inline;}

.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}

.zoom{zoom:1;}

.hand{
	cursor:pointer;
}

.small { 
	font-size: 11px;
	color: #6c6c6c;
}

.medium { 
	font-size: 16px;
color: #4c4c4c;
margin-bottom: 2px;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.text {
	width: 760px;
	margin:0 auto;
	font-size: 13px;
	line-height: 21px;

}

.text a {

	font-size: 13px;
}

.footer {
	  font-size: 12px;
    margin: 0 auto;
    width: 263px;
}

.footer ul {
	margin-top: 30px;
	width: 400px;
}

.footer ul li {
	text-align: center;
	display: inline;
	padding-left: 5px;
	
}

	.footer ul li a {
		color: #999999;
		font-size: 12px;

	}
.terms p {
	text-transform: uppercase;
}

.bg {
	position: fixed;
	opacity: 0.5;
	z-index: 999;
	background-color: rgb(0, 0, 0);
	height: 900px;
	width: 100%;
}

.modal {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -240px;
	width: 420px;
	height: auto;
	z-index: 9999;
	word-wrap: break-word;
	padding: 20px 25px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: rgb(255, 255, 255);
}
/*.modal {
	display: block;
	position: absolute;
	top: 0;
	left: 595.5px;
	width: 420px;
	height: auto;
	z-index: 9999;
	word-wrap: break-word;
	padding: 20px 25px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: rgb(255, 255, 255);
}*/

.browsermodal {
    float: left;
    height: 109px;
 	padding: 10px 20px 20px 5px;    
	width: 15%;
}


.close {
	margin-top: 29px;
	float: right;
	clear: both;
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #78c5ff;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	/*width:95px;*/
	padding: 0 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.close:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.close:active {
	position:relative;
	top:1px;
}



.browser img {
	float: left;
}


.text {
	padding: 20px;
}
/******************/
.formu {
    display: block;
    font-size: 12px;
    margin: 36px 20px 20px;
    min-height: 370px;
    text-align: left;
    width: 551px;
}
.formu label {
    clear: both;
    float: left;
    margin: 12px 5px 0 0;
    text-align: right;
    width: 70px;
}

.formu input {
    float:left;
    border:1px solid #ddd;
    -moz-border-radius:4px;
    border-radius:4px;
    height:25px;
    padding:2px;
    margin:4px 0;
    width:380px;
}
.formu select {
    float:left;
    border:1px solid #ddd;
    -moz-border-radius:4px;
    border-radius:4px;
    height:25px;
    padding:2px;
    margin:4px 0;
    width:200px;
}
.formu textarea {
    float:left;
    border:1px solid #ddd;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:2px;
    margin:4px 0;
    width:380px;
    
}
.formu .button {
    width:120px;
    color:#fff;
    border:1px solid #477b00;
    background: #84cc24;
    background: -moz-linear-gradient(top, #84cc24 0%, #477b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84cc24), color-stop(100%,#477b00));
    background: -webkit-linear-gradient(top, #84cc24 0%,#477b00 100%);
    background: -o-linear-gradient(top, #84cc24 0%,#477b00 100%);
    background: -ms-linear-gradient(top, #84cc24 0%,#477b00 100%);
    background: linear-gradient(to bottom, #84cc24 0%,#477b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84cc24', endColorstr='#477b00',GradientType=0 );
    text-shadow: none;
    height: 38px;
}
.formu .button:hover {
    width:120px;
    color:#fff;
    border:1px solid #477b00;
    background: #477b00 !important;
   
}
.dire {
    font-size: 0.85em;
}