body {
margin: 0 auto;
background-color: #d1262c;
background-image: url(_images/bgtile.gif);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #4e4e4e;
}

a {
color: #f78a8d;
text-decoration: underline;
font-weight: normal;
}

a:hover {
color: #fcc7c9;
text-decoration: underline;
font-weight: normal;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=80);   
-moz-opacity: .80;   
opacity: .80;
-khtml-opacity: .80; 
}

#container {
width: 950px;
margin: 0 auto;
}

#acousticbox {
width: 451px;
height: 460px;
display: inline;
background-image: url(_images/acousticbg.jpg);
background-repeat: no-repeat;
margin: 0;
float: left;
}

.acousticpad {
padding: 63px 0px 0px 73px;
}

#wallybox {
width: 499px;
height: 460px;
background-image: url(_images/wallybg.jpg);
background-repeat: no-repeat;
margin: 0;
float: left;
}

.wallypad {
padding: 89px 66px 0px 29px;
text-align: left;
}

.clearit {
clear: both;
}

#polaroids {
width: 857px;
margin: 0 auto;
}

.button {
width: 167px;
height: 73px;
background-image: url(_images/buttonbg.jpg);
background-repeat: no-repeat;
margin: 0 auto;
text-align: left;
}

.buttonpad {
padding: 18px 0px 0px 17px;
}

.spacer10 {
margin: 0 0 10px 0;
}

.title {
font-size: 20px;
line-height: 24px;
}

.smalltxt {
font-size: 10px;
}


#footer {
margin: 15px auto;
font-size: 10px;
text-align: center;
color: #e1dece;
}


/* FORM */
form {
margin: 0;
padding: 0;
}

.formbox, select {
background: #beb199;
padding: 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 0 9px 0;
border: 0;
color: #4d3e24;
font-size: 11px;
}

.error {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}



