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

.form input {
	color:#000000;
	background: #FFFFFF;
	border: 1px solid #004B8D;
	height: 15px;
	padding-right: 2px;
	padding-left: 2px;
}

.form{margin-top:9px;}

.form .reset{
	background-image:url(../images/clearBtn.jpg);
	border:0px;
	width:76px;
	height:31px;
}

.form .submit{
	background-image:url(../images/sendBtn.jpg);
	border:0px;
	width:76px;
	height:31px;
}

.form textarea{
	color:#000000;
	background: #FFFFFF;
	border: 1px solid #004B8D;
	padding-right: 2px;
	padding-left: 2px;
}

.txtarea1{
	width:150px;
	height:60px
}

.txtarea2{
	width:268px;
	height:55px
}
.txtarea3{
	width:268px;
	height:60px
}

.inputbox{width:150px}

