/**** Generic Forms ****/

form{
	float: left;
	width: 100%;
	clear: both;
	padding: 1em 0;
}

fieldset{
	float: left;
	width: 98%;
	margin: 0; 
	padding: 0 0.4em 0 0.8em
}

fieldset fieldset{
	clear: both;
	padding: 0;
}

fieldset.buttons{
	margin: 1em 0 0 0;
	text-align: right;
	background: url(img/bg-form-bottom-small.gif) no-repeat bottom left;
}

form.h-form fieldset.buttons{
	background: none;
}


form label{
	
	font-size: 1em;
	color: #2e2e30;
}

form span.msgError{	
	font-size: 1em;
	color: #ff0000;
        margin: 0 0.5em 0;
}

form span.msgSuccess{	
	font-size: 1em;
	color: green;
        margin: 0 0.5em 0;
}



form tr{
	height: 28px;
}

input, textarea{	
	color: #2e2e30;
        border: 1px solid #CCCCCC;
}

input.checkbox{
	width: auto !important;
	margin: 0.2em 0 0 0 ;	
}

input.button{
        width:10em;
}



input.item-submit{
	margin: 0 0.5em 0;
}

input.small-input {
 width: 50%;
}

input.inputField{
    width:140px;
}
