body {
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
	background: #000;
	/*background-image: url(../images/full-for-test.png);*/
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

div {
	display: block;
	margin: 0;
	padding: 0;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	display: block;
	clear: both;
}

#container {
	margin-left: 108px;
	width: 591px;
}

.message-good, .message-bad {
	display: none;
	text-align: center; 
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 108px;
	padding: 10px 0px;
	width: 590px;
	top: 440px;
	z-index: 999;
	position: absolute;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.message-good {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #468847;
}

.message-bad {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #b94a48;
}

#success {}
#invalid-form {}
#invalid-email {}

#form {
	width: 506px;
	margin-left: 46px;
	color: #9a9999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

input.rounded {
	border: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 23px;
	padding: 10px 17px;
	outline: 0;
	-webkit-appearance: none;
	background-color: #d5d5d5;

}

input.rounded:focus {
	border-color: #339933;
}

div#first-name {
	width: 236px;
}

div#last-name {
	width: 246px;
}

div#email {
	width: 506px;
	margin-top: 13px;
	margin-bottom: 23px;
}

div#zip {
	width: 166px;
}

div#phone {
	width: 313px;
}

input.first-name {
	width: 202px;
}

input.last-name {
	width: 212px;
}

input.email {
	width: 472px;
}

input.zip {
	width: 132px;
}

input.phone {
	width: 279px;
}

@font-face {
 font-family: 'Gothamy';
 src: local('Gotham Book'), local('Gotham-Book');
 font-weight: normal;
 font-style: normal;
 font-variant: normal;
}
@font-face {
 font-family: 'Gothamy';
 src: local('Gotham Bold'), local('Gotham-Bold');
 font-weight: bold;
 font-style: normal;
 font-variant: normal;
}
@font-face {
 font-family: 'Gothamy';
 src: local('Gotham Book Italic'), local('Gotham-BookItalic');
 font-weight: normal;
 font-style: italic;
 font-variant: normal;
}
@font-face {
 font-family: 'Gothamy';
 src: local('Gotham Bold Italic'), local('Gotham-BoldItalic');
 font-weight: bold;
 font-style: italic;
 font-variant: normal;
}

#checkboxes-submit {
	width: 340px;
	margin-top: 20px;
	font-size: 14px;
}

#info-top, #info-bottom {
	font-family: Gothamy, Gotham-Book, Arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
}

#info-top {
	color: #c4c1c1;
	margin-top: 558px;
	margin-bottom: 16px;
}

#info-bottom {
	color: #9a9999;
	margin-bottom: 42px;
}

#checkbox-table {
	border: 0px;
}

#checkbox-table td {
	vertical-align: top;
	padding: 0px 0px 10px 0px;
}

.send-button {
	margin: 36px 2px 0px 0px;
}

#send-button {
	background: url(../images/submit.gif);
	width: 132px;
	height: 56px;
	display:block;
	cursor:pointer;
}

#send-button span {
	display: none;
}

.logos {
	margin: 40px 0px 0px 196px;
}

.line {
	margin: 6px 0px 0px 15px;
}

#hardcandy-logo {
	margin: 6px 0px 0px 15px;
}

#links {
	width: 100%;
	margin-top: 34px;
	text-align: center;
	color: #515151;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#links a {
	color: #515151;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

a#madonna-link {
	color: #7c7c7c;
}