@charset "utf-8";
/* CSS Document */
#contact ul {	
	padding:0px;
	}
	
#contact li {
	list-style:none;
	margin-bottom:20px;
	}
	
#contact label {
	display:inline-block;
	width:120px;
	vertical-align:top;
	}
	
#contact input[type="text"]{
	width:350px;
	border:1px solid #090;
	padding:5px;
	color:#060;
	}

#contact textarea {
	font-family:Lao_Ui, Arial, Helvetica, sans-serif;
	width:348px;
	height:150px;
	border:1px solid #157B4C;
	padding:5px;
	border-radius:3px;
	color:#060;
	}

#contact input[type="submit"]{
	width:100px;
	color:#FFF;
	border:1px solid #0C0;
	border-radius:3px;
	background:#157B4C;
	}
	
.contact-alert {
	color:#2DAEBF;
	}
