@charset "utf-8";
/* CSS Document */

/* CSS for site design */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #385bc2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.arrow {
	list-style-image: url(/themes/acdelco/images/promotion/winning_hand/2009/arrow.jpg);
	list-style-position: outside;
}

#container {
	width: 858px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#banner  {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/banner.jpg);
	background-repeat: no-repeat;
	height: 234px;
	width: 858px;
}
#title {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/title.jpg);
	background-repeat: no-repeat;
	width: 858px;
	height: 64px;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 858px;
	text-align: left;
	background-color: #E6E6E6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.textSteps {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}
.textWhite {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.content {
	background-color: #F2F2F4;
	padding: 30px;
}
.textBlue {
	font-size: 14px;
	color: #00539F;
	font-weight: bold;
}
.textLrg {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.textRed {
	font-size: 12px;
	color: #DC0A1E;
	font-weight: bold;
}
.textBold {
	font-weight: bolder;
	color: #000;
}
.btnSkip {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/btnSkip.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 724px;
}
.chargeSummary {
	border: ridge 2px;
}
.boxContainer {
	background-color: #F5F5F5;
	text-align: left;
	width: 604px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.boxTopL {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxTopL.jpg);
	height: 42px;
	background-repeat: no-repeat;
	width: 67px;
}
.boxTopM {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxTopM.jpg);
	height: 42px;
	background-repeat: no-repeat;
	width: 724px;
}
.boxTopR {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxTopR.jpg);
	height: 42px;
	background-repeat: no-repeat;
	width: 67px;
}
.boxL {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxL.jpg);
	background-repeat: repeat-y;
	width: 67px;
}
.boxR {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxR.jpg);
	background-repeat: repeat-y;
	width: 67px;
}
.boxBottomL {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxBottomL.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 67px;
}
.boxBottomM {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxBottomM.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 724px;
}
.boxBottomR {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxBottomR.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 67px;
}
.btnL {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/btnL.jpg);
	background-repeat: repeat-y;
	width: 67px;
}
.btnSub {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/btnSub.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 724px;
}
.btnR {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/btnR.jpg);
	background-repeat: repeat-y;
	width: 67px;
}
.btnNext {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/btnNext.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 724px;
	background-color: #E6E6E6;
}
#footer {
	height: 101px;
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/footer.jpg);
	width: 858px;
	background-repeat: no-repeat;
}
/* Does not work IN IE */
input[type="text"], input[type="password"] {
	padding: 2px;
	color: #000000;
	background-color: #FAFFB7;
	border-bottom: 2px solid #F0F0F0;
	border-top: 2px solid #C5C5C5;
	border-right: 2px solid #F0F0F0;
	border-left: 2px solid #C5C5C5;
}

/**
* IE 6 does not support the following syntax for input types:
*
*    input[type="button"] input[type="submit"] input[type="reset"]
*
* so to allow for input buttons to have the same css style
* it was decided to add class attribute pointing to the class
* name button.  The reason the button element was another option
* but the decision to stick with this current idea was to decrease
* the amount of changes necessary.
**/

input.text {
	padding: 2px;
	color: #000000;
	border-bottom: 2px solid #F0F0F0;
	border-top: 2px solid #C5C5C5;
	border-right: 2px solid #F0F0F0;
	border-left: 2px solid #C5C5C5;
	font-size: 10px;
	width: 200px;
	background-color: #FAFFB7;
}
.inputCards {
	padding: 2px;
	color: #000000;
	background-color: #FAFFB7;
	border-bottom: 2px solid #F0F0F0;
	border-top: 2px solid #C5C5C5;
	border-right: 2px solid #F0F0F0;
	border-left: 2px solid #C5C5C5;
	font-size: 10px;
	width: 50px;
}
select.text {
    padding: 1px;
    color: #000000;
    border-bottom: 2px solid #F0F0F0;
    border-top: 2px solid #C5C5C5;
    border-right: 2px solid #F0F0F0;
    border-left: 2px solid #C5C5C5;
    font-size: 10px;
    background-color: #FAFFB7;
}
.boxTopM_land {
	background-image: url(/themes/acdelco/images/promotion/winning_hand/2009/boxTopM_land.jpg);
	height: 20px;
	background-repeat: no-repeat;
	width: 724px;
}
.validation {
	border: 2px solid #F00;
	background-color: #E6E6E6;
}
.landingContent {
	background-color: #E6E6E6;
	padding: 30px;
}
.boxContainerLand {
	background-color: #F5F5F5;
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
