/*@CHARSET "ISO-8859-1";*/

/*
 * form
 */
/* 
form
{
	padding: 14px;
	padding-left: 20px;
	padding-right: 0px;
}
*/
/*
 * field label
 */

label
{
	font-size: 	12px;
	color:  	black;
	font-weight: bold;
}

/*
label.field-label
{
}
*/
label.field-label-error
{
	color:  #990000;
}
/*
fieldset
{
	border: 1px solid #878787;	
	padding: 10px;
}

fieldset legend
{
	font-weight: bold;
	font-size: 32;
		
}

fieldset.field-label legend
{
	color:  green;
}

fieldset.field-label-error legend
{
	color:  red;
}
*/
/*
 * input type=text
 */

input
{
	height: 18px;	
}

input, textarea 
{
	border: 1px solid black;
	margin-top: 3px;
	margin-bottom: 3px;  
}

input.button
{
	font-size:        10px;
	padding-top: 	  2px;
	color:            white;
	background-color: #999999;
	height:			  20px; 
	border:			  0px solid black;
	margin:           4px;
	margin-left:      0px;
	text-align:       center;
}

/*
input.submit-button
{
}
*/			
