@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font:60px "Gotham Black", Arial, sans-serif;
	color:#FFF;
}
body {
}
img {
	height:auto;
	width:100%;
	display:none;
	display:inline;
	border:none;
}
.kiss_and_tell {
	position:absolute;
	top:5%;
	left:47%;
	width:610px;
}
.kiss_and_tell div.logo {
	background:url(/images/kiss_and_tell/kiss_and_tell_logo.png) top left no-repeat;
	width:470px;
	height:177px;
}
.kiss_and_tell h2, .kiss_and_tell h3, .kiss_and_tell p {
	margin-top:15px;
	line-height:23px;
	color:#404040;
	text-transform:uppercase;
	padding-left:8px;
}
.kiss_and_tell p.submission {
	text-transform:none;
}
.kiss_and_tell h2 {
	font-size:200%;
}
.kiss_and_tell h3 {
	font-size:150%;
}
.kiss_and_tell p a, .kiss_and_tell p strong, .kiss_and_tell li {
	color:#404040;
}
.kiss_and_tell h1 {
	display:block;
	width:299px;
	height:34px;
	background:url(/images/kiss_and_tell/kiss_and_tell_form_header.gif) top left no-repeat;
	text-indent:-5000px;
	margin-left:3px;
	color:#404040;
}
.kiss_and_tell div.form_plate {
	display:block;
	width:610px;
	height:263px;
	margin-left:5px;
	background:url(/images/kiss_and_tell/kiss_and_tell_form.gif) top left no-repeat;
	position:absolute;
}
input {
	color:#777;
	background:none;
	border:none;
}
input#Name {
	position:absolute;
	margin-top:30px;
	margin-left:12px;
}
input#Email {
	position:absolute;
	margin-top:60px;
	margin-left:12px;
}
input#Phone {
	position:absolute;
	margin-top:90px;
	margin-left:12px;
}
input#Address {
	position:absolute;
	margin-top:120px;
	margin-left:12px;
}
input#City {
	position:absolute;
	margin-top:150px;
	margin-left:12px;
}
input#Province {
	position:absolute;
	margin-top:180px;
	margin-left:12px;
}
input#Country {
	position:absolute;
	margin-top:210px;
	margin-left:12px;
}
input#Postal {
	position:absolute;
	margin-top:240px;
	margin-left:12px;
}
input#Twitter {
	position:absolute;
	margin-top:30px;
	margin-left:195px;
}
input#Facebook {
	position:absolute;
	margin-top:60px;
	margin-left:195px;
}
textarea#Story {
	position:absolute;
	margin-top:31px;
	margin-left:377px;
	width:230px;
	height:224px;
	background:none;
	border:none;
	color:#777;
}
.terms_and_conditions {
	position:absolute;
	margin-top:275px;
	margin-left:12px;
	color:#404040;
}
input#Submit {
	position:absolute;
	margin-top:272px;
	margin-left:525px;
}
.social_options {
	position:absolute;
	margin-top:90px;
	margin-left:195px;
	width:170px;
	color:#404040;
}
.social_options div {
	margin-bottom:10px;
}
.terms_and_conditions label, .terms_and_conditions label a, .social_options label {
	color:#404040;
}
div.notices {
	position:absolute;
	margin-top:325px;
	margin-left:12px;
	color:#900;
	font-weight:bold;
}
div.notices.success, p.msg.success {
	color:#090;
}
div.notices ul li, p.msg ul li, p.msg ul li label, div.notices ul li label, p.msg ul li label a, div.notices ul li label a {
	color:#404040;
	font-weight:bold;
}
a.vote_btn {
	display:block;
	margin:10px 0 15px;
}
a.share_btn, a.vote_btn {
	text-decoration:none;
	background-color:#fdd;
	padding:3px;
}
a.share_btn:hover, a.vote_btn:hover {
	background-color:#fff;
}
a.share_btn {
	padding-top:8px;
}
span.vote_text, span.today_count, span.total_count {
	color:#000;
}
table.results {
	border:none;	
	background-color:#ffd;
}
.results td, .results td small {
	color:#333;	
	border:none;
}
.results .alt {
	background-color:#fdd;	
}