@import "reset.css";body {    background:  repeat scroll 0 0 #fff;    color: #333333;    font-family: Lucida Grande,Tahoma,Arial,sans-serif;    text-align: center;}#container {    height: 147px;    left: 50%;    margin-left: -156px;    margin-top: -75px;    position: absolute;    top: 50%;    width: 312px;    border: none;}#container p {    color: #EEEEEE;    font-size: 10px;    margin: 10px 0 0;    text-transform: uppercase;}#container p a {    color: #0099FF;    text-decoration: none;}#container p a:hover {    background: none repeat scroll 0 0 transparent;    color: #0099FF;}#subscribe {    margin: 20px 0;    overflow: hidden;    width: 312px;}#subscribe input[type="text"] {    -moz-box-sizing: border-box;    background: none repeat scroll 0 0 #FFFFFF;    border: medium none;    cursor: default;    float: left;    font-family: Lucida Grande,Tahoma,Arial,sans-serif;    font-size: 11px;    height: 46px;    padding-left: 20px;    width: 312px;}#subscribe input[type="submit"] {    background: url("../img/subscribe-btn.png") no-repeat scroll 0 3px transparent;    border: medium none;    cursor: pointer;    float: left;    height: 39px;    margin: 0 0 0 -44px;    text-indent: -99999em;    width: 39px;}#subscribe input[type="submit"]:hover {    background: url("../img/subscribe-btn.png") no-repeat scroll 0 -36px transparent;}