/*   This is specifically for the question *button.* */


#contact_form {
	width: 480px;
	height: 492px;
	display: none;
	color; #1e1e1e;
	text-shadow: 0px 1px 0px rgba(225, 225, 232, 0.5);
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}

.inuse #contact_form {
	display: block;
}


#contact_form form {
	clear: both;
	display: block;
}

#contact_form h4 {
	padding: 0;
	margin: 2px auto 4px 3px;
	text-transform: uppercase;
	font-size: 13px;
	clear: both;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	
}

#contact_form label {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	float: left;
	width: 75px;
	padding: 0 25px 0 0;
	text-align: right;
	font-weight: bold;
	color: #000000;

}

#contact_form .text label {
	text-align: left;
	margin-left: 5px;
}

#contact_form input {
	width: 300px;
	height: 20px;
	padding: 2px 10px;
	margin: 0 0 10px 0;
	border: 0;
	float: left;
}


#fmessage {
	display: none;
}

#contact_form textarea {
	width: 400px;
	margin-left: 20px;
	height: 130px;
	padding: 10px;

}


#contact_form input[type="submit"],
#contact_form input[type="button"] {
	border: 1px solid #000000;
	background: #cccccc;
	font-weight: bold;
	text-shadow: 0px 1px 0px #e1e1e8;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	margin: 10px;
	width: 150px;
	height: 40px;
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: capitalize;
	display: block;
	cursor: pointer;
	border-radius: 12px;

}

#contact_form input[type="submit"]:hover,
#contact_form input[type="button"]:hover {
	color: #a4a4a4;
	background: #4a4a4a;
	text-shadow: 0px 1px 0px #38382f;
	
}


#contact_form input[type="submit"] {
	float: left;
}
#contact_form input[type="button"] {
	float: right;
}




div.other {
	color: #efefef;
	background: #333333;
	border: 1px solid #c4c4c4;
	width: 80%;
	margin: 5px auto;
	padding: 5px;
	clear: both;

	-moz-box-shadow: inset 0 0 18px -3px #000;
	-webkit-box-shadow: inset 0 0 18px -3px #000;
	box-shadow: inset 0 0 18px -3px #000;
	
}
div.other h4,
div.other div {
	color: #c4c4c4;
	font-size: 13px;
	text-shadow: none;
	padding: 4px 0;
}
div.other a, div.other:visited {
	color: #ffffff;
}
div.other div strong {
	display: inline-block;
	width: 95px;
	text-align: left;
}

div.other .livenow {
	color: #ff6666;
	text-align: center;
}

#contact_cover {
	background: none repeat scroll 0 0 #000000;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.50;
	filter: alpha(opacity=50);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	display: none;
}

#contact_success_message,
#contact_fail_message {
	display: none;
	left: 50%;
	margin-left: -112px;
	position: absolute;
	top: 50%;
	width: 224px;
	z-index: 12;
	display: none;
	text-align: center;
}

#contact_success_message {
	margin-top: -25px;
	height: 50px;
	font-size: 14px;

}

#contact_fail_message {
	color: #ffffff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	height: 200px;
	margin-top: -100px;
}
#contact_fail_message div { text-shadow: none; }

#contact_success_message a {
	-moz-box-shadow: 0px 0px 10px 1px #000;
	-webkit-box-shadow: 0px 0px 10px 1px #000;
	box-shadow: 0px 0px 10px 1px #000;
}


#plzwait {
	background-image: url("/images/ajax-loader.gif");
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	z-index: 12;
	display: none;
}

#locker {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 60;
	display:none;
}

