#contact {
	float: left;
	width: 450px; 
	height: 471px;
	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; 
	margin-right: 10px;
	margin-top: 15px;
	width: 95px;
	height: 20px;
	text-align: right; 
	font-size: 12px;
	font-family: Arial, "sans-serif"; 
	color: #333333; 
}

select {
	width: 260px; 
	height: 25px; 
	padding: 0;
	margin-top: 10px;
	font-size: 12px; 
	color: #333333; 
	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;
	font-family: Arial, "sans-serif"; 
}

input {
	width: 260px; 
	height: 25px; 
	padding: 0; 
	margin-top: 10px; 
	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: 12px; 
	color: #333333; 	
}
	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; 
	}

textarea {
	width: 260px; 
	height: 120px; 
	padding: 0; 
	margin-top: 10px; 
	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: 12px; 
	color: #333333;  
}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	textarea:-ms-input-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	textarea::-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 */
}

input[type=submit] {
	width: 115px; height: 32px; 
	float: right; 
	padding: 0; 
	margin-top: 10px;
	margin-right: 54px;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-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"; 
}

.gambarcaptcha{
	width: 210px; 
	height: 50px;
	float:right; 
	padding: 0; 
	margin-top: 10px; 
	margin-right: 54px;
}
.container3 {
	float: right;
	width: 435px;
	height: 471px;
	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 {
	width: 425px;
	height: 258px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 22px;
	color: #333333;
	font-family: Arial, "sans-serif";
	background:url(../pic/contact.jpg) no-repeat;
}

.container5{
	width: 425px;
	height: 205px;
	margin-left: 5px;
}

.clear{ clear:both; }