@charset "UTF-8";
/* CSS Document */

html, body { 
	margin:0; 
	padding:0; 
	height:100%; 
	background-color: #FFF;
	font-size: 13px; 
	font-family: "Helvetica Neue", "San Francisco", Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-variant:normal; 
	color:#333;
	line-height: 16px;
}

* { margin: 0; padding: 0; }

#container {
	height: 100%;
	width: 100%;
	position: absolute;
	margin: auto auto;
}
#logo {
	position: relative;
	text-align:center;
}
input, textarea {
	padding:5px; 
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif;
	width:98%;
	height: 20px;
}
textarea {
	height: 100px;
}
input[type=text], textarea {
	border:1px solid #A8A8A8; 
	background: #FBFBFB;
}
h2 { 
	margin: 5px 0 15px 0;
	font-size: 24px;
	color: #111;
	font-weight: normal;
	line-height: 24px;
}
h3 { 
	margin: 20px 0 7px 0; 
	font-size: 16px; 
	position:relative;
	line-height: 16px;
}
p { 
	margin: 7px 0 11px 0; 
	line-height: 16px;
}
p#more {
	font-size:14px;
}
.buttonsubmit { 
	margin: 5px 0 0 0px; 
	width: auto; 
	font-size:12px;
	font-family:Arial,helvetica,sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333333;
	border: none;
	width: 70px;
	height:28px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.buttonsubmit:hover {
    background: #666;
}
#form {
	background-color:#EEE;
	/*border:3px solid #333;*/
	width:500px;
	padding:15px;
}
a#form_tab {
	top: 23%; 
	left: 0; 
	width: 45px; 
	height: 108px; 
	border: solid 1px; 
	cursor:pointer; 
	text-indent:-5000px;
	position: fixed; 
	_position: fixed; 
	z-index: 500; 
	overflow:hidden; 
	margin-left: -12px;
	background-color: black; 
	border-color: black; 
	background-image: url(/images/tab_ask_us.png);
}
a#form_tab:hover { 
	background-color: #444; 
}
h2#form-message {
	font-size: 18px;
	line-height:24px;
	margin: 30px 20px 15px;
}
h2#form-error-message {
	font-size: 18px;
	line-height:24px;
	margin: 8px 25px 15px;
}
span#submit {
	padding:5px 0 1px 30px; 
	background: transparent url(/images/imf_loader.gif) no-repeat 0 3px;
}
span#success {
	padding:5px 0 2px 30px; 
	background: transparent url(/images/imf_tick.png) no-repeat 0 3px;
}
span#error {
	padding:5px 0 0 30px; 
	background: transparent url(/images/imf_error.png) no-repeat 0 2px;
}

#content {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 460px;
	height: 200px;
	margin-top: -12em; /*set to a negative number 1/2 of your height*/
	margin-left: -18em; /*set to a negative number 1/2 of your width*/
}
#social-links {
	margin: 18px 0 0;
}
.social-link {
	float: left;
	margin-right: 16px;
}

.social-link img {
	width: 44px;
	height: 44px;
	border-radius: 17.544%;
	box-shadow: 0.5px 1px 4px rgba(0,0,0,0.3);
}

.social-link a:hover {
	opacity: 0.8;
}
#social-helper {
	font-weight: bold;
	padding-top: 12px;
	white-space: nowrap;
}