@charset "UTF-8";
/* CSS Document */

/*------------------------ Custom Colors (edit the specified colors in these tags to personalize the colors of this page) ------------------------- */

#content {
	border-top:10px solid /* edit this */#78A4F7;
	background-color:/* do not change */#FFFFFF;
}

#footer {
	background-color:/* edit this */#78A4F7;
	border-bottom:/* do not change */5px solid #d6d6d6;
}


h1, h2, h3, h4, h5, h6, h7 {
	color:/*edit this*/#B60811;
}

/*------------------------------------------- Global ------------------------------------------ */

body {
	text-align: center;
	font : 85%/170%  "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #868686;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

h3, h4, h5, h6, h7 {
	font-size: 12px;
}

ul {
	line-height: 18px;
	font-size: 12px;
	list-style-position: inside;
	
}

ol {
	line-height: 18px;
	font-size: 12px;
	list-style-position: inside;

}

li {

}

p {
	font-size: 13px;
	line-height: 17px;
	padding:0 0 5px 0;
	text-align: left;
	margin:10px 0 10px 0;
}

/*------- Setting margins to zero for Firefox -------- */

h1, h2, h3, h4, h5, h6, h7, a, img, form, input, select, fieldset, li, ul, ol, table, td, tr, th {
	margin:0;
	padding:0;

}

img, fieldset {
	border-style:none;
	
}

/*--------------------------- Global Classes ---------------------------- */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
}

/*------------------------------------------- Wrap ------------------------------------------ */

#wrap {
	margin:0 auto;
	width:759px;
	background-color: #FFFFFF;
	text-align: left;
}

/*------------------------------------------- Header ------------------------------------------ */

#header {
	border-bottom: 5px solid #d6d6d6;
	height:65px;
}

.safecartLogo {
	float:right;
	padding:10px 20px 15px 0;

}

.merchantLogo {
	float:left;
	padding:10px 0 15px 20px;
}

/*------------------------------------------- Content ------------------------------------------ */

#content {
	padding:10px 10px 10px 20px;

}

.leftContent {
	float:left;
	width:238px;
	margin-right: 0px;
}

.rightContent {
	float:left;
	width:461px;
	position:relative;

}


.rightContentRegister {
	float:left;
	width:441px;
	margin-left:30px;
	position:relative;

}


#outerForm {
	width:333px;
	border:none;
	padding:5px 20px 20px 20px;
	float:left;
	margin:0 40px 0 20px;
	position:relative;
}

#emailForm {
	border:1px dashed #c1c0b5;
	
}

#emailForm2 {
	width:370px;
	background-image: url(/register/images/bg-form.gif);
	background-repeat: repeat-x;
	border:1px dashed #c1c0b5;
	padding:5px 20px 20px 20px;
	background-color: #d6d2b3; 
	float:left;
	margin:0 0 0 15px;
	position:relative;
}

#emailForm3 {
	width:370px;
	border:1px dashed #c1c0b5;
	padding:5px 20px 20px 20px;
	background-color: #ffffff; 
	float:left;
	margin:0 0 0 15px;
	position:relative;
}

#emailForm4 {
	background-image: url(/register/images/bg-form.gif);
	background-repeat: repeat-x;
	background-color: #d6d2b3; 
	border:1px dashed #c1c0b5;
	
}

.left {
	float:left;
	width:80px;
	clear:left;
	padding:10px 0 10px 0px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;

	
	}
	
.right {
	width:230px;
	float:left;
	padding:10px 0 10px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
}

.right input {
	width:200px;
}

#paymentProcessing {
	border: 1px solid #c1c0b5;
	padding:5px 15px 5px 10px;
	margin-bottom:10px;
	margin-top: 20px;
	position: relative;
}

.paymentProcessHeader {
	font-weight: bold;
	font-size: 14px;
	color:#359f28;
	text-align: left;
	padding-left:37px;
	letter-spacing: normal;
}

.paymentProcessImg {
	position:absolute;
	top:12px;
	left:5px;
}

.creditCards {
	border:none;
	margin-left: 20px;
}

.lock {
	position:absolute;
	top:-10px;
	left:-10px;
}

.buttons {
	margin-top:8px;
}

.small {
	font-size:10px;
	line-height: 12px;

	color:#565656;
	text-align:center;
}

/*------------------------------------------- Footer ------------------------------------------ */

#footer {
	padding:5px 20px 5px 20px;
}

#offer {
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-size: 15px;
}

#offer strong {
	/*text-shadow: 3px 3px 5px red;*/
	display: block;
	color: #ffa800;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding: 14px;

}

#buy_head {
list-style-image:url(images/check.gif)
}

#buy_head h1{
font-size:20px;
line-height:28px;
color:#333; padding-bottom:10px;}

#buy_head ul{
padding-left:15px; font-size:15px; line-height:24px;}

#outerForm #underEmail { font-size:9px;
padding:0px; margin:0px; text-align:left;}

#outerForm p {font-size:13px; text-align:center;}


li {
list-style-type:square;
list-style-position:outside;
margin-left:45px}


