@charset "utf-8";
/* CSS Document */
* {margin:0;}
a:link, a:visited, a:hover, a:active {color:#0079C1;text-decoration:underline;}
a:hover {text-decoration:none;}

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:#0079c1; text-decoration:none;}
a.bottext:visited {color:#0079c1; text-decoration:none;}
a.bottext:hover {color:#F00; text-decoration:underline;}
a.bottext:active {color:#0079c1; text-decoration:none;}

body{
	background:#0079c1;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
#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(mainimagefr.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
}

#center{
	background-image:url(whitestripe.jpg);
	background-repeat:repeat;
	min-height:300px;
	width:979px;
	margin-left:-1px;
}
#calg{
	padding-left:54px;
	padding-top:25px;
	width:178px;
	height:115px;
	float:left;
}
#cards{
	padding-left:54px;
	padding-top:25px;
	width:178px;
	height:290px;
	float:left;
}
#thankyou{
	padding-left:54px;
	padding-top:25px;
	width:168px;
	float:left;
}
#maintext{
	padding-left:50px;
	float:left;
	padding-top:25px;
	width:650px;
	clear:right;
}
#form{
	padding-left:50px;
	float:left;
	padding-top:15px;
	width:650px;
	clear:right;
}
.field{
	width:280px;
	float:left;
	padding-bottom:10px;
	padding-right:0px;
}
#button{
	padding-top:20px;
    padding-bottom:10px;
}
#bottom{
	width:979px;
	height:30px;
	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{
	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;
  }	