@charset "utf-8";
/* CONTACT FORM (1-Column / 2-Column / 3-Column) */

.form {
	width: 500px;

	font-family: Century Gothic;
	font-size: 12px;
	color: #000000;
	}

.form fieldset {
	padding: 10px 0 10px 0 !important /*Non-IE6*/;
	padding: 0 /*IE6*/;
	margin: 0 0 20px 0;
	border: solid 1px rgb(220,220,220);
	}

.form fieldset legend {
	margin: 0 0 0 5px !important /*Non-IE*/;
	margin: 0 0 20px 5px /*IE6*/;
	padding: 0 2px 0 2px;
	color: rgb(135,33,46);
	font-weight: bold;
	text-transform: uppercase;
	}

.form label.left {
	float: left;
	clear: both;
	width: 175px;
	margin: 0 0 0 10px;
	padding: 2px;
	padding-right:0px;
	font-size:100%;
	}
	
.form label.right{
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 2px;
	font-size:100%;
	}
	
.form input.checkbox {
	float:left;
	width: 15px;
	padding-left: 0px;
	font-size: 100%;
	}
	
.form select.combo {
	width: 285px;
	padding: 2px;
	border: solid 1px rgb(200,200,200);
	font-size: 100%;
	}

.form input.field {
	float:left;
	width: 276px;
	padding: 2px;
	border: solid 1px rgb(200,200,200);
	font-size: 100%;
	}

.form textarea {
	width: 455px;
	height:60px;
	padding: 2px;
	border: solid 1px rgb(200,200,200);
	font-size: 100%;
	}

.form input.button {
	float: left;
	width: 120px;
	margin-left: 167px !important /*Non-IE6*/;
	margin-left: 170px /*IE6*/;
	padding: 3px  !important /*Non-IE6*/;
	padding: 2px  /*IE6*/;
	background: rgb(230,230,230);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	color: rgb(150,150,150);
	font-size: 100%;
	font-weight: bold;
	}

.form input.button:hover {
	cursor: pointer;
	border: solid 1px rgb(80,80,80);
	background: rgb(220,220,220);
	color: rgb(80,80,80);
	font-weight: bold;
	}
/* ----------------------------------------------- */

.container {
   position: relative;
   height: 335px;
   }

.left-element {
   position: absolute;
	 top: 10px;
   left: 0;
   width: 55%;
   }

.right-element {
   position: absolute;
   right: 20px;
   width: 45%;
   text-align: right; /* depends on element width */
   } 

























