@import url('global.css');

div#page
{}

	.error
	{
		background-color: #900;
		color: #fff;
	}

	form#contactform
	{
		padding-top: 1em;
	}
	
		#contactform p
		{
			margin-bottom: .75em;
		}

		div#left
		{
			float: left;
			width: 35%;
		}
		
			#left input
			{
				width: 99%;
			}
			
			input#captcha
			{
				width: 120px;
			}
			
			#left p img
			{
				float: right;
			}
	
			span.hint
			{
				font-size: 9px;
			}
		
		div#right
		{
			float: right;
			width: 55%;
		}
		
			#right p input, #right p textarea
			{
				width: 99%;
			}
			
			#right textarea
			{
				height: 11em;
			}
			
			div#button	
			{
				clear: both;
				text-align: right;
				margin-bottom: 1em;
			}
			
				#button input
				{
					padding: .25em .5em;
				}
				
			address
			{
				float: left;
				margin-right: 4em;
				font-style: normal;
			}
div#navi
{}

	#navi ul
	{
		background-image: url('../img/navi_bg_contact.jpg');
	}