@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	/* [disabled]color: 0079C1; */
}
a.fr:link {color:#FFF; text-decoration:none;}
a.fr:visited {color:#FFF; text-decoration:none;}
a.fr:hover {color:#F00; text-decoration:underline;}
a.fr:active {color:#FFF; text-decoration:none;}

a.bottext:link {color:#079c1; text-decoration:none;}
a.bottext:visited {color:#079c1; text-decoration:none;}
a.bottext:hover {color:#F00; text-decoration:underline;}
a.bottext:active {color:#079c1; text-decoration:none;}

body{
	background:#0079c1;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
body.small {}
body.medium {}
body.large {}

#container{
	margin: 0 auto;
	position: relative;
	width:979px;

}
#header{
	width:979px;
	height:86px;
	float:left;
	background-image:url(bluestripe.jpg);
	background-repeat:repeat;
}
#logo{
	padding-left:40px;
	padding-top:20px;
	float:left;
}
#french{
	float:right;
	padding-right:25px;
	padding-top:23px;
	font-size:12px;
	color:#FFF;
}
#top{
	height:261px;
	width:979px;
	clear:both;
	background-image:url(mainpic.jpg);
	text-indent:-3000px;
	background-repeat:no-repeat;
}

#center{
	background-image:url(whitestripe.jpg);
	background-repeat:repeat;
	min-height:915px;
	width:979px;
}
#calg{
	padding-left:54px;
	padding-top:25px;
	width:168px;
	height:109px;
	float:left;
}
#cards{
	padding-left:54px;
	padding-top:25px;
	width:168px;
	height:250px;
	float:left;
}
#maintext{
	padding-left:60px;
	float:left;
	padding-top:25px;
	width:640px;
	clear:right;
}
#form{
	padding-left:60px;
	float:left;
	padding-top:15px;
	width:640px;
	clear:right;
}
#form{
	padding-left:50px;
	float:left;
	padding-top:15px;
	width:650px;
	clear:right;
}
.field{
	width:220px;
	float:left;
	padding-bottom:10px;
	padding-right:50px;
}
#button{
	padding-top:20px;
    padding-bottom:10px;
}
#thankyou{
	padding-left:54px;
	padding-top:25px;
	width:168px;
	float:left;
}
#bottom{
	width:979px;
	height:26px;
	background-image:url(bluestripe.jpg);
	background-repeat:repeat;
}
#trademark{
	font-size:10px;
	color:#FFF;
	padding-left:32px;
	padding-top:15px;
}
#end{
	background-image:url(footer.jpg);
	background-repeat:no-repeat;	
	height:32px;
	width:979px;
}
#legal{
	float:left;
	padding-left:25px;
	padding-top:15px;
	font-size:12px;
	color:#FFF;
}
#contest input.formerror, #contest textarea.formerror {
	border:1px solid #FF0000;
	height: 16px;
	width: 160px;
  }
  
  
#contest select.formerror {
	*background-color:#FFE1E1;
}
#contest select.text {
	*background-color:#FFF;
}
  
  
  #contest select.formerror{
	border:1px solid #FF0000;
	height: 20px;
	width: 160px;
  }
  #contest .error {
	border:2px dotted #FF0000;
	margin: auto;
	text-align: left;
	width: 600px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
  }
  #contest .highlighterror {
	border:1px dotted #FF0000; 
  }
  #contest input.text, #contest textarea.text {
	border:1px solid #57a3d9;
	background-color:#FFFFFF;
	width: 160px;
	height: 16px;
  }
  #contest select.text {
	border:1px solid #57a3d9;
	background-color:#FFFFFF;
	width: 180px; 
	height: 20px;
  }
  #contest input.selected {
	border:1px solid #57a3d9;
	background-color:#FFFFFF;
	width: 180px;
	height: 16px;
  }	
#maintext #form-new label {
	width: 150px;
	display:block;
	float:left;
	clear:both;
	padding-bottom:1px;
}
#maintext #form-new input.text {
	margin-bottom:5px;
	width:200px;
	clear:both;
	position:relative;
	float:left;
}
#maintext #form-new #check-box #long-label {
	width: 200px;
	display:inline;
	float:none;
	clear:none;
	padding-left:3px;
}
#maintext #form-new #check-box #copy_id {
	margin-top:8px;
}
#maintext #form-new span {
	margin: 15px 0 10px 0;
	display:block;
}
#contest #center #maintext h1 {
	font-size: 12px;
	color: #0079c1;
}
