
/*
 *
 *  FWK 2.0
 *  The main FWK style sheet
 *  (c) 1995-2008 Indrek Siitan / IS Holdings OÜ <tfr@cafe.ee>
 *
 */




/*
 *
 *  FWK_Form classes
 *
 */
	
#FWK_Form
	{
	width: 750px;
	}

	#FWK_Form_Field
		{
		width: 750px;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 0px;
		border-top: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
		border-collapse: collapse;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		clear: both;
		}
	
		#FWK_Form_Field label
			{
			width: 200px;
			display: block;
			float: left;
			margin-top: 4px;
			}
			
		#FWK_Form_Field .error
			{
			color: #920000;
			font-weight: bold;
			}

		#FWK_Form_Field ul
			{
			margin: 0px 0px 0px 1px;
			padding: 0;
			display: block;
			list-style: none;
			list-style-position: inside;
			}
	
		#FWK_Form_Field input[type='text']
			{
			display: block;
			width: 550px;
			}
		
		#FWK_Form_Field input[type='password']
			{
			display: block;
			width: 550px;
			}
		
		#FWK_Form_Field textarea
			{
			display: block;
			width: 550px;
			}
		
		#FWK_Form_Field select
			{
			display: block;
			width: 550px;
			}
		
		#FWK_Form_Field_comment
			{
			width: 750px;
			background-color: #ffdd00;
			padding: 3px 0px;
			text-align: center;
			font-weight: bold;
			}

	#FWK_Form_error
		{
		width: 750px;
		margin: 10px 0px 10px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #920000;
		}
		
		#FWK_Form_error ul
			{
			margin: 0;
			padding: 0;
			list-style: none;
			list-style-position: inside;
			}
	
	#FWK_Form_submit
		{
		width: 750px;
		text-align: center;
		margin: 10px auto 3px auto;
		}

		#FWK_Form_submit input
			{
			margin: 0px 5px;
			}



