
fieldset  {

	color: #666666;
	background-color: #efefef;
	padding: 2px;
	border: solid 1px #d3d3d3;
	width: 500px;
	}

legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}

input.formInputText   {
	font-size: .8em;

	height: 15px;
	}

input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}

input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}

select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
	}

select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
        background-color:#CCCCCC;
   	border: 1px solid #042144;
	padding: 1px;
        color:#042144;
	cursor: pointer;
	float: right;
	}


input.formInputButton:hover   {
	background-image: url(bg_button_hover.png);
	}

input.formInputButton:active   {
	background-image: url(bg_button.png);
	}





 input.textarea   {
	font-size: .8em;
	color: #000000;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #d3d3d3;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 30px;
	}

fieldset .heading
{
        color: #000000;
	font-weight: bold;


        text-align:justify;
 
 }


.newlabel

 {

        font-weight: bold;
	line-height: normal;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 250px;
 }


