@charset "utf-8";

body {
	font-family: 'Lato', sans-serif ;
	font-weight: normal;
}
*{padding:0px;margin:0px;}
ul,ol,li{list-style:none;}
a{text-decoration:none;}
body{ font-size:13px;}
#contact-form{ width:100%; margin:2% 0;    font-family: 'Oswald', sans-serif;}
#pop_content{position:relative;}
#pop_content .bt{margin-bottom:9px;}
pop_content span{display:block;font-size:1em;color: #2E2E2E;padding-bottom:5px;    font-family: 'Oswald', sans-serif;}
#pop_content input[type="text"],#pop_content textarea{padding:5px;width:97%; border: 1px solid #CCD1D9;color:#333;font-size:14px;background: #EDF1F5;font-family: 'Tahoma', sans-serif;-webkit-appearance:none;}
#pop_content textarea{resize:none;height:120px;		}
#pop_content input[type="submit"]{   padding: 0 30px;
 	cursor: pointer;
    outline: none;
    min-width: 66px;
    height: 36px;
    line-height: 36px;
	background-color: #5CB85A;
    color: #FFF;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: 400; 
	border: none;
    outline: none;
	border: 1px solid transparent;
    border-radius: 4px;}
#pop_content input[type="submit"]:hover{background: #22969a;}
#pop_content input[type="submit"]:active{background: #22969a;}
#pop_content .seaimg{ position:absolute; bottom:29px; left:128px;}
#pop_content input:focus,#pop_content textarea:focus{
    border-color: #ff0000;
	outline: 0;
}
@media(max-width:960px){
#pop_content input[type="text"],#pop_content textarea{
width:96%;
}
}