@charset "utf-8";
/* CSS Document */

*:focus {outline: none;}

#newsletter
{
width:675px;
height:128px;
margin:auto;
margin-bottom:15px;
padding: 0px 0px 0px 0px;
/* background:url(../images/input-bg.png);  */
/*  border:solid red 1px;  */
}

.input-mask
{
width:675px;
height:128px;
}

.living-input
{
padding:20px 5px 5px 20px;
margin:32px 0px 0px 33px;
width:450px;
background:none;
border:none;
height:33px;
color:#979a9f;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
float:left;
}


#button
{
position:absolute;
top:30px;
right:30px;
width:130px;
height:70px;
background:none;
border:none;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight:bold;
}
