@charset "UTF-8";
/* Rowenta Sweepstakes CSS */

body,td,th {
	color: #8b8273;
}
body {
	background-color: #8b8273;
	margin: 0 auto;
	background-image:url(../images/rowenta_bkgnd.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	height:975px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 5px;
}

/* ------- layout ------- */
#container {
	width: 912px;
	margin: 0 auto;
	text-align:left;
}

#entryform {
	width: 350px;
	float:left;
	margin-top: 20px;
	margin-left: 540px;
	text-align:left;
}
#rulestitle {
	width: 350px;
	float:left;
	margin-top: 20px;
	margin-left: 540px;
	text-align:left;
}
#rules {
	width: 340px;
	float:left;
	margin-top: 20px;
	text-align:left;
	height:600px;
	overflow:auto;
	padding-right:10px;
}

#backbutton {
	width: 350px;
	float:left;
	margin-top: 20px;
	text-align:left;
}
/* ------- columns ------- */
.col40 {
	float:left;
	width:40px;
	padding: 0px;
	margin-right:10px;
}

.col60 {
	float:left;
	width:60px;
	padding: 0px;
	margin-right:10px;
}

.col100 {
	float:left;
	width:100px;
	padding: 0px;
	margin-right:10px;
}

.col130 {
	float:left;
	width:130px;
	padding: 0px;
}

.col210 {
	float:left;
	width:210px;
	padding: 0px;
	margin-right:10px;
}

.col235 {
	float:left;
	width:235px;
	padding: 0px;
}

.col340 {
	float:left;
	width:340px;
	padding: 0px;
}
/* ------- Fieldset ------- */
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

legend {
	background-image:url(../images/entertowin.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	font-weight:bold;
}

label {
  display: block;
  margin-top: 5px;
  }

input {
	border: 0px;
	width: 100px;
}

input.radio, input.checkbox, input.submit {
	width:auto;
}

input.radio {
	float:left;
	margin-right:10px;
}

.selectstyle1 {
	background-image:url(../images/dropdown.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
	border: 0px;
	position:relative;
	width: 50px;
	opacity: 1;
	filter: alpha(opacity=0); 
	z-index: 5;
}

/* ------- form elements style ------- */

  span.checkbox {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(checkbox.gif) no-repeat;
    display: block;
    clear: left;
    float: left;
}
  span.radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(radio.gif) no-repeat;
    display: block;
    clear: left;
    float: left;
}
  span.select {
    position: absolute;
    width: 40px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
	margin-top: 1px;
    padding: 3px 0px 0 3px;
    color: #8b8273;
    background: url(../images/dropdown.gif) no-repeat;
    overflow: hidden;
}
  span.select2 {
    position: absolute;
    width: 128px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
	margin-top: 1px;
    padding: 3px 0px 0 3px;
    color: #8b8273;
    background: url(../images/dropdown2.gif) no-repeat;
    overflow: hidden;
}
/* ------- borders ------- */
.botbdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b8273;
}

/* ------- margins ------- */
.marginbot {
	margin-bottom: 10px;
}
.marginbot15 {
	margin-bottom: 15px;
}
.margintop {
	margin-top: 10px;
}

/*lists
---------------------------------------- */
#share {
	margin-bottom:10px;
	margin-top:10px;
	height:18px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
#share ul {margin: 0px; padding:0px; float:left; list-style:none; height:18px;}
#share ul li {display:inline; float:left; padding:0px 10px 0px 0px;}
#share ul li a {display:block; float: left; padding:0px 10px 0px 0px; color:#f2ede1; text-decoration:none;}

/* links
---------------------------------------- */
a:link {color:#BCBEC0; text-decoration:none}
a:visited {color:#bcbec0; text-decoration:none}
a:hover {color:#834099; text-decoration:none }

/* text
---------------------------------------- */
.bold18pt {
	font-size:18px;
	font-weight:bold;
}

.reg12pt {
	font-size:12px;
}

.bold12pt {
	font-size:12px;
	font-weight:bold;
}

.reg10pt {
	font-size: 10px;
}
