

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300,400italic,400,700italic,700);
@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@font-face { font-family: 'Queens'; src: url('fonts/QUEENS_B.TTF'); } 




html, body {min-height:100%;}

body {
	margin:0;
	font-family:'Lato', sans-serif;
	font-size:18px;
	color:#2a2e31;
        
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block; margin:0; padding:0;}
dl, dt, dd {margin:0; padding:0;}
img {border:0; vertical-align:bottom;}
a {outline:none; text-decoration:none; color:#000;}
a:hover {text-decoration:underline;}
form, h1, h2, h3, h4, h5, h6 {margin:0 0 10px 0;}
p {margin:0 0 28px 0; line-height:28px;}
h1, h2, h3, h4, h5, h6 {font-weight:700; margin-bottom:70px; letter-spacing:-1px;text-align:center;}
ul, li {margin:0; padding:0;}

.fl {float:left;}
.fr {float:right;}
.clear {clear:both; font-size:0px; line-height:0px;}

input[type="text"]:focus {outline:none;}
input[type="password"]:focus {outline:none;}
select:focus{outline:none;}


* html .clearfix { height:1%;}

*+html .clearfix { display:inline-block;}

.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



.wrapper {max-width:890px; margin:auto; position:relative;}

.content {max-width:890px; margin:auto; padding:1px;margin:5px;}


    .box {border:4px dashed #c80000;padding:20px;margin:15px;width:410px;background-color:#fcffcb;font-family:arial;font-size:16px;line-height:20px;}
    
form {padding:0;margin:0;}
    .inp {
        color:#757575;
	border: solid 2px #757575;
	outline: 0;text-align:left;
	font-family: 'Lato', serif;font-size:15px;
	width:368px;padding:12px;text-align:left;margin:5px;height:20px;
	background-color: #FFFFFF;
        background:url(img/email.png) no-repeat right;
        background-position: 358px 16px;padding-left:12px;padding-bottom:13px;
	border-radius:12px;
	-webkit-box-shadow:inset 2px 3px 1px #e8e8e8;
	-moz-box-shadow:inset 2px 3px 1px #e8e8e8;
	box-shadow:inset 2px 3px 1px #e8e8e8;
	}
    .inp2 {
        color:#757575;
	border: solid 2px #757575;
	outline: 0;text-align:left;
	font-family: 'Lato', serif;font-size:15px;
	width:368px;padding:12px;text-align:left;margin:5px;height:20px;
	background-color: #000;
        background:url(img/user.png) no-repeat right;
        background-position: 361px 16px;padding-left:12px;padding-bottom:13px;
	border-radius:12px;
	-webkit-box-shadow:inset 2px 3px 1px #e8e8e8;
	-moz-box-shadow:inset 2px 3px 1px #e8e8e8;
	box-shadow:inset 2px 3px 1px #e8e8e8;
	}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
	background:-moz-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-webkit-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-o-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:-ms-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
	background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e',GradientType=0);
	background-color:#f0c911;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:12px;
	border:1px solid #e65f44;
	display:inline-block;
	cursor:pointer;
	color:#c92200;
	font-family:'Roboto Condensed';
	font-size:25px;
	font-weight:500;
	padding:6px 3px;width:396px;height:56px;padding-top:6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ded17c;margin-top:7px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);box-shadow:inset 0px 1px 0px 0px #e98077;
	background-color:#f24437;
	color:white;text-shadow:0px 1px 0px #c52f24;
}
.myButton:active {
	position:relative;
	top:1px;
}

    

    
    .footer {color:#818181;font-family: 'Lato';font-size:13px;margin:15px;text-shadow:1px 1px 1px #fff;}
    .footer a {color:#818181;text-decoration:none;}
    
    
    .box1 {border:1px solid white;border-radius: 6px;width:500px;margin:0 auto;
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";

    }
    
    .black {padding:0px;
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000)";

    }
    
    .box2 {
width:504px;margin:0 auto;
border:2px solid #dedede;
border-radius: 12px;
-webkit-box-shadow: 1px 2px 4px  0px rgba(50, 50, 50, 0.65);
-moz-box-shadow:    1px 2px 4px  0px rgba(50, 50, 50, 0.65);
box-shadow:         1px 2px 4px 0px rgba(50, 50, 50, 0.65);
}
    
    .box3 {

margin:auto;
border:0px dashed #f6eee3;
filter:alpha(opacity=100); opacity:1;
width:650px;margin:0px;padding:16px;padding-bottom:33px;
text-align:center;
padding-top:23px;border-top:1px solid #eee9e4;border-bottom:1px solid #e5dcd4;
	-webkit-box-shadow:inset 0 0 50px #dbcdbb;
	-moz-box-shadow:inset 0 0 50px #dbcdbb;
	box-shadow:inset 0 0 50px #fff;
	position:relative;right:1px;
}


.head0 {font-family: 'Roboto Condensed', serif;font-size:48px;line-height:88px;text-transform:uppercase;letter-spacing:-1px;text-shadow: 1px 1px 1px rgba(255,255,255, 0.9); font-weight:300;text-align:center;color:#000;margin-top:0px;margin-bottom:0px;}
.head0-0 {font-family: 'Roboto Condensed', serif;font-size:158px;line-height:88px;text-transform:uppercase;letter-spacing:-3px;text-shadow: 1px 1px 1px rgba(255,255,255, 0.9); font-weight:900;text-align:center;color:#ec8f0b;margin-top:6px;margin-bottom:52px;}
.head1 {font-family: 'Roboto Condensed', serif;font-size:41px;line-height:49px;letter-spacing:-1px;text-shadow: 1px 1px 1px rgba(0,0,0, 0.2); font-weight:700;text-align:center;margin-top:23px;color:#000;margin-bottom:2px;padding:0 30px; }
.head2 {font-family: 'Lato', serif;font-size:19px;color:#757575;letter-spacing:0px;text-shadow: 1px 1px 0px rgba(255,255,255, 0.6);padding:0 76px;text-align:center;font-weight:400;margin-bottom:21px;margin-top:14px;}

.inbox {font-family: 'Lato', serif;font-size:13px;font-weight:normal;text-align:center;
text-shadow: 1px 1px 1px #fff;color:#818181;margin-top:25px;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
}

hr {
  border-top: 1px solid #ddd5c5;
  border-left:0px;border-bottom:0px;border-right:0px;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:80%;margin-bottom:16px;
}

.arrow {position:absolute;background:url(img/arrow.png);     width:137px; 
    height:121px; 
    display:block; 
margin-right:0px;margin-bottom:0px;margin-top:313px;}

.high {position:absolute;background:url(img/high.png);     width:356px; 
    height:37px; 
    display:block; 
margin-left:182px;margin-bottom:0px;margin-top:0px;padding-top:8px;padding-left:2px;
font-family: 'Ubuntu', serif;font-size:22px;letter-spacing:-0px;text-shadow: 1px 1px 0px #b17023; font-weight:200;text-align:center;margin:12px;color:#fff;}

.secure {position:relative;bottom:1px;}


#container {width:820px;margin:0 auto;height:500px;}
#left {float:left;width:370px;}
#right {float:right;width:410px;margin-top:0px;}


/* SmartPhone ----------- */
@media
only screen and (max-device-width: 600px), screen and (max-width: 600px) {
.box2 {width:90%}
.box3 {margin:5px;margin-top:25px;width:90%}
.myButton {width:87%;height:110px;font-size:45px;padding-top:0px;}
.inp, .inp2 {width:80%;height:50px;font-size:31px;background:none;padding:20px;}
.arrow {background:none;}
.head0 {font-size:49px;}
.head0-0 {font-size:148px;margin-bottom:23px;}
.head1 {font-size:46px;line-height:62px;margin-top:25px;}
.head2 {font-size:29px;margin-bottom:33px;}
.inbox {font-size:25px;margin-top:32px;margin-bottom:14px;}
.footer {font-size:15px;}
.content, .wrapper {max-width:95%;padding:22px;margin:0;}
.secure {position:relative;bottom:5px;}
#left {width:270px;}
#right {width:510px;}
.box1 {width:601px;}
.box2 {width:604px;margin-top:40px;}
.footer {margin-top:277px;}
.ecover {padding-top:30px;}
}