
/* Reset  Rule  */
	*	{
		padding: 0px;
		margin: 0px;
		border: 0px;
		}
body {
	font-family: arial;
	background-color: #ddd;
	color: #123;
	}		
#container	{
	position: relative;
	border: 1px solid #00f;
	border-radius: 5px;
	width: 95%;
	max-width: 1366px;
	margin: 10px auto;
	background-color: #ffc;
			}
#main	{
	padding: 10px;
	padding-bottom: 30px;
	
}			
#request p	{
	padding: 10px;
	font-weight: bold;
	}

#request fieldset	{
	padding: 10px;
	}
#request label	{
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #505;
	font-size: 16px;
	margin-top: 5px;
	}
#request input	{
	background-color: #fff;
	box-shadow: 2px 2px 4px #333;
	width: 300px;
	padding: 5px;
	font-size: 12pt;
	font-weight: normal;
	border-radius: 3px;
	-moz-transition: all 400ms ease-in-out;
	}
#request input:focus	{
	width: 320px;
	font-size: 14pt;
	font-weight: normal;
	background-color: #ff9;
	}
#request #phone	{
	width: 150px;
	}
#request #phone:focus	{
	width: 160px;
	}
#request textarea	{
	font-size: 12pt;
	box-shadow: 2px 2px 4px #333;
	}
#request textarea:focus	{
	font-size: 13pt;
	background-color: #ffe;
		}
#request #captcha		{
	width: 50px;
	}
#request #captcha:focus	{
	width: 60px;
	}
#request input[type=submit]	{
	display: block;
	width: 150px;
	margin-top: 20px;
	background-color: #ff9;
	}
legend	{
	padding-top: 20px;
	font-weight: bold;
	font-size: 14pt;
}
#msg	{
	font-weight: bold;
	font-size: 14pt;
	color: #f00;
}
#req	{
	font-weight: bold;
	font-size: 12pt;
	color: #00f;
}
footer	{
	display: block;
	margin-left: 10px;
	background-color: #ddd;
	position: absolute;
	bottom: -61px;
	width: 99%;
	height: 60px;

	}