@import url(http://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed:300);

body{ background:url(img/bg.png) #18a8eb; font:300 14px/22px Open Sans, Arial; color: #444;overflow-x:hidden; }
h1,h2,h3{margin: 0;padding: 0;}
h1{ text-align:center;  border-bottom:1px dashed #ccc; font:normal 35px/50px Roboto Condensed, Arial; padding-bottom: 15px; margin-bottom: 30px; color: #666;}
h1 span{  color: #18a8eb; }

h2{ font:normal 25px Roboto Condensed, Arial; color:#18a8eb; border-bottom:1px dashed #ccc; padding-bottom: 5px; margin-bottom: 15px;}
h3{ font:normal 25px Roboto Condensed, Arial; color:#222; margin-bottom: 22px;}

.form-control{padding: 10px;height: auto;}
.btn-default{padding: 7px 30px;background-color: #18a8eb;border:none;font:normal 18px Roboto Condensed, Arial;color: #fff; }
.btn-default:hover,.btn-default:active,.btn-default:focus{background-color: #444;color: #fff;}

.wrapper-bg{ background:url(img/glow.png) center -50px no-repeat; position:relative;}
.header{ text-align: center;padding: 25px 0;}
.opacity{ background:url(img/opa.png); padding:15px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px; position:relative;}
	.opacity .topleft{ background-image:url(img/topleft.png);position:absolute; display:block; top:-8px; left:-22px; width:250px; height:233px;}
	.opacity .bottomleft{ background-image:url(img/bottom-left.png);position:absolute; display:block; bottom:-25px; left:-25px; height:56px; width:433px;}
	.opacity .bottomright{ background-image:url(img/bottom-right.png);position:absolute; display:block; bottom:-25px; right:-20px; width:418px; height:288px; }

.content { background: url(img/gradient.png)  top center repeat-x #fff; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px; padding:20px; position:relative;}

.social{margin: 25px 0;}
.field{ background: url(img/field.gif); padding:5px;margin-bottom:20px;}

.block ul li{margin-bottom: 15px; background: url(img/tick.png) left  9px no-repeat;padding-left: 18px;}



/*css switch*/
.css-switch{position: fixed;bottom: 10px; right: 0;z-index: 1000; width: 75px;padding:5px; background:rgba(0, 0, 0, 0.5); }
.css-switch button{font-size: 11px;width: 100%; text-align: center;margin: 3px 0;color: #333; border:none;padding: 0; background-color: #FFF;}