/* HTML TAGS */


.error {color:red;font-weight:bold;min-height:1em;}

/* IDs */
#vertical{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;
}
#vertical .hint, #horizontal .hint{
	display:block;
	font-size:.7em;
	margin-bottom:.4em;
}
#vertical .rqd{
	color:#FD1B14;
}
#vertical legend{
	font-weight:bold;
	margin:auto;
	font-size:1.3em;

}
#vertical fieldset
{
	float: left;
	display: block;
	width: 20em;
	margin: 0em;
	padding: 2.5em  2.5em  2.5em 2.5em;
	border:solid 2px;
	border-left-color:#9cf;
	border-top-color:#9cf;
	border-right-color:#E6DADB;
	border-bottom-color:#E6DADB;	

}


#vertical fieldset.radio legend{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	color:#000;
	padding-bottom:0;
	/* added for ie */	
}
#vertical fieldset.radio > legend{
	padding-top:1em;
	/* used by standards browsers */		
}






#vertical fieldset.radio
{
	border:none;	
	width: 11em;
	padding: 1em 0 0 0;
}

#vertical input
{
	clear: both;
	float: left;
	width: auto;
}


#vertical fieldset.radio 
{
	clear: both;
	width: auto;
}


#vertical fieldset#country
{
	clear: both;
	width: auto;
}

#vertical fieldset.radio label
{
	font-weight: normal;
}





#vertical fieldset.chk legend{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1.5em;
	color:#000;
	padding-bottom:0;
	
}
#vertical fieldset.chk > legend{
	padding-top:1em;
		
}


#vertical fieldset.chk
{
	border:none;	
	width: 11em;
	padding: 1em 0 0 0;
}

#vertical fieldset.chk input
{
	clear: both;
	float: left;
	width: auto;
}

#vertical fieldset.chk label
{
	font-weight: normal;
}


#post , #thread
{
	display: block;
	width: 15em;
	height : 5em;
	font-weight:bold;font-size:1em;
}



#vertical  input
{
	display: block;
	width: 15em;
	
	font-weight:bold;font-size:1em;
}

#vertical label
{
	display: block;
	margin-bottom: 1.5em;
	font-size:1em;
	clear:both;
}

#vertical button
{
		display: block;
	margin-top: 1.5em;
	font-weight: bold;
	font-size:1.5em;
	clear:both;
}


#vertical .first
{
	padding-top: 1em;
}

#vertical select
{
	display: block;
}



#vertical textarea
{
	width:275px;height:150px;
}


/* horizontal form code */


#horizontal{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:.9em;
	float:left;
	height:1em;
	
}
#horizontal .forceline{
	float:none; height:5em;
}
#horizontal fieldset
{
	
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:solid 0px;
	float:left;
	


}
#horizontal legend{
	font-weight:bold;
	margin:auto;
	display:none;
	/* see style.css H4/H3 */
}




#horizontal fieldset.radio legend{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	color:#000;
	padding-bottom:0;
	/* added for ie */	
}
#horizontal fieldset.radio > legend{
	padding-top:1em;
	/* used by standards browsers */		
}

#horizontal fieldset.radio
{
	margin: 1em .5em 2.1em 0;
	padding:0 0 1em .5em;
	border:none;
	float:left;

}

#horizontal fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontal fieldset.radio label
{
	font-weight: normal;
}



#horizontal fieldset.chk legend{
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:1em;
	color:#000;
	padding-bottom:0;
	/* added for ie */	
}
#horizontal fieldset.chk > legend{
	padding-top:1em;
	/* used by standards browsers */		
}

#horizontal fieldset.chk
{
	margin: 1em .5em 2em 0;
	padding:0 0 1em .5em;
	overflow:visible;
	border:none;
	float:left;
}

#horizontal fieldset.chk input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontal fieldset.chk label
{
	font-weight: normal;
}




#horizontal span.sublabel
{

	font-size:75%;
	color:black;
}




#horizontal input
{
	display: block;
	width: 15em;
}

#horizontal #submit
{
	
	margin: 2em 2em 0 0;
}

#horizontal label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;

	color:orange;
}

#horizontal select
{
	display: block;
}





#country_auto
{
	display: block;
	width: 15em;

font-size:1em;
	clear:both;margin:10px 10px 10px 0;
}


.hidden {display:none;}
.zeroheight{height:0px;background-color:black;}