﻿/*******************/
/******Css form****/
/******************/

.cssform 
{
	width:400px;
}

.cssform fieldset
{
	border: 1px solid #C9DCA6;
	background: url(/images/fieldset/bgfieldset.gif) left bottom repeat-x;

	padding-left:10px;
	margin-bottom: 10px; 
	font-size:11px; 
}

.cssform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

.cssform em {
	font-weight: normal;
	font-style: normal;
	color: #f00;
	}

.cssform p{
	width:230px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray;*/
	background: url(/images/fieldset/divider.gif) left bottom repeat-x;
	height: 1%;
}

.cssform .inputerror
{
	background: none url(/images/fieldset/exclamation.png) no-repeat;
}

.css legend,
.cssform label { color: #333; }

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform label.info
{
background-image:url(/images/fieldset/bullet_green.png) ;
background-repeat:no-repeat;
background-position:2px 2px;
padding-left:20px;
font-weight: normal;
float: left;
margin-left: -155px; /*width of left column*/
width:auto;
}


.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 120px;
}

.cssform textarea{
width: 200px;
height: 100px;
}


.cssform textarea.small{
width: 200px;
height: 60px;
}

.cssform a
{
	color:#C9DCA6;
}	

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel
*/

* html .threepxfix{
margin-left: 3px;
}


/*******************/
/***End Css form***/
/******************/
