@charset "utf-8";
/* CSS Document */


/* === this css file is only for the Living form === */


*:focus {outline: none;}

#newsletter
{
width:675px;
height:128px;
margin:auto;
background:url(../images/input-bg.png);
}

.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;
}
