/***********************************/
/***** Form Class Declarations *****/

form {  
	padding: 0;	
}

form ol {  
	list-style: none;	
}

form ol li {  
	padding: 0 0 1em 0;	
}

fieldset {
	position: relative;
	margin: 1em 0 1em 0;
	padding: 0;	
	border: 1px solid #BFBAB0;
	background-color: #ECF3FF;	
}

fieldset ol {
	margin: 1em 0 0 0;
	padding: 0 0 0 3em;
}

form label {
	font-weight: bold;
}

legend {
	position: absolute;	
	top: -.6em;
	left: .2em;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;	
	margin-left: 3em;
	padding: 0;
	color: #000;		
}

input.submit {
	margin-left: 200px;
	clear: both;
}

/**************************************/
/** Label positioned on top of input **/

form.top-label label {
	display: block;
	float: none;
	margin-right: 0px;
}

form fieldset.top-label label {	
	display: block;
	float: none;
	margin-right: 0px;
	text-align: left;
}

form fieldset.top-label li {
	float: none;
	clear: none;
	text-algin: center;
	width: auto;		
}

/** Label positioned on top of input **/
/**************************************/

/******************************************/
/** Label left aligned and left to input **/

form.left-align-label label{
	display: inline;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: left;	
}

form.left-align-label li{
	float: left;
	clear: left;
	width: 100%;
	padding: 1em 0 1em 0;  	
}

form.left-align-lable fieldset {
	float: left;
	clear: left;
	width: 100%;	
}

form fieldset.left-align {
	float: left;
	clear: left;
	width: 100%;	
}

form fieldset.left-align-label label {
	display: inline;
	float: left;
	width: 10em;
	margin-right: 1em;	
}

/** Label left aligned and left to input **/
/******************************************/

/*********************************/
/** Fieldset for submit buttom  **/

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 11em;
	background-color: transparent;
	background-image: none;
}

fieldset.submit ol {
	margin-top: 0;
}

/** Fieldset for submit buttom  **/
/*********************************/

/*******************************************/
/** Label right aligned and left to input **/

form.right-align-label label{
	display: inline;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

form fieldset.right-align-label label {
	display: inline;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;	
}

/** Label right aligned and left to input **/
/*******************************************/

/*
input:focus {
  border: 2px solid #0080CD;
  background: #B8C9D4;  
}

textarea:focus {
  border: 2px solid #0080CD;
  background: #B8C9D4;  
}

select:focus {
  border: 2px solid #0080CD;
  background: #B8C9D4;  
}
*/

div.captcha-holder {
	float:left;
}

div.captcha-holder input {
	width: 175px;
}

/***** Form Class Declarations *****/
/***********************************/