html,
body {
background: #fff;
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 12px;
color: #fff; }

a {
color: #fff; }

img {
border: 0; }


#home {
/*background: url('bg.jpg') no-repeat top center;*/
height: 1000px;
position: relative; }

.layout {
width: 900px;
margin: 0 auto; }

#intro {
margin: 0;
padding: 0;
width: 900px;
height: 1000px; }

#popup h4 {
margin: 20px 30px 0 30px;
font-size: 18px;
font-weight: bold; }

#popup form {
margin: 20px 30px 0 30px;
position: relative;  }

#popup #cancel {
position: absolute;
top: 20px;
right: 30px;
}

#popup table input {
border: 1px solid #a1a1a1;
background: transparent;
color: #fff; }

#popup table {
margin: 0;
padding: 0;
border: 0; }

#popup table.profile {
margin: 0 0 35px 0; }

#popup table.profile input {
width: 120px; }

#popup table.profile td.label {
width: 80px;
text-align: right; }

#popup table.info {
margin: 0 0 25px 0; }

#popup table.info td.label {
width: 165px;
text-align: right; }

#popup table.info input {
width: 220px; }

#popup label.error {
text-decoration: underline; }

#popup .right {
text-align: right; }

#popup .submit {
border: 0; }

