﻿/*---------------------------------------------------- 	General------------------------------------------------------*/
body { 
	/*font-family:'Montserrat',sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.7;
	color:#565656;
	font-weight:400;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 { 
	color:#565656;
	line-height:1.4;
	font-weight:300;
}

.frm{
margin:20px auto; background-color:#eee; width:260px; float:right; padding:20px; position:fixed; top:110px;
-webkit-box-shadow: 10px 10px 5px 0px rgba(158,153,158,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(158,153,158,1);
box-shadow: 10px 10px 5px 0px rgba(158,153,158,1);
}

.frm h2{font-size:24px; text-align:center;}
input{ width:80%; padding-left:10%; height:30px; border:none; background-color:transparent; color:#fff;}
.form-btn{width:100%; height:30px; margin:10px auto; background:#C00; color:#fff;}
