.btn{
	width:150px;
	height:30px;
	background-color:#a82682;
	border:1px solid #a82682;
}

input[type="text"]{
    /*background-color: transparent;
    border: 1px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color:transparent;
    cursor:default;*/
}

.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 #a82682;
}
.txtMsg{
	width:390px;
	height:150px;
	float:right;
	border:1px solid #a82682;
	padding-left:20px;
	/*
	-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;
}
/*------------------- contact ---------------------*/
.emailContainer{
	width:1000px;
	margin:20px auto;
	background-color:#a82682;
	
}
.inputHolder{
	width:300px;
	float:left;
}
.emailInput{
	width:400px;
	height:50px;
	float:left;
	margin-bottom:10px;
	background: transparent;
	
}
.emailMsg{
	width:600px;
	height:150px;
	float:right;
	margin-bottom:10px;
}
.emailBtn{
	width:1000px;
	height:50px;
	float:left;
}