* {margin: 0;padding: 0;}
#contact-area {width: 100%;margin-top:-16px;background:;}
#contact-area input, #contact-area textarea {
	padding-bottom:5px;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	border:none;
	border-bottom: 1px solid #FFF;
	float: right;
	background:transparent;
	/*color:#333;*/
}

#contact-area textarea {height: 90px;}

#contact-area textarea:focus, #contact-area input:focus {
	border:0px solid #000;
	border-bottom: 1px solid #2548AE;
	outline:none;
}

#contact-area input.submit-button {
	width: auto;
	margin-top:25px;
	padding:5px 10px 5px 10px;
	/*bakground:#666;background:rgba(105,105,105,0.5);*/
	float: right;
	border-bottom: 1px solid #FFF;
	color:#FFF;
}

#contact-area input.submit-button:hover {border-bottom: 1px solid #2548AE; color:#2548AE;cursor:pointer;}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

::-webkit-input-placeholder {
    color:    #FFF;
}
:-moz-placeholder {
    color:    #FFF;
}
::-moz-placeholder {
    color:    #FFF;
}
:-ms-input-placeholder {
    color:    #FFF;
}

.push{width:0%;}
.shadeMeBitch{background:#CCC;padding:0px 20px 0px 30px;border:1px solid #FFF;}

@media only screen and (max-width : 768px) and (max-height:1024px){
	.push{width:12%;}
}

@media only screen and (max-width : 1024px) and (max-height:768px){
	.push{width:20%;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	.push{width:10%;}
	#contact-area textarea {height: 70px;}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

}