

/*==================================================================

Project:		[Searcharium]
Version:		1.0
Last update:	13/02/2009
Assigned to:	[Carlos Rodriguez]

=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#34beef;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
}
.left
{
	float:left;
}

/* Global Elements
=====================================================================*/
body {
	background:#34beef url(/images/background.png) repeat-x;
	line-height: 1.6em;
	font:62.5% arial,verdana,serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
/* Start CSS Coding
=====================================================================*/
#container {
	width:100%;
	background:url(/images/backgroundfooter.png) 0 100% repeat-x;
}
#wrapper {
	width:945px;
	margin:0 auto;
}
#header {
	width:945px;
	height:115px;
	position:relative;
}
#header ul{
	position:absolute;
	bottom:10px;
	right:0;
}
#header ul li{
	display:inline;
	font-size:1.1em;
	font-weight:bolder;
	margin-left:10px;
}
#logo{
	width:311px;
	height:68px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:22px 0 0 0;
}
#logo span{
	background:url(/images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#intro {
	width:945px;
	height:270px;
	margin:0 0 14px 0;
	background:#fff;
}
#flashintro
{
	float:left;
	height:236px;
	margin:1em 0 0 1em;
	width:460px;
}
#contactbanner
{ 
height:275; 
width:880;
}
#txtintro{
	text-align:center;
	width:450px;
	float:right;
	margin:80px 10px;
}
.intro1{
	color:#34beef;
	font-size:2.0em;
}
.intro2{
	color:#f8a02a;
	font-size:1.8em;
	font-style:italic;
	margin:30px 0 0 0;
}
#content {
	width:945px;
	background:#fff;
	padding:0 0 30px 0;
}
#services{
	background:#152b4c;
}
#services h3{
	color:#f7941e;
	font-size:1.1em;
	text-transform:uppercase;
	margin:5px 0 5px 20px;
}
#services p{
	color:#d1d2d4;
}
.boxset{
	float:left;
	width:230px;
	font-size:1.1em;
	position:relative;
	padding:0 0 15px 0;
}
.boxset p{
	min-height:72px;
	border-left:1px solid #4f6078;
	width:190px;
	padding:5px 20px;
}
.boxset a.vmore{
	position:absolute;
	bottom:5px;
	right:20px;
}
#services p.noline{
	border:none;
}


#maincontent{
	width:885px;
	background:#fff;
	padding:20px 30px;
}
#maincontent p,
#maincontent ul
{
	font-size:1.3em;
	margin:15px 0;
	color:#3a3a3c;
}
#maincontent ul
{
	list-style:disc;
	padding-left:1em;
}
.txtsearcharium{
	color:#f8a02a;
	font-weight:bolder;
}
/* Footer
=====================================================================*/
#footer {
	width:945px;
	height:245px;
	font-size:1.3em;
	color:#a7a9ac;
	font-family:"Trebuchet MS", arial, sans-serif;
	overflow:hidden;
}
#footer h5{
	margin:0 0 10px 0;
	font-size:1.4em;
	font-weight:lighter;
}
#footer .noline{
	margin:0 0 0 60px;
	display:inline;
}
.footerset{
	width:150px;
	float:left;
	font-weight:bolder;
	/*background: url(/images/borderfooter.png) no-repeat 0 30px;*/
	padding:20px 0;
}
.footerset p{
	margin:15px 0 0 0;
	width:150px;
}
#logobottom{
	width:265px;
	height:90px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:0 0 0 -10px;
}
#logobottom span{
	background:url(/images/logofooter.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#cities
{
	height:50px;
	margin:0;
	padding-bottom:1em;
	overflow:hidden;
}
#bimage
{
	margin:1em;
	margin-top:0;
	text-align:center;
}

ul.bottomlist 
{ 
	float:left;
	list-style:none;
	margin:0 20px;
} 
ul.bottomlist li
{
	list-style:none;
	margin:0 10px 5px 0;
}
ul.bottomlist li a
{
	color:#333333;
	font-size:1em;
}

#cities
{
	background:#fff;
	margin:1em 0 6px 0;
	height:120px;
	overflow:auto;
	width:945px;
}
#cities h5
{
	padding-left:1em;
}
#cities ul
{
	font-size:0.9em;
}

.rightbot
{
	float:right;
	margin-right:70px;
}

/******************
   WEBSITE ALERTS
*******************/

.info, .success, .warning, .error, .validation {
 border: 1px solid;
 margin: 10px 0px;
 padding:15px 10px 15px 50px;
 background-repeat: no-repeat;
 background-position: 10px center;
}
.info {
 color: #00529B;
 background-color: #BDE5F8;
 background-image: url("/images/icons/info.png");
}
.success {
 color: #4F8A10;
 background-color: #DFF2BF;
 background-image:url("/images/icons/success.png");
}
.warning {
 color: #9F6000;
 background-color: #FEEFB3;
 background-image: url("/images/icons/warning.png");
}
.error {
 color: #D8000C;
 background-color: #FFBABA;
 background-image: url("/images/icons/error.png");
}
.errorMessage
{
 color:#f00;
 font-size:0.9em;
 font-weight:bold;
 font-style:italic;
}
.error p
{
 color:#D8000C;
 font-weight:normal;
}
.error p strong
{
 color:#D8000C;
 font-weight:bold;
}


form 
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:1em;
}

/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset
{
 margin: 0;
 padding: 0;	
 /*border: 1px solid #674d34;	*/
 /*overflow: auto;*/
}

/*legend
{
 padding: 2px 5px;
 color: #674d34;
 font-size: 115%;
 font-weight: bold;
}*/

/* Form or Fieldset instruction paragraph. */
form .instructions
{
 width: 882px;
 line-height: 1.3em;
 font-style: italic;
}

.field
{
 width: 882px;
 display:block;
 margin: 15px 0;
 clear:both;
}

.fieldverify
{
 text-align:center;
 display:block;
}

.fieldcentered
{
 text-align:center;
}   

/* Field Labels ======================================================================== */

/* Base */

.errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

label, form .label {	
	color: #333;
	margin: 0;
	line-height: 1.5em;
	text-transform:capitalize;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
}
label.alertMe {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
	background-color: #EDEDDC;
	color:#f00;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}

/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat
{
 display:block;
 margin: 15px 0;
}

div.removeable
{
 display:block;
 margin:15px 0;
 border: 1px dotted #ccc;
 background: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
.other_field
{
 margin-left:12px;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}


/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}

/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	margin: 2px 0 0px 0;
	padding: 2px;
	padding-bottom:0;
	font-size: 85%;
	min-height: 2em;	
}
 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}

/* Autocompleter */

div.autosuggest
{
	position: absolute;
	background-image: url(../autosuggest/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../autosuggest/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../autosuggest/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../autosuggest/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../autosuggest/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../autosuggest/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../autosuggest/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../autosuggest/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../autosuggest/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}


a.skiplink:link, a.skiplink:visited
{
 color: #fff; 
}

a.skiplink:hover, a.skiplink:active
{
 color: #2da9df;
}

/* FORM CHECK *

/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('../images/validate/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../images/validate/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../images/validate/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../images/validate/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../images/validate/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../images/validate/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../images/validate/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../images/validate/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../images/validate/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../images/validate/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('../images/validate/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	/*float:left;*/
	/*margin-top : 5px;
	background-color : #EAEAEA;*/
	color : #A00;
}
select
{
 /*border:1px solid red;*/
}
.fc-error p {
	/*margin : 5px;*/
	color : #A00;
	display:inline;
}


form 
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:1em;
}

/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset
{
 margin: 0;
 padding: 0;	
 /*border: 1px solid #674d34;	*/
 /*overflow: auto;*/
}

/*legend
{
 padding: 2px 5px;
 color: #674d34;
 font-size: 115%;
 font-weight: bold;
}*/

/* Form or Fieldset instruction paragraph. */
form .instructions
{
 width: 882px;
 line-height: 1.3em;
 font-style: italic;
}

.field
{
 width: 882px;
 display:block;
 margin: 15px 0;
 clear:both;
}

.fieldverify
{
 text-align:center;
 display:block;
}

.fieldcentered
{
 text-align:center;
}   

/* Field Labels ======================================================================== */

/* Base */

.errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

label, form .label {	
	color: #333;
	margin: 0;
	line-height: 1.5em;
	text-transform:capitalize;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
}
label.alertMe {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
	background-color: #EDEDDC;
	color:#f00;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}

/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat
{
 display:block;
 margin: 15px 0;
}

div.removeable
{
 display:block;
 margin:15px 0;
 border: 1px dotted #ccc;
 background: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
.other_field
{
 margin-left:12px;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}


/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}

/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	margin: 2px 0 0px 0;
	padding: 2px;
	padding-bottom:0;
	font-size: 85%;
	min-height: 2em;	
}
 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}

/* Autocompleter */

div.autosuggest
{
	position: absolute;
	background-image: url(../autosuggest/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../autosuggest/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../autosuggest/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../autosuggest/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../autosuggest/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../autosuggest/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../autosuggest/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../autosuggest/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../autosuggest/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}


a.skiplink:link, a.skiplink:visited
{
 color: #fff; 
}

a.skiplink:hover, a.skiplink:active
{
 color: #2da9df;
}

/* FORM CHECK *

/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('../images/validate/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../images/validate/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../images/validate/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../images/validate/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../images/validate/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../images/validate/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../images/validate/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../images/validate/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../images/validate/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../images/validate/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('../images/validate/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	/*float:left;*/
	/*margin-top : 5px;
	background-color : #EAEAEA;*/
	color : #A00;
}
select
{
 /*border:1px solid red;*/
}
.fc-error p {
	/*margin : 5px;*/
	color : #A00;
	display:inline;
}
