@charset "UTF-8";
body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height:16px;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ffffff;
}
a:link, a:visited {
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	color:#77787b;
}
a img {
	border: none;
}
#container {
	width: 1010px;  
	background: url(images/container-bg.gif) 0 50% no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
#header, #footer {
	width:1010px;
	height:20px;
	background-repeat:no-repeat;
}
#header {
	background-image:url(images/1010top-strip.gif);
}
#footer {
	margin: 0 auto; 
	text-align: left;
	background-image:url(images/1010-base-strip.gif);
}
#mainContent {
	padding: 0 19px 0 40px; 
	min-height:660px;
	background:url(images/footer-lines.gif) 10px 95%  no-repeat;
}

#mainContent.contest {
  background:none;
  padding:0;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.col {
	width: 490px;
	float:left;
	margin-right: 10px;
	margin-top:10px;
}
.col#last {
	margin-right:0;
	float:right;
	width:451px;
	margin-top:0;
}
.form-item {
	padding:3px 0;
}
.form-item.conditions {
	padding-top:15px;
}
label.form-label {
	display:block;
	width:120px;
	float:left;
	margin-right:10px;
	text-align:right;
	color: #77787b;
}
label.form-label.conditions {
	float:right;
	width:440px;
	text-align:left;
}
input.text-field {
	width:160px;
	background:#c7c8ca;
}
input.code-field {
	width:18px;
	background:#c7c8ca;
}
input.check-box {
	margin-left:20px;
	float:left;
}
input.submit-button {
	margin: 10px 35px;
}
.form-item small {
	margin-left: 130px;
}
p.header-link {
	text-align:right;
	color:#77787b;
}
img.logo {
	margin-top:20px;
	}
#flickr-facebook {
	margin: 40px 0;
	padding-left: 30px;
}
#flickr-facebook img {
	margin-right:30px;
}
ul.footer-links {
	list-style:none;
	text-align:right;
	margin-top:20px;	
}
ul.footer-links a:link, ul.footer-links a:visited {
	color:#77787b;
	text-decoration:none;
}
ul.footer-links a:hover {
	color:#fff;
	text-decoration:underline;
}
ul.footer-links li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right:1px solid #77787b;
}
ul.footer-links li.last {
	padding-right:0;
	border-right:none;
}

.message-error {
	margin: 5px 20px;
	padding: 10px;
	font-style:italic;
	font-weight:bold;
	color:#cc0000;
}

.message-info {
  color:#C5013D;    
  font-weight: 500;    
  padding: 3px 3px 3px 3px;         
  margin-bottom: 5px;    
  -moz-border-radius: 5px;    
  text-align:left;    
}
.message-ok {
  color:#C5013D;    
  font-weight: 500;    
  padding: 3px 3px 3px 3px;      
  background: #CCFFFF no-repeat;   
  margin-bottom: 5px;    
  -moz-border-radius: 5px;    
  text-align:left;    
  border:1px solid blue;
}

#promo-success {
	background: url(images/congratulations-header.gif) 0 0 no-repeat;
	padding-top: 160px;
}
#promo-failure {
	background: url(images/no-winner-header.gif) 0 0 no-repeat;
	padding-top: 160px;
}
#terms-conditions {
	background: url(images/terms-conditions-header.gif) 0 0 no-repeat;
	padding-top: 160px;
}
#popup-footer {
	background: url(images/common-footer.gif) 0 0 no-repeat;
	padding-top: 40px;
}

.promo-confirm{
  margin:0 auto;
  width:500px;
}

.promo-header {
  background: url(images/azor-email-header-500x165px.gif) 0 0 no-repeat;
  height:165px;
  width:500px;
}

.promo-footer {
  background: url(images/azor-email-footer-500x65px.gif) 0 0 no-repeat;
  height:65px;
  width:500px;
}

p.conditions {
	color: #ffffff;
	font-size: 1.0em;
}
