@CHARSET "UTF-8";

form#search 
{
	width: 201px;
	height: 22px;
	float: right;
	padding: 5px 0px 0px 5px; 
	background: url('../images/layout/bg-top-search.gif') left top no-repeat;
}

form#search input{
	width: 120px;
	background: #fff;
	float: left;
}


	form#bigForm label{
		display: block;
		width: 120px;
		float: left;
		padding: 3px 0px 0px 0px;
	}
		textarea,
		input.i_text,
		input.i_text_short,
		input.i_text_shorter
		{
			border: solid 1px #555;
			padding: 2px;
		}
			
			input.i_text_short{
				width: 50px;
			}
			
			input.i_text_shorter{
				width: 30px;
			}
			
		input.i_submit{
			border: solid 1px #555;
			background: #efefef;
			padding: 2px;
		}
		
		textarea{
			width: 250px;
			height: 150px;
			font-size: 12px;
		}
	
		div.formLine{
			border-bottom: solid 1px #ccc;
			padding: 0px 0px 10px 0px;
			margin: 0px 0px 10px 0px;
		}
		
		span.star{
			color: #c00;
		}
		
		p.warning{
			color: #c00;
			font-weight: bold;
		}
				
		p.green,
		p.green a{
			color: green;
			font-weight: bold;
		}