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

@font-face {
	font-family: 'light';
	src: url('light.otf');
	src: local('light'), local('light'), url('light.otf') format('opentype');
}
@font-face { 
	font-family: 'dark'; 
	font-weight: bold; 
	src: url('dark.otf'); }
	body
	{
		background:url(transmitNew.gif) repeat;
		background-attachment:fixed;
		width:100%;
		margin:0 auto;
		font-family:'light';
		color:#ffffff;
	}
	#wrapper
	{
		width:987px;
		padding:0px;
		margin:0 auto;
		background:url(back.png) no-repeat;
		height:860px;
	}
	a
	{
		color:#a7a7a7;
		text-decoration:none;
		border-bottom:1px dashed;
		padding:4px;
	}
	a:hover
	{
		color:#000000;
		background:#ffffff;
	}
#col2
{
	width:50%;
	float:right;
	margin-top:170px;
}
#footer
{
	float:left;
	clear:both;
	text-align:center;
	width:122%;
	height:200px;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-top:-10px;
	position:relative;
	padding:20px;
}

/* === form div and elements ======================================= */

#form-div { 
  width : 300px;
  line-height :1.7em;
  float:left;
  margin-left:90px;
  margin-top:-30px;
  position:absolute;
  padding-left:20px;
  padding-top:0px;
  height:666px;
	font-size:14px;
	color:#ffffff;
	border-left:1px dashed;
	/*background:transparent url(../../../images/stick.png) repeat-x;*/
}
#form-div p a
{
	text-decoration:none;
	color:#81a9c2;
	border-bottom:1px solid;
}
#form-div p a:hover
{
	text-decoration:none;
	color:#44a6e5;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #9f9f9f; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #9f9f9f; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #999999;
  /* color : #000; (lite colors option - uncomment to use) */
  padding :10px; 
  border : 0px solid #525252; 
  background-color : #444444;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin-left : 12px;
  text-align : left;
  width:240px;
  text-transform:none;
}

#form-div p.error { 
  background-color : #000000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
	text-decoration:none;
	color:#81a9c2;
}

#form-div p.center {
  text-align : center;
  background-color : #000000;
  color : #999999;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	text-decoration:none;
	color:#44a6e5;
	border:none;
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
	text-decoration:none;
	color:#44a6e5;
	border:none;
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : normal;
  font-size:14px;
}

#form-div legend span { }

legend.main-legend { 
  color : #b8b8b8;
  font-size : 14px;
  margin-left:2px;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : 0px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #9f9f9f;
}

label.opt-label.check {
  float : left;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : normal;
  font-size:12px;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #9f9f9f;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : normal;
  color : #9f9f9f;
}

label.req-label.explain {
  color : #9f9f9f;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #9f9f9f;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 0px dotted #525252;
  color:#000000;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border : 0px dotted #525252;
  color:#000000;
}

input.checkbox {
  border : 1px solid #525252;
  width : .9em;
  height : .9em;
  padding : 0;
  margin-left : 3px;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #525252;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  border-top : 2px solid #555555;
  border-bottom: 1px solid #888888;
  border-left:none;
  border-right:none;
  background-color : #777777;
  cursor : text;
  padding : 4px;
  font-size:14px;
  color:#000000;
  font-family:'light';
}

select.select {
  padding : 1px 0;
  border-left:none;
  border-right:none;
  border-top : 2px solid #555555;
  border-bottom: 1px solid #888888;
}

input.text-short {
  width : 100px;
}

input.text-med {
  width : 250px;
}

input.text-long {
  width : 250px;
}

textarea.textarea {
  width : 250px;
  height : 100px;
}

select.select {
  cursor : pointer;
  width:254px;
  border-left:none;
  border-right:none;
  border-top : 2px solid #555555;
  border-bottom: 1px solid #888888;
  padding-left:4px;
  padding-right:4px;
}
select.select option {
  cursor : pointer;
  width:254px;
  border:none;
  padding-left:4px;
  padding-right:4px;
  line-height:1.7em;
  padding-top:4px;
  padding-bottom:4px;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  background-color : #999999;
  color:#000000;
  border-left:none;
  border-right:none;
  border-top : 2px solid #555555;
  border-bottom: 1px solid #888888;
  font-family:'light';
}

input.button {
	font-family:'light';
  font-size:14px;
  font-weight : normal;
  margin-top : 8px;
  margin-left:5px;
  padding : 1px 10px;
  cursor : pointer;
  float : left;
  clear : both;
  color : #000000;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */
