/* -- contact form-- */
#contactform{
	width:299px;
	height:413px;
	background-image:url(../images/formbg.jpg);
	background-repeat:no-repeat;
	float:right;
	position:absolute;
	top:65px;
	right:27px;
	padding-top:10px;
	}
	

#contactform td {
padding-bottom:4px;}

#contactform p{
padding: 10px 15px 0px 15px;}

#contactformtitle{
	width:286px;
	height:30px;
	float:right;
	position:absolute;
	top:20px;
	right:25px;
	padding-top:15px;
	font-size:14px;
	color:#004B8D;
	}
	
	.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}

