#header {
    border-bottom: 2px solid #7b4dbc;
}
#emailbox{
	background: #fff;
	margin-top: 1%;
}
#emailbox .col-sm-6{
	padding: 2%;
    color: #555;
    line-height: 24px;
}
#emailbox .emailText h3{
	margin-bottom: 4%;
    color: #555;
}
#emailbox .emailImg img{
	display: inline;
	margin:6% 16% 6% 0;
}
#emailbox .emailTab h3{
	margin-bottom: 4%;
    color: #555;
}
#emailbox .emailTab p{
	margin: 2% 0;
}
#emailbox .emailTab span{
	vertical-align: super;
	margin-right: 3%;
    color: #555;
    font-size: 16px;
}
#emailbox .emailTab input{
    width: 90%;
    min-height: 40px;
}
#emailbox .emailTab textarea{
    width: 90%;
    min-height: 264px;
    vertical-align: text-top;
}
#emailbox .emailTab .emailTextarea span{
	vertical-align: sub;
	margin-left: -28px;
}
#emailbox .emailTab button{
    width: 40%;
    height: 40px;
    background: transparent;
    border: 1px solid #7b4dbc;
    color: #7b4dbc;
    margin-left: 53px;
    font-size: 16px;
}
#emailbox .emailTab button:hover{
    background-color: #7b4dbc;
    border: none;
    color: #fff;
}

