/* form.css */


input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}
textarea {
	width:300px;
}
input {
	background-color: #ffffff;
}
textarea {
	background-color: #EAEAEA;
}
.selectText {
	background-color: #EAEAEA;
	width:200px;
}
.InputText {
	width:200px;
	background-color:#EAEAEA;
}

.MobiText {
	width:50px;
	background-color:#EAEAEA;
}
.MobiText2 {
	width:50px;
	background-color:#EAEAEA;
}
.MobiText3 {
	width:84px;
	background-color:#EAEAEA;
}
#contactForm {
}
#contactForm ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#contactForm ul li {
	padding:6px;
	clear:both;
}
.my_lable {
	text-align:right;
	width:100px;
	display:block;
	float:left;
	padding-right:4px;
}
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-align:left;
}
.sendBtn{ border:none; cursor:pointer; width:80px; height:37px;background:url(../images/btns.png) no-repeat; background-position:-318px -486px;}
.sendBtn:hover{background-position:-318px -523px;}

.downloadBtn{ border:none; cursor:pointer; width:110px; height:37px;background:url(../images/btns.png) no-repeat; background-position:-416px -387px;}
.downloadBtn:hover{background-position:-416px -424px;}
