#contact {
	float: left;
	width: 450px; 
	height: 328px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	background: #c9d0de; 
	border: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	box-shadow: 0px 0px 8px #444;
}

h1 {
	font-size: 12px; 
	color: #333333; 
	text-align: center; 
	text-shadow: 0px 1px 0px #f2f2f2;
}

label {
	float: left; 
	clear: left; 
	height: 20px;
	text-align: right; 
	font-size: 12px;
	font-family: Arial, "sans-serif"; 
	color: #333333; 
}


input {
	width:194px; 
	height: 19px; 
	padding: 0; 
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	background: -ms-linear-gradient(top, #546A7F, #5E768D);
    background: -o-linear-gradient(top, #546A7F, #5E768D);
	background: linear-gradient(top, #546A7F, #5E768D);
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	box-shadow: 0px 1px 0px #f2f2f2;
	font-family: Arial, "sans-serif"; 
	font-size: 13px; 
	color: #000000; 	
}
	input::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	input:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	input:-ms-input-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	input::-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	

input:focus, textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
	background: -ms-linear-gradient(top, #668099, #728eaa);
    background: -o-linear-gradient(top, #668099, #728eaa);
	background: linear-gradient(top, #668099, #728eaa);
}

input[type=submit] {
	width: 105px; height: 28px; 
	float: right; 
	padding: 0; 
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	background: -ms-linear-gradient(top, #718DA9, #415D79);
    background: -o-linear-gradient(top, #718DA9, #415D79);
	background: linear-gradient(top, #718DA9, #415D79);
	cursor: pointer;
	color: #333333;
	font-family: Arial, "sans-serif"; 
}



.container3 {
	float: right;
	width: 435px;
	height: 328px;
	margin: 0;
	background: #5F9EAD; 
	border: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	box-shadow: 0px 0px 8px #444;
	background: -moz-linear-gradient(bottom, #5E768D 0%, #c9d0de 50%); /* firefox */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#5E768D), color-stop(50%,#c9d0de)); /* webkit */
	background: -ms-linear-gradient(top, #c9d0de, #5E768D);
    background: -o-linear-gradient(top, #c9d0de, #5E768D);
	background: linear-gradient(top, #c9d0de, #5E768D);
}


.container4 {
	float: right;
	width: 425px;
	height: 318px;
	margin-right: 5px;
	margin-top: 5px;
	background:url(../pic/restricted.jpg) no-repeat;
}

.clear{ clear:both; }