/* @override http://creativemagma.com/new/facebox/facebox.css */

/*-----------------Form "Style.css" CSS-----------------------*/

body {

	

/*	background-color: #000000;
*/


/*margin:40px 0 40px 0;*/
	text-align: center;
}

body,td,th {

		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #CCCCCC;
}

#wrapper {

		margin: 0 auto;
		text-align: left;
		background: #333;
		border: 2px solid #3E3E3E;
		line-height: 20px;
		padding: 20px;
		width: 700px;
}

div#contact {

		position: fixed;
		top: 200px;
		right: 0;
}

.contimage {

		filter: alpha(opacity=80);
		-moz-opacity: .80;
		opacity: .80;
}

h1 {

		color: #fff;
		margin: 0 0 30px 0;
		font-size: 36px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
}

/*  Contact Form Styling */

#contactform #error ul {

		padding-left: 0px;
		line-height: 20px;
}

#contactform #error span {

		color: green;
		padding: 5px 0 5px 0;
		position: absolute;
		top: 60px;
		right: 10px;
		width: 150px;
}

#contactform #error ul li {

		color: #BF0B0B;
		font-weight: normal;
}

h2#contacth2 {

		font-size: 18px;
		color: #d62937;
		margin: 0 0 10px 0;
		font-weight: normal;
		padding-bottom: 10px;
		border-bottom: 1px dotted #d62937;
}

#contactform fieldset {

		border: none;
		margin-top: 12px;
}

#contactform #error {

		float: right;
}

#contactform .button {

		background: url(../images/submit.png) no-repeat left top;
		color: silver;
		border: 1px none #ccc;
		padding: 5px 20px 5px 20px;
		outline: none;
		width: 96px;
		height: 30px;
	font-size: 15px;
}

#contactform {

		color: #666;
}

.clear {

		clear: both;
}

.download {

		display: block;
		padding: 20px 0 20px 0;
		background: #222;
		text-align: center;
		border: 1px solid #000;
		color: #fd398f;
		font-size: 18px;
}

.download:hover {

		background: #000;
}

/*----------------End Form "Style.css" CSS-----------------------*/

#facebox .b {

		background: url(b.png);
}

#facebox .tl {

		background: url(tl.png);
}

#facebox .tr {

		background: url(tr.png);
}

#facebox .bl {

		background: url(bl.png);
}

#facebox .br {

		background: url(br.png);
}

#facebox {

		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999999;
		text-align: left;
}

#facebox .popup {

		position: relative;
}

#facebox table {

		border-collapse: collapse;
}

#facebox td {

		border-bottom: 0;
		padding: 0;
}

#facebox .body {

		padding: 10px;
		background: #441211;
		width: 576px;
}

#facebox .loading {

		text-align: center;
}

#facebox .image {

		text-align: center;
}

#facebox img {

		border: 0;
		margin: 0;
}

#facebox .footer {

		border-top: 1px solid #DDDDDD;
		padding-top: 5px;
		margin-top: 10px;
		text-align: right;
		border-style: none;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {

		height: 10px;
		width: 10px;
		overflow: hidden;
		padding: 0;
}

#facebox_overlay {

		position: fixed;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
}

.facebox_hide {

		z-index: -100;
}

.facebox_overlayBG {

		background-color: #000;
		z-index: 99;
}

* html #facebox_overlay {

	

/* ie6 hack */
  position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#contactform #form-left-left {

		float: left;
		width: 264px;
		height: 300px;
	margin-right: 12px;
}

#contactform #form-left-left p {

		font-size: 14px;
		color: #CCCCCC;
		margin-top: 12px;
		margin-left: 5px;
}

#contactform #formleft {

		float: left;
		margin-left: 22px;
}

#submitform fieldset textarea {

		width: 215px;
	height: 123px;
}

#submitform fieldset input {

		width: 212px;
	height: 17px;
}

#submitform fieldset legend {

		color: silver;
		font-size: 17px;
		margin-bottom: 7px;
}

#contactform #middle {

		float: left;
		width: 25px;
}