@charset "utf-8";
/* CSS Document */

input.enews{
width: 300px;
padding: 2px 10px;
margin: 8px 0;
border-radius: 5px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;
}

input.enews:focus {
    border: 3px solid #555;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}	

button.enews{
	/*border-radus: 10px;*/
	background-color: #004b84;
	border-color: #004b84;
	border-radius: 10px;
	color: #FFF;
	padding: 5px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	}

form.enews{
	background-color:#bddfec;
	border-radius:25px;
	padding: 20px 20px;
	width:330px;
}