/* WEB DEFINED : http://www.webdefined.biz Compiled by Deeptha */
.set_fixed {
	position: fixed;
	height: 100%;
	width: 100%;
}
#map_canvas {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.row {
	height:50px;
}
.row_large {
	height: 110px;
}
.spam {
	margin-top: 17px;
}
input,
select {
	font-family: 'Mate', serif;
	background-color: #D3D3D3;
	
	border: #ccc 1px solid;

	display: inline-block;
	-webkit-border-radius: 0 0.2em 0.2em 0;
	-moz-border-radius: 0 0.2em 0.2em 0;
	border-radius: 0 0.2em 0.2em 0;
}
input {
	width: 70%;
	height: 22px;
	padding: 1% 1% 1% 7%;
	background-color: #FFF;
	
	-webkit-box-shadow:0 1px 2px #DDDDDD inset, 0 1px 0 #FFFFFF;
	-moz-box-shadow:0 1px 2px #DDDDDD inset, 0 1px 0 #FFFFFF;
	box-shadow:0 1px 2px #DDDDDD inset, 0 1px 0 #FFFFFF;
}
input.small {
	width: 40%;
}
select {
	width: 300px;
	height: 28px;
	padding: 3px 3px 3px 28px;
	margin-left: -8px;
	background: transparent;
	border: 0;
}
textarea {
	width: 94%;
	height: 80px;
	padding: 3%;
	border: #ccc 1px solid;
	
	font-family: 'Mate', serif;
	
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;

	background-color: #FFF;
}
.lable {
	display: inline-block;
	width: 20%;
	height: 24px;
	line-height: 24px;
}
.lable_long {
	width: 50%;
}
.name_icon {
	background: url(../images/user.png) #FFFFFF no-repeat center left;
}
.email_icon {
	background:url(../images/email.png) #FFFFFF no-repeat center left; 
}
.tele_icon {
	background:url(../images/phone.png) #FFFFFF no-repeat center left; 
}
input[type="submit"] {
	width: 100%;
	height: 32px;
	margin-top: 20px;
	padding: 5px;
	background-color: #000;
	color: #D3D3D3;

	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;	
}
input[type="submit"]:hover {
	background-color: #D3D3D3;
	color: #000;
}
input[type="submit"]:active {
	background-color: #550000;
	color: #FFF;
}
.form-error {
	position:relative;
	display:block;
	background-color: #900;
	color: #CCC;
	width: 100%;
	height: auto;
	margin: 3px 0;
	padding: 1px;
	
	font-size: 0.9em;
	
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}
@media only screen and (max-width : 768px) {
		.row {
			height: 60px;
		}
}
