/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
	/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */
* {
	margin: 0;
	padding: 0;	
}

body{	
}

a {
	color: #636A70;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #636A70;
}

a img {
	border: none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {	
	color: #636A70;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 {	
	color: #7D8F29;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 190%;
}

h3 {
	color: #993;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 165%;
	padding-top: 5px;
}

h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

/* Layout */
#container {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #7D8F29;
	border: 1px solid #CCC;
}

#header {
	height: 50px;
	background: #ffffff url('../img/logo.gif') no-repeat;
	background-position: 20px 0px;	
}

#header h1 {
	color: #fff;
	padding: 0px 30px;
}

#header h1 a {
	color: #fff;
	background: #636A70;
	font-weight: normal;
	text-decoration: none;
}

#header h1 a:hover {
	color: #fff;
	background: #636A70;
	text-decoration: underline;
}

#wrapper {
	width: auto;
	background: #FFF;
	padding-top: 5px;
	padding-left: 5px;
}

#content {
	background: #fff;
	min-height: 500px;
	color: #5f5f5f;
	padding: 0px 5px 40px 5px;
	overflow: hidden;
}

#footer {
	clear: both;
	padding: 6px 10px;
	font-size: 11px;
}

/* Tables */
table {
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table.left td{
	text-align: left;
}	
table.lead_table, table.fields_table {	
	border:0;	
	margin:0;
}
th {
	background: #E5E5E5;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

th a {
	color: #333;
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.lead_table tr td {
	border: 0px;
	padding: 2px;
}
table.fields_table tr td {
	border: 1px solid #CCC;
	padding: 2px;	
}	
table.lead_table tr td.fieldname {	
	padding: 2px;
}
table tr td.fieldname {
	font-weight: bold;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {	
	background: #f4f4f4;
}

table.cake-sql-log{
	width: 1000px;
	margin-left: auto;	
	margin-right: auto;
}	

.cake-sql-log caption {
	color: #000;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cake-sql-log td,.cake-sql-log th {
	padding: 2px 8px;
	text-align: left;
	font-size: 11px;
}

/* Paging */
div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 400px;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	background: #fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	padding: 0px;
	vertical-align: text-top;

	 
}

form div.input {
	color: #444;
}

form div.required {
	color: #333;
	/*font-weight: bold;*/
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}

label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
	margin-left: 5px;
}	

form.questionaire .input label, form.questionaire label{
 	width: 90px;
 	float: left;
 	text-align: right;
}

.input label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
	margin-left: 0px;
}

form.questionaire input, form.questionaire textarea {
	width: 160px;
	float: left;
	clear: none;		
}

form.questionaire input[type="checkbox"]{
	width: 20px;
	margin-left: 110px;
	margin-top: 5px;	
}	

form.questionaire select {
	width: 165px;
	margin-left: -3px;
	float: left;
	clear: none;	
}	

form.questionaire .date select {
	width: 50px;
	float: none;	
}	

form.questionaire input[type="submit"], input[type="button"]{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100px;
}	

input,textarea {
	clear: both;
	color: #555555;
	font-size: 100%;
	font-family: "Trebuchet MS", Sans-Serif;
	padding: 1px;
	width: 100%;
}

select {
	width: 200px;
	clear: both;
	font-size: 100%;
	margin-top: 3px;
	margin-left: 5px;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	float: left;
	width: auto;
	margin: 0 3px 7px 0;
}

div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit], input[type=button] {
	color: #000000;
	display: inline;
	width: auto;
	margin-right: 10px;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #505050;
	background-color: #FFED57;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

div.error-message {
	clear: both;
	color: #000;
	background-color: #FF9900;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 5px 0;
	padding: 0;
	background-color: #d9d9d9;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 0 0 0;
	white-space: nowrap;
	background: #636A70;
	float: left;
}

div.actions ul li a {
	width: 101px;
	display: block;
	color: #fff;
	padding-left: 3px;
	padding-right: 4px;
	background: #636A70;
	text-decoration: none;
	border-right: 1px solid #fff;
	text-align: center;
}

div.actions ul li a:hover {
	text-decoration: underline;
	background: #888888;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}

div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}

div.cake-stack-trace pre,div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}

div.cake-code-dump pre,div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}

div.code-coverage-results div.code-line {
	padding-left: 5px;
	display: block;
	margin-left: 10px;
}

div.code-coverage-results div.uncovered span.content {
	background: #ecc;
}

div.code-coverage-results div.covered span.content {
	background: #cec;
}

div.code-coverage-results div.ignored span.content {
	color: #aaa;
}

div.code-coverage-results span.line-num {
	color: #666;
	display: block;
	float: left;
	width: 20px;
	text-align: right;
	margin-right: 5px;
}

div.code-coverage-results span.line-num strong {
	color: #666;
}

div.code-coverage-results div.start {
	border: 1px solid #aaa;
	border-width: 1px 1px 0px 1px;
	margin-top: 30px;
	padding-top: 5px;
}

div.code-coverage-results div.end {
	border: 1px solid #aaa;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

div.code-coverage-results div.realstart {
	margin-top: 0px;
}

div.code-coverage-results p.note {
	color: #bbb;
	padding: 5px;
	margin: 5px 0 10px;
	font-size: 10px;
}

div.code-coverage-results span.result-bad {
	color: #a00;
}

div.code-coverage-results span.result-ok {
	color: #fa0;
}

div.code-coverage-results span.result-good {
	color: #0a0;
}

div#user-header {
	width: 825px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #555555;
	/*background-color: #f0f0f0;*/
	margin-top: 21px;
	float: right;
}

div#user-header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

div#user-header ul li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */
	/* These classes are used by the script as rollover effect for table 1 and 2 */
.tableRollOverEffect1,.tableRollOverEffect1 a {
	background-color: #317082;
	color: #FFF;
	cursor: pointer;
}

.tableRollOverEffect2,.tableRollOverEffect2 a {
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}

.tableRowClickEffect1,.tableRowClickEffect1 a {
	background-color: #F00;
	color: #FFF;
	cursor: pointer;
}

.tableRowClickEffect2,.tableRowClickEffect2 a {
	background-color: #00F;
	color: #FFF;
	cursor: pointer;
}

#main-sidebar {
	width: 200px;
	min-height: 600px;
	background-color: #EAEAEA;
	float: left;
	color: #333;
	font-size: 11px;
	margin-bottom: 5px;
}

#main-sidebar a {
	color: #333;
	font-weight: normal;
}

#main-sidebar a:hover {
	color: #777;
}

#main-sidebar #quicksearch.panel {
	background-color: #D9D9D9;
}

#main-sidebar .panel {
	padding: 10px;
	padding-left: 15px;
	padding-right: 0px;
	border-bottom: 4px solid #FFFFFF;
	background-color: #D9D9D9;
}

#main-sidebar .panel ul {
	margin-left: 20px;
}

#main-sidebar .panel ul li {
	float: left;
	width: 75px;
}

#main-sidebar form label {
	font-weight: normal;
}

#main-sidebar form small {
	color: #888;
	margin-left: 5px;
}

#main-sidebar .title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	color: #333333;
}

#main-sidebar form {
	width: 150px;
	padding-left: 0px;
	color: #333;
}

#main-sidebar form.quick select {
	width: 105px;	
	clear: none;
}

#main-sidebar form select option {
	color: #333;
	font-size: 11px;
}

#main-sidebar form div,#main-sidebar form select,#main-sidebar form label
{
	padding-left: 0px;
	margin-left: 0px;
}

#main-sidebar form select {
	width: 170px;
}

#main-sidebar form input {
	width: 110px;
	float: right;
	margin-right: 3px;
}

#main-sidebar form div.submit {
	margin-top: 0px;
}

#main-sidebar form.floated label {
	width: 40px;
	float: left;
}

#main-sidebar form.floated input[type="text"] {
	width: 99px;	
	float: left;
	clear: none;
}	

#main-sidebar form.floated {
	width: 170px;
}

#search-bar {
	min-height: 40px;
	padding: 0px;	
	background-color: #F5F19A;
	margin-bottom: 5px;	
}

#search-bar #fields {
	width: 100%;
	padding: 10px;
	padding-bottom: 0px;
}

#search-bar #buttons {
	float: left;
	padding: 0px;
	clear: none;
	vertical-align: baseline;	
}

#search-bar #buttons .checkbox {
	margin-top: 2px;	
}

#search-bar #buttons .checkbox label {	
	width: 100px;
	padding-left: 0px;
	text-align: left;
	margin-top: -2px;	
}
#search-bar #buttons .links, #search-bar #buttons .submit {
	float: left;
	clear: none;
	margin-right: 5px;
}

#search-bar #buttons div.submit{
	padding: 0px;
}	

#search-bar a {
	font-weight: normal;
	color: #222;
}

#search-bar .title {
	color: #FFF;
	font-size: 20px;
}

#search-bar form {
	width: 98%;
	font-size: 11px;
}

#search-bar form label {
	width: 40px;
	color: #222;
	font-weight: normal;
	float: left;
	margin-top: 2px;
	text-align: right;	
}

#search-bar form input[type="text"] {
	width: 100px;
	height: 15px;
	float: left;
	clear: none;
}

#search-bar form select {
	width: 105px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	float: left;
	clear: none;
}	

#search-bar form div.input {
	width: 180px;
	float: left;
	margin-bottom: 5px;
	clear: none;
}

#search-bar form div.submit {
	float: left;
	width: 100px;
	clear: none;
	margin-top: 0px;
}

#search-bar form div.submit input {
	padding-left: 20px;
	padding-right: 20px;
}

#lead-header{	
	margin-top: 5px;	
	margin-bottom: 5px;
}	

#results-nav {
	width: 318px;
	height: 10px;	
	padding: 10px;
	padding-top: 4px;
	float: left;
}

#results-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#results-nav ul li {
	float: left;
	margin-right: 20px;
	font-size: 11px;
}

#lead-num {
	width: 424px;
	height: 10px;
	padding: 10px;
	padding-top: 4px;
	background-color: #EEE;
	float: left;
}	

#lead-num ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#lead-num ul li {
	float: left;
	margin-right: 20px;
	font-weight: bold;
}

#lead-num ul li.fieldname{	
	color: #808E37;
}

#lead-status {	
	width: 185px;
	float: left;
}	

#lead-info {
	min-height: 160px;
	border: 1px solid #888;
	margin-bottom: 10px;
	padding: 10px;	
}

#lead-actions {
	width: 730px;
	border: 1px solid #C0C0C0;
	border-top: 3px solid #656A6E; 
	background-color: #E5E5E5;
	margin-bottom: 0px;
	float: left;	
}

#lead-address {
	width: 720px;
	height: 17px;	
	border: 1px solid #C0C0C0;
	border-top: 0px;
	background-color: #EEE;
	margin-bottom: 10px;
	margin-left: 29px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;	
}

#lead-address #adresss {
	float: left;	
}

#lead-address #map {
	float: right;
	padding-right: 10px;
}

#lead-icon {
	width: 19px;
	height: 25px;
	float: left;
	margin-right: 10px;
	background: #ffffff url('../img/contact_icon.jpg') no-repeat;	
}	

#lead-actions #name {		
	padding-left: 10px;	
	float: left;
	font-size: 18px;
}

#lead-actions #action-list{
	float: right;	
}	

#lead-actions #edit-lead {
	float: right;	
	font-size: 11px;
	padding-top: 4px;
	padding-right: 5px;
}	

#lead-actions ul {	
	margin: 0;
	padding: 0;
	background: #636A70;
	float: left;
}

#lead-actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 0 0 0;
	white-space: nowrap;
	background: #636A70;
	float: left;
}

#lead-actions ul li a {	
	display: block;
	color: #fff;
	padding-left: 3px;
	padding-right: 4px;
	background: #636A70;
	text-decoration: none;
	border-right: 1px solid #fff;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

#lead-actions ul li a.last {
	border: 0px;
}

#lead-actions ul li a:hover {
	text-decoration: underline;
	background: #888888;
}

#lead-summary {
	width: 550px;
	margin-left: 25px;	
	float: left;	
}

#lead-summary table {
	margin-bottom: 0px;
}	

#lead-summary td{	
	text-align: left;
	font-size: 12px;
	color: #676968;
	font-weight: bold;
}		

#lead-summary td.fieldname{
	width: 75px;
	text-align: right;	
	color: #879155;	
}	

/*Tabs*/

ul.tab-nav {	
	list-style-type: none;	
}	

ul.tab-nav li {
	float: left;
	margin-right: 4px;
}

ul.tab-nav li.last {
	margin-right: 0px;
}	

ul.tab-nav li a {
	display: block;
	background: #7D8F29;
	border: 1px solid #AAA;
	border-bottom: 0;
	color: #FFF;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;		
	text-decoration: none;
	font-size: 11px;
}

ul.tab-nav.nested-nav li a {
	color: #FFF;
	background: #636A70;	
}

ul.tab-nav.nested-nav li a.active, ul.tab-nav.nested-nav li a:hover {
	color: #636A70;
	background: #FFF;
}

ul.tab-nav li a.active, ul.tab-nav li a:hover{
	color: #7D8F29;
	background: #FFF;
} 

div.tab.no-border, div.tab-nested.no-border {
	border: 0px;
}	

div.tab, div.tab-nested {
	border: 1px solid #AAA;
	padding: 0px;
	padding-top: 0px;
	min-height: 212px;
}
div.tab-nested {
	border: 1px solid #CCC;
}
div.tab-nested form {
	width: 350px;
}	
.lead-block-right {
	width: 400px;
	padding: 10px;
	padding-top: 0px;
	min-height: 240px;
	float: left;
	border: 1px solid #CCC;	
	margin-bottom: 10px;	
}
form.upload_document .inputFile {
	width: 210px;
	float: left;
	clear: none;
}
form.upload_document input[type="submit"] {
	width: 110px;
	height: 22px;
	float: left;
	clear: none;	
}
form.upload_document {
	margin-bottom: 5px;	
}	
.lead-block-left {
	width: 300px;
	padding: 10px;
	padding-top: 0px;
	min-height: 240px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}

.lead-block-left form{
	width: 200px; 	
}
.lead-block-right h3 {
	padding-top: 0px;	
}		

ul#log-actions {
	list-style-type: none;	
}

ul#log-actions {
	margin-bottom: 10px;
}

ul#log-actions li {
	float: left;
	margin-right: 10px;
	font-size: 11px;
}

table#log_activities_table td {
	font-size: 11px;
	padding: 0px;
}	

div.action_buttons{
	margin-top: 5px;
	margin-bottom: 5px;
}


input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
 	background-color: #DDD; 	
 	cursor: default;
}

div.fieldname {
	width: 120px;
	text-align: right;
	/*font-weight: bold;*/
	margin: 0px;
	padding: 0px;
	float: left;
	color: #888;
	margin-right: 5px;	
}

div.field {
	width: 165px;
	float: left;
}

.ajax_loader {
	width: 24px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;	
	background: url('../img/ajax-loader.gif') no-repeat;
}
ul.checkboxMultiple {
	margin:0;
	padding:0;	
	list-style-type:none;
} 
ul.checkboxMultiple li {
    display:block;
    float:left;
    width: 350px;
    margin: 0 8px 0 0;
} 

form.ajax_form {
	width: 100%;
	margin: 0;
	padding: 0;		
}	

.saving{
	width: 80px;
	background-color:#CF4342;
	color: #FFF;
	vertical-align:middle;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
	right: 0px;
}

.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
}

/*
#general-notes-notice {
	width: 765px;
	position: absolute;
	top: 135px; 
	margin-left: auto;
	margin-right: auto;
}*/

.leads-summary {
	width: 385px;	
	margin-right: 10px;
	min-height: 300px;
	float: left;
	border: 1px solid #CCC;
}

.leads-summary.right {
	margin-right: 0px;
}	

.leads-summary .title {
	font-size: 20px;
	padding: 10px;
	background-color: #EEE;
}

.leads-summary .content {
	padding: 5px;
	font-size: 11px;
}

.leads-summary .content table th {
	font-weight: normal;
}

.leads-summary .content table td {
	vertical-align: middle;
}

.auto_complete {
	background: #FFF;
	border: 1px solid #CCC;
	border-top: 0px;
	padding: 0px;
	margin: 0px;	
}

.auto_complete ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.auto_complete ul li {	
	height: 20px;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0px;
	color: #7d8f29;
	background: #FFF;	
}

.auto_complete ul li:hover {
	cursor: pointer;
	background: #7d8f29;
	color: #FFF;		
}

#location {
	height: 20px;
	color: #000;
}

form.new_lead {
	width: 100%;
	margin-bottom: 10px;	
}

form.new_lead small {
	color: #7f8e31;
}	

form.new_lead h2 {
	font-size: 19px;
	height: 55px;
	background: #EEE;
	padding: 5px;
}	

form.new_lead #form_left {
	width: 330px;
	float: left;
	clear: none;
}

form.new_lead #right_left {	
	width: 330px;	
	float: left;	
	margin-left: 20px;
	clear: none;
}