/* Orbicon forms by Spetric 2007. */

/* ...............................................GLOBALS */


/*ID-s*/

#legend_design {
font:"Trebuchet MS", Arial, Helvetica, sans-serif;
color: #f55000;
font-size: 18px;
}

/*Classes */

.captcha_title {
	color: #f55000
}
.style_displayed_alerts {
color: #808080;
}

.fieldset_design fieldset {
	border-color: 1px solid #cccccc;
}
.fieldset_design p {
padding-left: 20px;
color: #808080;
}

.intro {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 18px;
}
.star {
	color: #f55000;
	font: Arial Black, Helvetica, sans-serif;
}


/* ...............................Orbicon CV form aditions which are out of GLOBALS*/


#cv_wraper p { margin: 0; padding: 0;}

#cv_wraper div { margin: 5px 0 10px 0;}



#cv_wraper fieldset {
	border-color: 1px solid #cccccc;
	padding: 15px;
	clear: both;
}

#cv_wraper legend {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 0 5px 0 5px;
	font-weight: none;
	font-size: 18px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#cv_wraper label { 

font-weight: none;
font-size: 11px;
}

#cv_wraper table { padding: 0; margin: 0; border: none;}
#cv_wraper table td { padding: 0; margin: 0 0 3px 0; border: none;}

#cv_wraper a 		{ color: #f55000; background-color: #ffffff; text-decoration: none; }
#cv_wraper a:link 	{ color: #f55000; background-color: #ffffff; text-decoration: none; }
#cv_wraper a:visited 	{ color: #f55000; background-color: #ffffff; text-decoration: none; }
#cv_wraper a:hover 	{ color: #808080; background-color: #ffffff; text-decoration: none; }
#cv_wraper a:active 	{ color: #f55000; background-color: #ffffff; text-decoration: none; }

#cv_wraper img { border: none; }

#cv_wraper {
	width: 450px;
}

#steps li {
	list-style: decimal;
	
}
#steps {
	padding-left: 40px;
}

#cv_wraper .cleaner { clear: both;}
#cv_wraper .default { display: block; }
#cv_wraper .non-default { display: none;}
#cv_wraper .label_col { width: 200px; text-align: right; float: left; clear: both;}
#cv_wraper .input_col { width: 210px; text-align: left; float: right;}
#cv_wraper .step_backward { font-weight: bold; width: auto; float: left;}
#cv_wraper .step_forward { font-weight: bold; width: auto; float: right;}	
#cv_wraper .nr { font-weight: normal; } /* Stands for NOT REQUIRED */
#cv_wraper .help { 
	padding: 3px; 
	width: 49%; 
	background-color: #f8f8f8; 
	color: #666666; 
	font-size: 11px; 
	border: 1px solid #f55000; 
	display: none;
	text-align: justify;
	clear: both;
	float: right;
}