.wrap .siteForm{width:900px;}
.wrap .siteForm input[type="text"]{
	width:100%; 
	border:1px solid #dbdbdb; 
	height:37px; 
	line-height:20px; 
	vertical-align:middle; 
	font-size:14px; 
	color:#333; 
	padding:0 5px; 
	margin:0 0 0 0; 
	border-radius:0;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 0 0 0;
	-moz-box-shadow:inset 0 0 0 0;
	box-shadow:inset 0 0 0 0;
}
.wrap .siteForm input[type="text"]:focus{ 
	border-color: #70c8ed; background:#fff;
	-webkit-box-shadow: 0 0 10px #98d7f2;
	-moz-box-shadow: 0 0 10px #98d7f2;
	box-shadow: 0 0 10px #98d7f2;
}

.wrap .siteForm input[type="password"]{
	width:100%;
	border:1px solid #dbdbdb;
	height:37px; 
	line-height:20px; 
	vertical-align:middle; 
	font-size:16px; 
	color:#7a7a7a; 
	padding:0 5px; 
	margin:0 0 0 0; 
	border-radius:0;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 0 0 0;
	-moz-box-shadow:inset 0 0 0 0;
	box-shadow:inset 0 0 0 0;
}
.wrap .siteForm input[type="password"]:focus{ 
	border-color: #70c8ed; background:#fff;
	-webkit-box-shadow: 0 0 10px #98d7f2;
	-moz-box-shadow: 0 0 10px #98d7f2;
	box-shadow: 0 0 10px #98d7f2;
}

.wrap .siteForm textarea{
	width:100%;
	font-family: 'verdanaregular'; 
	border:1px solid #dbdbdb; 
	height:140px; 
	line-height:18px; 
	font-size:16px; 
	color:#333; 
	padding:5px;
	margin:0 0 0 0; 
	border-radius:0;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 0 0 0;
	-moz-box-shadow:inset 0 0 0 0;
	box-shadow:inset 0 0 0 0;
}

.wrap .siteForm textarea:focus{
	border-color: #70c8ed; background:#fff;
	-webkit-box-shadow: 0 0 10px #98d7f2;
	-moz-box-shadow: 0 0 10px #98d7f2;
	box-shadow: 0 0 10px #98d7f2;
}

.wrap .siteForm select{
	width:100%; 
	line-height:20px; 
	border:1px solid #dbdbdb;
	font-size:16px; 
	color:#7a7a7a; 
	padding:9px 9px 10px;
	margin:0 0 0 0; 
	border-radius:0;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;-webkit-box-shadow:inset 0 0 0 0;
	-moz-box-shadow:inset 0 0 0 0;
	box-shadow:inset 0 0 0 0;
}

.wrap .siteForm select:focus{
	border-color: #70c8ed; 
	background:#fff;
	-webkit-box-shadow: 0 0 10px #98d7f2;
	-moz-box-shadow: 0 0 10px #98d7f2;
	box-shadow: 0 0 10px #98d7f2;
}


.wrap .siteForm input[type="submit"], .wrap .siteForm input[type="button"]{
	-webkit-appearance:none; 
	border:none;  
	padding:10px 25px 10px; 
	font-size:17px; 
	color:#000; 
	cursor:pointer;
	background: #dbdbdb;
	font-family: arial;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out; 
	border-radius:0; 
	height:inherit;
}
.wrap .siteForm input[type="submit"]:hover, .wrap .siteForm input[type="button"]:hover{background: #22bbea; color:#FFF;}
.mandatory{color: #FF0000;}
.contact_fields{
	position:relative;
	display:block;
	width: 100%;
	background: none repeat scroll 0 0 #e1e1e1;
	padding:20px;
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.contact_fields:before,
.contact_fields:after{
	display:table;
	clear:both;
	content:"";
}
.contact_fields span{
	float: left;
    margin-bottom: 15px;
    width: 100%;
}
.contact_fields span label{
	float: left;
    width: 100%;
}
.contact_fields img{margin-top:10px;}
.contact_fields .remove{
	border: 1px solid #ccc;
    float: right;
    padding: 6px 10px;
    width: auto;
}
.updated-settings{

}