html, body, form, fieldset {
	color: #fff;
}

body {
	background: #000;
}

#wrapper, #links {
	width: 361px;
	margin-left: 28px;
}

#links {
	margin: 20px 28px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	line-height: 40px;
}

.full_width, .full_thanks {
	width: 361px;
	margin-top: 30px;
	overflow: hidden;
}

.full_thanks p {
	margin: 10px;
}

.full_width .legal {
	font-size: 10px;
	width: 190px;
	float: right;
	text-align: right;
}

/*form elements*/
form, .full_thanks {
	background: #565656;
	margin-top: 10px;
	overflow: hidden;
}

form a, .full_thanks a {
	color: #fff;
}

label, .label {
	display: block;
	margin-bottom: 5px;
}

label.radio {
	display: inline;
}

.field {
	width: 162px;
	margin: 10px 0 20px 10px;
	float: left;
}

.field_full {
	width: 320px;
	margin: 10px 0 20px 10px;
	line-height: 15px;
}

.field_full img {
	display: inline;
}

.field_full label {
	margin-bottom: 0;
}

.field input, .field select {
	width: 155px;
}

.radio input {
	width: auto;
}

.field input.multi {
	width:32px; 
	padding-left:4px;
}

.field select.multi {
	width:48px; 
	padding-left:4px;
}

#mobile, #optin {
	background: #787878;
	overflow: hidden;
	clear:left;
}

#actions {
	width: 361px;
	background: #2b2b2b;
	overflow: hidden;
}

#submit {
	margin: 10px;
}

.legal a {
	color: #fff;
}

#obj_anotherfriend {
	display: none;
}

/*custom classes - not reused */
.mandatory {
	margin-top: 15px;
}

.right {
	float: right;
}

.grey {
	color: #999;
}

.clear {
	clear:both;
}

