.btn{
	width:150px;
	height:30px;
	background-color:#0090ff;
	border:1px solid #0090ff;
	color:#FFF;
}
.txtInput{
	width:390px;
	height:30px;
	margin:0 auto;
	padding-left:5px;
	text-align:center;
	/*
	-webkit-box-shadow: inset 2px 2px 2px 0px #FC0;
    -moz-box-shadow: inset 2px 2px 2px 0px #FC0;
    box-shadow: inset 2px 2px 2px 0px #FC0;
	*/
    overflow: auto;
    padding: 7px 10px;
    border: 1px solid #0090ff;
}
.txtInput2{
	width:50px;
	height:20px;
	margin:0 auto;
	padding-left:5px;
	text-align:center;
	/*
	-webkit-box-shadow: inset 2px 2px 2px 0px #FC0;
    -moz-box-shadow: inset 2px 2px 2px 0px #FC0;
    box-shadow: inset 2px 2px 2px 0px #FC0;
	*/
    overflow: auto;
    padding: 2px 5px;
    border: 1px solid #0090ff;
}
.txtInput3{
	width:200px;
	height:25px;
	margin:0 auto;
	padding-left:5px;
	text-align:left;
	/*
	-webkit-box-shadow: inset 2px 2px 2px 0px #FC0;
    -moz-box-shadow: inset 2px 2px 2px 0px #FC0;
    box-shadow: inset 2px 2px 2px 0px #FC0;
	*/
    overflow: auto;
    padding: 2px 5px;
    border: 1px solid #0090ff;
}
.textInputLable{
	width:200px;
	height:20px;
	padding:3px 5px;
	float:left;
	text-align:right;
	color:#0090ff;
}
.textInputLable2{
	width:150px;
	height:30px;
	padding:9px 10px;
	float:left;
	text-align:right;
	color:#0090ff;
}
.txtMsg{
	width:555px;
	height:150px;
	float:right;
	/*
	-webkit-box-shadow: inset 2px 2px 2px 0px #FC0;
    -moz-box-shadow: inset 2px 2px 2px 0px #FC0;
    box-shadow: inset 2px 2px 2px 0px #FC0;
	*/
	overflow: auto;
    padding: 7px 10px;
    border: 1px solid #0090ff;
}
/*------------------- contact ---------------------*/
.emailContainer{
	width:1000px;
	margin:20px auto;
	background-color:#CC0066;
	
}
.inputHolder{
	width:300px;
	float:left;
}
.emailInput{
	width:400px;
	height:50px;
	float:left;
	margin-bottom:10px;
}
.emailMsg{
	width:600px;
	height:150px;
	float:right;
	margin-bottom:10px;
}
.emailBtn{
	width:1000px;
	height:50px;
	float:left;
}
.requestBtn{
	color:#0090ff;
}

.requestBtn:hover{
	background-color:#06F;
	color:#FFF;
}