html, body, form, div {
border:0 none;
margin:0;
padding:0;
}

body {
	height: 100%;
	background-repeat: repeat;
	background-image: url(../img/background-tile.gif);
	width: 350px;
}

#container {
	min-height: 545px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 10px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	top: auto;
	height: auto;
	width: 327px;
	background-color: #f5f1ed;
}

.popup-subtitle {
	letter-spacing: normal;
	color: #8f7439;
	font-weight: bold;
	font-size: 13px;
	font-family: helvetica;
}

fieldset {
  margin-left: -10px;
  border-width: 0px;
  border-style: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

label {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	width: 130px;
  margin: 0px;
  text-align: right;
  color: #4f4c3f;
  font-weight: bold;
  font-family: Verdana;
  font-size: 11px;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
fieldset ol {
  list-style-position: inside;
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.error{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:red;
	font-size:11px;
	margin-bottom:-20px;
}
fieldset li {
  color: #4f4c3f;
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  list-style-position: inside;
  list-style-type: none;
  text-align: left;
  padding-left: 0px;
  padding-bottom: 3px;
  padding-right: 0px;
  padding-top: 0px;
  list-style: none;
  margin: 0;
}
p {
	color: #4f4c3f;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}
.radio {
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: 120px;
}

.submit input
{
font-weight: bold;
margin-top: 10px;
font-size: 10px;
font-family: Verdana;
margin-right: 20px;
float: right;
color: white;
background: #8f7439;
border: 1px solid #4f4c3f
}

.logo
{
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 25px;
	background-position: center top;
	background-image: url(../img/logo-casa34.gif);
	background-repeat: no-repeat;
		width: 203px;
	height: 77px;
}

.thanks-text {
	line-height: normal;
	text-align: center;
	letter-spacing: normal;
	color: #8f7439;
	font-weight: bold;
	font-size: 14px;
	font-family: helvetica;
}


