/* @override http://niceguy.home/~carldG5/claimyournewcard/style.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 14px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: url(/images/background.gif) repeat-x 0 top;
}

h1 
{
    padding-top: 0px;
    margin-top: -10px;
	color: #FFF;
	font-size: 65px;
	font-weight: bold;
}

a,  a:link {
	color: #56b188;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:focus {
	color: #000;
}

a:active {
	color: #000;
}

#outerWrapper {
	background: transparent;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 890px;
}

#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	height: 68px;
}
#MainImage{
	width: 890px;
	height: 490px;
	background: url(/images/mainimage.jpg) no-repeat center top;
}
#VisaNumber{
	margin-top: 70px;
	width: 310px;
	float: left;
	text-align: center;
	height: 100px;
}
#FormContainer{
	float: left;
	margin-top: 95px;
	width: 255px;
	padding-left: 10px;
}

#FormContainer form table tbody tr td table tbody tr td p {
	margin: 0px;
}

input#FirstName, input#LastName, input#Email {
	width:235px;
}

#FormContainer form table.NameInfo {
		margin-top: 5px;
}

#FormContainer form table.CheckingInfo {
	margin-top: 5px;
}

#FormContainer form table.SubmitForm {
		margin-top: 5px;
}

#MasterNumber{
	width: 310px;
	/*width: 260px;*/
	height: 100px;
	margin-top: 70px;
	float: right;
	text-align: center;
}
#Disclaimer{
	clear: both;
	height: 260px;
	
}

.girl1{
	background: url(/images/girl1.jpg) no-repeat center bottom;
}
.girl2{
	background: url(/images/girl2.jpg) no-repeat center bottom;
}
.girl3{
	background: url(/images/girl3.jpg) no-repeat center bottom;
}

#DisclaimerText 
{
    border-top: #cccccc 1px solid;
	line-height: 12px;
	font-size: 10px;
	padding-top: 5px;
	/*margin-left: 400px;*/
	margin-right: 50px;
	position: relative;
	width: 245px;
	height: 100px;
	text-align: justify;
}

#outerWrapper #header #LogoContainer a {
	display: block;
	width: 319px;
	height: 55px;
	background: transparent url(/images/claimcardlogo.gif) no-repeat;
	float:  left;
}
#outerWrapper #header #TabContainer {
	display: block;
	width: 306px;
	height: 55px;
	background: transparent url(/images/claimcardtabtop.gif) no-repeat;
	float: right;
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0;
	padding:0 px;
}

#footer {
	width: 100%;
	background-color: #323232;
	border-top: solid 1px #666;
	position: absolute;
	left: 0px;
	top: 750px;
}
#FooterNav {
	width: 870px;
	background-color: #323232;
	margin: 0px auto;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	color: #FFF;
}
#FooterNav a {
	font-size: 12px;
	font-weight: normal;
text-align: left;
color:  #56b188;
}
#FooterNav p {
text-align: left;
color:  #FFF;
}

/*****Added*****/
.CheckingInfo
{
    margin-top: 5px;
}
.SubmitForm
{
    margin-top: 15px;
}
.radioImage{
    cursor:pointer;
    vertical-align:middle;
}
.radioImage:hover{
    cursor:pointer;
    vertical-align:middle;
}
.InputTextBox
{
    width: 90px;
}

.InputTextBoxEmail
{
    width: 235px;
}
.Disclaimer{
	clear: both;
	height: 260px;
	width: 861px;
}
#LogoContainer {
	width: 319px;
	height: 55px;
	background: transparent url(/images/claimcardlogo.gif) no-repeat;
	float:  left;
}


.ValidationSummary
{
    text-align: center;
    position: relative;
    background-color: #FFFFCC;
    padding: 5px;
    border: black 1px solid;
    width: 278px;
    margin-left: -31px;
    
}

