#content{
	background-image:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

*{
	font-size:14px;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1 {
	
}

h2 {
	text-transform: uppercase;
	color: #838383;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

h3 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	letter-spacing:-2px;
	margin: -5px 0 0 0;
}

h4 {
	color: #585858;
	font-size: 21px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
	letter-spacing:0;
}

h5 {
	
}

h6 {
	color: #458610;
	padding-right: 68px;
	height: 32px;
	display: inline;
	font-size: 32px;
	font-weight: bold;
	background: url(../images_v2/rankbadge.png) right no-repeat;
	letter-spacing:-2px;
	
}

#wrapper p {
	color: #3d3d3d;
	font-size:14px;
	margin-top:0;
}

button {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

a {
	color: #1d2adc;
}

#wrapper {
	margin: 0 auto;
	width: 956px;
	position: relative;
	z-index: 0;
}


#bg-tile {
	width: 920px;
	padding: 22px 10px;
}


.breadcrumb {
	margin-bottom: 25px;
}

.content-left {
	width: 430px;
	float: left;
}

.content-right {
	width: 395px;
	float:right;
	margin-right:20px;
}

.clear {
	clear: both;
}

.bottom-border {
	border-bottom: 1px solid #585858;
	height: 10px;
}

#check {
	width: 374px;
	height: 54px;
	background: url(../images_v2/check-bg1.gif) top left no-repeat;
	padding: 10px;
}
#submit{
	float:left;
	height:40px;
}

.inline_loader{
	background:url(../images_v2/ajax-loader-small.gif) no-repeat 100% 50% !important;
	padding:15px 15px 15px 15px !important;
	margin-right:7px;
	text-align:right !important;
}

#check.bg1{
	background-image:url(../images_v2/check-bg.gif);
}

#check p {
	color: #636363;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:0;
	
}

.check-left {
	float:left;
	margin-left: 3px;
}

#check p {
	margin-bottom: 8px;
}

.textbox {
	height: 20px;
	width: 245px;
	padding: 9px;
	background: url(../images_v2/urlbox.png) top left no-repeat;
	border: none;
	color: #323232;
	font-size: 13px;
	letter-spacing:0;
	float:left;
}

.go {
	border: none;
	cursor: pointer;
	float: left;
	height: 31px;
	width: 31px;
	margin: 0 3px;
}

.green-arrow {
	float:left;
	margin-top: 27px;
}

.check-right {
	background:transparent url(../images_v2/form_pr_box.gif) no-repeat scroll 2px 17px;
	float:right;
	height:60px;
	text-align:center;
	width:56px;
}

.rank {
	
	width: 56px;
	float:right;
	text-align: center;
	font-size: 25px;
	color: #458610;
	font-weight:bold;
	margin:2px 0 0;
	padding:0;
}

.what-is {
	text-align: right;
	display: inline;
	height: 14px;
	background: url(../images_v2/i.png) left no-repeat;
	padding-left: 20px;
	float: right;
	margin-top: 10px;
	font-size: 14px;
	padding-bottom: 3px;
	margin-right:75px;
}

.tip {
	color: #585858;
	font-size: 13px;
	letter-spacing:0;
	margin-bottom: 10px;
}

#scroller {

}

.images {
	width: 820px;
	margin: 0 auto;
	float: left;
}

.images li {
	margin: 0 4px;
	height: 100px;
	cursor: pointer;
}
.images li{
	background:none;
	width:auto;
	cursor: pointer;
}


.images li img {
	border: none;
}
.images li a{
	height:100px;
	padding:0 5px 0 5px;
	cursor: pointer;
}
.images li.selected,
.images li:hover {
	background:url(../images_v2/li-hover-r.gif) no-repeat 100% 0;
	cursor: pointer;
}

.images li.selected a,
.images li:hover a{
	display:block;
	background:url(../images_v2/li-hover-l.gif) no-repeat 0 0;
	cursor: pointer;
	
}


.prev {
	float: left;
	margin: 36px 15px 0 0;
}

.next {
	float:right;
	margin: 36px 0 0 15px;
}

.codebox {
	height: 140px;
	width: 520px;
	float: left;
	border: 1px solid #d6d6d6;
	font-size:12px;
}

.tip-right {
	float:right;
	width: 304px;
	height: 89px;
	background: url(../images_v2/tip-bg.gif) top left no-repeat;
}

.tip-left{
	float:left;
}
.tip-left a {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
}

.tip-right-text {
	width: 150px;
	height: 69px;
	font-size: 10px;
	padding: 10px;
	font-weight: bold;
	line-height: 1.2em;
}

.tip-right p {
	margin-bottom: 5px;
}

.tip-right a {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
}

.tip-image {
	float:right;
	margin: -10px 10px 0 0;
}

.foot-crumb {
	font-size: 12px;
	margin-top: 30px;
}
