.slider_front_text {
	width: 100%;
	height: 100%;
	color: white;
	position: absolute;
	margin: 0px;
	z-index: 3;
}

#result_error {
	display: none;
}

message_message, reply {
	display: none;
}

#new_message, #reply_message {
	height: 105px;
	max-width: 100%;
	width: 100%;
}
#page_messages .button {
	float: left;
	margin-right: 30px;
}
/*
input[type='text'],[type='email'],[type='password'], textarea {
	color:#D0D0D0;
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .2) inset;
	width: 100%;
	font-size:14px; color:#303030;
	border: 1px solid #D0D0D0;
	height: 30px; 
}
*/