@charset "utf-8";
/* CSS Document */

input, textarea {
	padding: 10px;
	border:none;
	background:#EEF4F6;
	width: 90%;
	color: #999999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'mygotam-webfont', sans-serif;
}

textarea {
	width: 90%;
	height: 90px;
	max-width: 560px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	background:#EEF4F6;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: #0C80A6;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */
.file input {
	width: 100px; 
	height: 20px;
	background-color: #0C80A6; 
	font-family: 'mygotam-webfont', sans-serif;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}
.submit input {
	width: 100px; 
	height: 30px;
	background-color: #0C80A6; 
	font-family: 'mygotam-webfont', sans-serif;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}