/* Stylesheet for Website - Split Screen Width 1024 Pixels */
/* Version V1.0.0, 16/09/2007 WBM. */
/* Copyright 2007. Property of Design Atom  - www.designatom.com */

/* ------------------------------------------------------------------------- */
/* CONTENT LAYOUT */

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 180px;
  text-align: right;
}

div.row span.forml {
  float: left;
  width: 180px;
  text-align: left;
  margin-left: 20px;
}

div.row span.formw {
  float: right;
  width: 280px;
  text-align: left;
}

div.row span.half {
  float: left;
  width: 50%;
  text-align: left;
}
 
div.row span.radiol {
  float: left;
  width: 80px;
  text-align: right;
  margin-left: 0px;
}

div.row span.radior {
  float: right;
  width: 380px;
  text-align: left;
}

div.row span.reset {
  float: left;
  width: 200px;
  text-align: right;
}

div.row span.submit {
  float: right;
  width: 190px;
  text-align: left;
 }
 
/* ------------------------------------------------------------------------- */
/* TEXT STYLES */

/* Address and Contact Lists */
p.address {
	position: relative;
	top: -10px;
	left: 5px;
	font-family: Arial; 
	font-size: 11pt; 
	text-align: left; 
	color: #424242; 
	line-height: 110%; 
	margin-top: 0px; 
	margin-bottom: 20px;
	margin-left: 90px;
	margin-right: 20px;
	z-index: 1;
}

/* Align Center of the Form */
p.center {
	position: relative;
	top: 0px;
	left: 5px;
	font-family: Arial; 
	font-size: 10pt; 
	text-align: center; 
	color: #424242; 
	line-height: 110%; 
	margin-top: 0px; 
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 20px;
	z-index: 1;
}

/* ------------------------------------------------------------------------- */
/* INPUT STYLES */

/* Address and Contact Lists */
input {
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 1;
}

