/* Last Edit: mRk 04.19.2010 */

/*************** GENERAL SETTINGS - RESETS *********************/
h1,h2,h3,h4,h5,h6,form,ul,ol {	margin:0;	padding:0;}
hr {
	display:none;
	}
ul, ol {
	list-style:none;
	}


body {
	margin:0;	
	font: 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #1a1d20;
	}
a img {
	border: none;
	}
	
a {
text-decoration:none;	
}

abbr {
	text-decoration: none;
	border-bottom: dotted 1px #DDD;
	cursor: help;
	}
.left { float: left; }
.right { float: right; }
.replaced span {
	margin-left: -999em;
	text-indent: -999em;
	font-size: 0px;
	line-height: 0px;
	}
.container {
	width:1000px;
	margin:0 auto;
	}
#col_tile200 {
    background: url(/imagesV3/col_tile200.png) top right repeat-y;
    padding: 1px 0 60px;
    }
	.softwareback {
		margin-top:36px;
        padding: 0px;
        height: 100%;
		
	}
#allovit {
	margin: 0;
    padding: 0;
	width: 100%;
	height: 100%;
	background: #FFF url(/imagesV3/bg_main.jpg) repeat-x; 
	}
	/************ HEADER ******************/
	#header {
		padding-top: 1px; 
		}
	#header a {
		outline:none;
		}
	
		div#logo {width:208px; 
		height: 80px; 
		background:url(/imagesV3/logo.png) no-repeat; 
		float:left; 
		margin-bottom: 16px;
		margin-left:5px
		}
		div#logo h1 a {
			text-indent:-9999px; 
			display:block;width:208px; 
			height:80px;
			}
		div#logo p {
			display:none;
			}
		
		div#userBox {
			width:325px; 
			float:right; 
			font-size:0.9em; 
			color:#cccccc;
			}
		div#userBox a {
			color:#dfd69c;
			}
		div#userBox .white {
			color:#fff;
			}
		div#userBox a:hover {
			text-decoration:none;
			}
		div#userBox p {
			margin:8px 0;
			}
		div#userBox p.small {
			font-size:0.8em; 
			margin-left:25px; 
			margin-top:0px;
			}
		
		#menu {
			clear:both; 
			}

/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 34px;
 margin-top: 0;
 left: -1px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 margin-right: -1px;
	background:url(/imagesV3/navtab_deactive_left.gif) no-repeat top left; 
	padding-left:14px; 
	height:34px;
	}

		span.selected-arrow {
			background:url(/imagesV3/selected_tab_arrow.gif) no-repeat center;
			height:4px;
			width:100%;
			position: absolute; 
			bottom:0;
			left: -7px;
			}



/* Links inside the menu */
.menulist a {
	color:#d2d2b9; 
	text-decoration:none; 
	display:block; 
	padding:9px 15px 9px 0; 
	background:url(/imagesV3/navtab_deactive_right.gif) no-repeat top right; 
	font-size:1em;
	width: auto;
	position: relative;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist li:hover,
.menulist li.highlited {
	background:url(/imagesV3/navtab_active_left.gif) no-repeat top left;
	}
.menulist a:hover,
.menulist li:hover a,
.menulist li.highlited a {
	background:url(/imagesV3/navtab_active_right.gif) no-repeat top right;
	color: #666;
	}
.menulist li ul li a,
.menulist li:hover ul li a {
	color: #666;
	}
.menulist li:hover ul li a:hover {
	color: #111;
	}


/* Items in submenus - override float/border/margin from above, restoring default vertical style */

.menulist li ul {
	background: #FFF;
	border: solid 1px #CCC;
	border-width: 0 1px 1px 1px;
	font-size: 90%;
	}

.menulist li:hover ul li,
.menulist li.highlited ul li,
.menulist ul li,
.menulist ul li a,
.menulist ul li.highlited,
.menulist ul li.highlited a {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	background: none !important;
	}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
	}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */











		
		p#rightLink { 
			background:url(/imagesV3/bt_topmenu_arrow.gif) no-repeat top left;
			padding:0px 0px 0px 27px; 
			font-size:0.9em; 
			position:absolute;
			right:0; 
			margin-top:-3px;
			}
		p#rightLink a {
			background:url(/imagesV3/bt_topmenu_right.gif) no-repeat top right; 
			display:block; 
			padding:3px 10px 5px 0; 
			text-decoration:none; 
			color:#33301f;
			}
	/************ END OF HEADER ******************/
	
	#content {
		clear:both; 
		margin-top: 30px; 
		color:#666666; 
		padding:0 5px 0 5px;
		}
	#content a,
	#content a:link {
		color: #b19271;
		}
	#content a:hover {
		color: #8d5417;
		}
	#content a:visited {
		color: #b19271;
		}
	#content h2 {
		font-size:14pt; 
		color:#b37431; 
		letter-spacing:-1px;
		}
	
	#leftBox {
		width:720px; 
		float:left; 
		margin-right:10px;
		}


	#pageIntro {
		padding:0 6px;
		}
	#pageIntro p {
		margin:10px 0; 
		font-size:9pt;
		}
	#pageIntro strong {color:#ab8617;}
	
	/************ CONTENT BOXES (The big boxes with gradient headers) ******************/
	.contentBox {width:708px; background:url(/imagesV3/bg_contentBox.gif) no-repeat bottom; margin:0px 0 20px;}
	.contentBoxTop {background:url(/imagesV3/bg_contentBoxTop.jpg) no-repeat; height:43px;}
	.contentBoxTop a {color:#FFF;}
	.contentBox h3, .rightBoxes h3 {color:#f2f2f2; font-size:1.1em; display:block; float:left; width:400px; margin:12px 0 0 12px;}
	ul.switcherTabs {float:right; width:270px; padding-right:15px; margin-top:15px}
	ul.switcherTabs li {color:#867946;float:right; background:url(/imagesV3/switcherTabs_left.gif) no-repeat top left; padding-left:15px; height:28px}
	ul.switcherTabs li a {color:#FFF;outline:none; background:url(/imagesV3/switcherTabs_right.gif) no-repeat top right; padding:6px 15px 6px 0; display:block; font-size:0.9em; text-decoration:none;}
	ul.switcherTabs li a:hover {color:#fff;}
	ul.switcherTabs li.selected {background-image:url(/imagesV3/switcherTabs_active_left.gif);}
	ul.switcherTabs li.selected a {color:#867946; background-image:url(/imagesV3/switcherTabs_active_right.gif);}
	
	div.innerContent {padding:0 12px 12px;}
	/*** FORM STYLERS **/
	div.innerContent label.smallInput { background:url(/imagesV3/bg_s_input.gif) no-repeat; width:168px;}
	div.innerContent label.smallInput, label.mediumInput, label.largeInput {padding:4px 6px 0px 6px; height:23px; margin:5px 0 0 0;}
	div.innerContent label.smallInput input, label.mediumInput input, label.largeInput input {background:none; border:none;  font-size:0.9em; color:#666;}
	div.innerContent label.mediumInput { background:url(/imagesV3/bg_m_input.gif) no-repeat; width:378px;}
	div.innerContent label.largeInput { background:url(/imagesV3/bg_l_input.gif) no-repeat; width:666px;}
	div.innerContent label.textarea {background:url(/imagesV3/bg_textarea.gif) no-repeat; width:678px; height:131px; display:block; padding:5px 0 0 5px; margin:5px 0 0 0;}
	div.innerContent label.textarea textarea {height:115px; border:none; background:none; width:668px;  font-size:0.8em; color:#666; font-family:Helvetica, Arial;}
	div.innerContent small {color:#999; display:block; margin-top:-10px;}
	
	div.innerContent input.smallInput { background:url(/imagesV3/bg_s_input.gif) no-repeat; width:168px;border:0px;}
	div.innerContent input.smallInput, input.mediumInput, input.largeInput {padding:4px 6px 0px 6px; height:23px; margin:5px 0 0 0;}
	div.innerContent input.smallInput input, input.mediumInput input, input.largeInput input {background:none; border:0px;  font-size:0.9em; color:#666;}
	div.innerContent input.mediumInput { background:url(/imagesV3/bg_m_input.gif) no-repeat; width:378px; border:0px; }
	

	div.standardform label{ display:block; float:left; margin:0px 30px 10px 0px;}
	
	#formfields input {
		/*background:url(/imagesV3/bg_m_input.gif) no-repeat; width:378px;
		display:block;*/
	}
	
	/** Message Boxes **/
	.errorBox, .successBox {
		padding-bottom:10px; width:708px; margin:10px 0; font-size:0.8em;
		}
	.errorBox {
		background:url(/imagesV3/bg_errBox.gif) no-repeat bottom;
		}
	.successBox {
		background:url(/imagesV3/bg_successBox.gif) no-repeat bottom;
		}
	.successBoxTop {
		background:url(/imagesV3/bg_successBoxTop.gif) no-repeat; height:6px;
		}
	.errorBoxTop {
		background:url(/imagesV3/bg_errBoxTop.gif) no-repeat; height:6px;
		}
	.errorIcon {
		background:url(/imagesV3/icon_error.gif) no-repeat 10px 10px;
		}
	.successIcon {
		background:url(/imagesV3/icon_success.gif) no-repeat 10px 10px;
		}
	.msgBoxContent {
		padding:10px 10px 10px 30px;
		}
	.msgBoxContent p {
		margin:10px 0;
		}
	.errorIcon p:first-child {
		color:#a84114;
		}
	.successIcon p:first-child {
		color:#669638;
		}
	.msgBoxContent p:first-child {
		margin:0px; 
		font-size:1.2em; 
		font-weight: bold;
		}
	.msgBoxContent p:last-child {
		margin-bottom:0;
		}

	/** Tables (classified as "sTable") **/
	table.sTable {
		width:710px; 
		margin:0 0 0 0; 
		border-collapse:collapse;
		/*background:#D0E8D0;*/
		}
	table.sTable td {
		border-top:1px solid #dfdfdf;
		text-align:center; 
		font-size:0.9em; 
		padding:5px 0; 
		margin:0; 
		color:#999;
		}
	table.sTable td:first-child {
		text-align:left; 
		padding:0 0 0 15px;
		}
	table.sTable tr.oddRow {
		background:url(/imagesV3/bg_tableRow.gif) repeat-x 0px 1px;
		}
	
	td.firstCol a {
		color:#9aa685; 
		font-weight:bold;
		}
	td.firstCol a:hover {
		text-decoration:none;
		}
	td.secondCol a {
		color:#ab8617; 
		text-decoration:none; 
		border-bottom:1px solid #cbbb7c;
		}
	td.secondCol a:hover {
		border-bottom-color:#ab8617
		}
	
	td.editItem {
		width:120px;
	}
	td.editItem ul li {
		float:left;
		margin-right:13px; 
		padding-left:18px;
		}
	td.editItem ul li a {
		color:#666; 
		text-decoration:none; 
		display:block;
		}
	li.iconEdit {
		background:url(/imagesV3/icon_edit.gif) no-repeat;
	}
	li.iconDel {
		background:url(/imagesV3/icon_delete.gif) no-repeat 2px 3px;
		}
	a.deleteLink {
		color:#c04e1e; 
		text-decoration:none;
		}
	a.deleteLink:hover {
		text-decoration:underline;
	}
	
	

	/*** RIGHTBOXES & SIDEBAR SETTINGS ***/
	.rightBoxes {
		width:237px; 
		float:right; 
		background:url(/imagesV3/bg_rightBoxes.gif) no-repeat bottom; 
		padding-bottom:10px;
		}
	.rightBoxesTop {
		background:url(/imagesV3/bg_rightBoxesTop.gif) no-repeat; 
		height:43px;
		}
	.rightBoxes h3 {
		width:200px;
		}
	
	.rightContent {
		padding:10px; 
		}
	
	ul#sidebarLinks li {
		border-bottom:1px dotted #c6c9b4; 
		padding-bottom:1px;
		}
	ul#sidebarLinks li a {
		display:block; padding-left:15px; 
		background:url(/imagesV3/icon_arrow.gif) no-repeat 0px 7px; 
		padding:8px 0 7px 20px; 
		text-decoration:none; 
		color:#929474;
		}
	ul#sidebarLinks li a:hover {
		color:#4d4f29; 
		background-image:url(/imagesV3/icon_arrow_hover.gif);
		}
		
		
	ul.bulletList li {
		border-bottom:1px dotted #c6c9b4; 
		padding-bottom:1px;
		display:block; padding-left:15px; 
		background:url(/imagesV3/icon_arrow.gif) no-repeat 0px 7px; 
		padding:8px 0 7px 20px; 
		}
		
	ul.bulletLista li {
		border-bottom:1px dotted #c6c9b4; 
		padding-bottom:1px;

		}
		
	
	ul.bulletLista li a {
		display:block; padding-left:15px; 
		background:url(/imagesV3/icon_arrow.gif) no-repeat 0px 7px; 
		padding:8px 0 7px 20px; 
		text-decoration:none; 
		color:#929474;
		}
	ul.bulletLista li a:hover {
		color:#4d4f29; 
		background-image:url(/imagesV3/icon_arrow_hover.gif);
		}
			
	
	
	br.clearFix {display:block; width:100%; height:0px; font-size:0px; clear:both; visibility:hidden;}
	#footerWrap {
		clear:both;
		background: url(/imagesV3/bg_footer.gif) repeat-x #1a1d20; 
		margin-top:20px;
		width: 100%;
		}
	#footer {
		width:980px; 
		margin:0 auto; 
		padding:20px 0 40px 0;
		color:#e4e3bf;
		}
	
	#footer ul {
		float:left; 
		width: 100%;
		}
	#footer ul li {
		float:left; 
		margin-right:20px;
		}
	#footer ul li a {
		color:#e4e3bf; 
		text-decoration:none; 
		display:block;
		}
	#footer ul li a:hover {
		color:#fff;
		}
#think-new_box {
	clear: both;
	text-align: right;
	display: block;
	width: 155px;
	margin: 0 0 40px 0;
	float: right;
	}
#think-new {
	width: 155px;
	height: 85px;
	display: block;
	float: right;
	}
#think-new a {
	width: 155px;
	height: 85px;
	background: url(/imagesV3/think-new_foot.png) bottom center no-repeat;
	display: block;
	}
#think-new a:hover,
#rhinoseo a:hover {
	background-position: top center;
	}
		
		/*
		
		Legacy Styles
		
		*/
		
		.searchPanel {
			margin-bottom:5px;
			border:1px solid #E9E9E9;
			background:url(/imagesV3/dialogpanel.jpg) bottom repeat-x;	
		}
		
		
		.panelbox {

			border:1px solid #999;
			
			margin:2px 0px 2px 0px;
			
			padding:30px;
			
			background: #FFF url(/images/login-back.png) bottom repeat-x;
			
			}

		.panelbox2 {

			border:1px solid #999;
			
			padding:3px;
			
			background: #FFF url(/images/login-back.png) bottom repeat-x;
			
			}	
		
		.list {

			border:1px solid #CCC;
			
			margin:1px;
			
			padding:3px;	
			
			background:url(/images/list-back.png) bottom repeat-x;
			
			height:13px;
			
			width:auto;
			
			overflow:hidden;

			
			}	
			


div.oddRow {
	background:url(/imagesV3/bg_tableRow.gif) repeat-x 0px 1px;
}
/****************************************

Email Marketing

******************************************/			

#emailsidebar {

width:237px;
float:right;
	
}

#composer {

width:760px;
float:left;
}

.controlhead {
background:url(/imagesV3/bg_tableRow.gif) repeat-x 0px 1px;
width:100%;
margin-top:2px;
border-top:1px solid #999;
}

#emailheader {
	padding:2px;
	margin-bottom:8px;
	border:1px solid #999;
}

#emailfooter {
	padding:2px;
	margin-top:8px;
	border:1px solid #999;
}

#emailside{
	padding:2px;
	border:1px solid #999;
}

#emailcontent {
	padding:2px;
	border:1px solid #999;
}


.ui-state-highlight { height: 1.5em; line-height: 1.2em; }


#emaillists li{
		display:block; padding-left:15px; 
		background:url(/imagesV3/icon_arrow.gif) no-repeat 0px 7px; 
		padding:8px 0 7px 20px;
		border-top:1px solid #E5E5E5;
}

ol.todolist {
	list-style:decimal;
}

ol.todolist li {
 border-top:1px dotted #666;
 padding:3px;
}

/****************************************

Grader

******************************************/



.report_url_title {

	font-family: Futura, Arial, sans-serif;

	font-weight: normal;

	font-size: 28px;

	}

.domain_register {

	margin: 0 0 20px 0;

	padding: 0;

	width: 445px;

	float: left;

	}

.reading_level_h6,

.result_description h6,

.domain_register h6,

.grade_box h6 {

	margin: 0px;

	font-family: Futura, Arial, sans-serif;

	font-weight: normal;

	font-size: 18px;

	}

.reading_level_h4 {

	margin: 0px;

	font-family: Futura, Arial, sans-serif;

	font-weight: normal;

	font-size: 24px;

	}

.domain_register div {

	margin: 0 0 0 40px;

	}

.grade_box {

	width: 450px;

	float: right;

	}

.grade {

	font-family: Impact, Futura, Arial, sans-serif;

	color: #CC3300;

	font-size: 100px;

	}

.gradeover {

	color: #CCC;

	font-family: Impact, Futura, Arial, sans-serif;

	font-size: 90px;

}



.reading_level_result {

	margin-top:10px;

	font-size:20px;

	font-weight:bold;

	}

.result_description {

	margin: 40px;

	padding: 20px;

	border: solid 1px #91aaaa;

	background:#FFF url(/img/css/result_description.png) top left repeat-x;

	}



.result_description ul {

	margin-left: 20px;

	padding-left: 20px;

	text-indent: -20px;

	}

.result_description li {

	list-style: none;

	}

.result_description li:before {

	content: "\00BB \0020"

	}



.grader.tablesdata {

	width: 800px;

	margin: 2px auto;

	border:1px solid #999;

	padding: 0px;

	background: #FFF url(/img/css/login-back.png) bottom repeat-x;

	font-size: 80%;

	text-align: center;

	}

.grader.tablesdata td {

	padding: 5px;

	border-left: 1px solid #FFF;

	}

.grader.tabletitle {

	background: #333;

	color: #FFF;

	}



.grader.tablesdata2 {

	width: 800px;

	margin: 2px auto;

	border:1px solid #999;

	padding: 0px;

	background: #FFF url(/img/css/login-back.png) bottom repeat-x;

	font-size: 80%;

	text-align: center;

	}

.grader.tablesdata2 td {

	padding: 5px;

	border-left: 1px solid #FFF;

	}

.grader.tabletitle {

	background: #333;

	color: #FFF;

	}

	

.odd {

	background: #EEE;

	border: solid 1px #DDD;

	}

.meta_tag {

	width: 20%;

	text-align: right;

	padding: 5px;

	}

.meta_length {

	width: 10%;

	text-align: center;

	padding: 5px;

	}

.meta_value {

	width: 70%;

	text-align: left;

	padding: 5px;

	}

.error {

	background: #f1d5d5;

	border: solid 1px #dd6060;

	margin: 0 10px 10px;

	padding: 10px;

	color:#333;

	}

.good {

	background: #d5f1e1;

	border: solid 1px #93bda5;

	margin: 0 10px 10px;

	padding: 10px;

	color:#333;

	}



/************************ News FEED stuff **********************/

.social_head {

	display: block;

	width: 100%;

	height: 54px;

	/*background: url(/img/icons/social_head_bg.png) bottom left repeat-x;*/

	border-bottom: solid 1px #CCCCCC;

	margin: 0 0 2px 0;

	}

.social_head:hover {

	/*background: url(/img/icons/social_head_bg.png) top left repeat-x;*/
	background: url(/img/icons/social_head_bg.png) bottom left repeat-x;

	}

.delicious_h3,

.digg_h3,

.sphinn_h3,

.stumbleupon_h3,

.technorati_h3 {

	display: block;

	float: left;

	height: 48px;

	width: 120px;

	padding: 0 0 0 54px;

	margin: 3px 0 0 4px;

	font-size: 18pt;

	}

.delicious_h3 {

	background: url(/img/icons/delicious_48x48.png) center left no-repeat;

	}

.digg_h3 {

	background: url(/img/icons/digg_48x48.png) center left no-repeat;

	}

.sphinn_h3 {

	background: url(/img/icons/sphinn_48x48.png) center left no-repeat;

	}

.stumbleupon_h3 {

	background: url(/img/icons/stumbleupon_48x48.png) center left no-repeat;

	}

.technorati_h3 {

	background: url(/img/icons/technorati_48x48.png) center left no-repeat;

	}

.feed_number {

	float: right;

	margin: 0 4px 0 0;

	padding: 30px 0 0 0;

	}

.feed_number:before {

	content: "Number of headlines in category: "

	}			
	
	
.buttonout{
   margin:2px;
   border:1px solid #FFF;
   font-size:9px;
   color:#333;
   padding:3px;
   padding-left:8px;
   }

.buttonover {
   margin:2px;
   background:#CCC;
   border:1px solid #C30;
   padding:3px;
   font-size:9px;
   color:#333;
   padding-left:8px;
   }	








/* //////////////////////////////////////// REPORT STYLES ////////////////////////////////////////////*/

.report_h1 {
	text-align: left;
	color: #000;
	background: #f26130;
	border: solid 2px #f26130;
	font-weight: normal;
	padding: 10px 10px 0 10px;
	}
.report_wrap {
	width: 100%;
	text-align: left;
	margin: -60px 0 40px 0;
	}
.report_title {
    clear: both;
	padding: 25px 10px 5px;
	}
.report_dates {
	float: right;
	}
.report_box {
	width: 48%;
	float: left;
	border: solid 1px #CCC;
	margin: 10px 0 10px 10px;
	}
.report_box h3 {
	padding: 10px;
	margin: 0px;
	border-bottom: solid 1px #FFF;
	background: #c6c8a9 url(/imagesV3/report_box_h3.png) bottom left repeat-x;
	color: #FFF;
	font-size: 105%;
	}
.starting,
.current_rank {
	margin:  0 10px;
	padding: 5px 10px 5px 5px;
	border-bottom: dotted 1px #ccc;
	}
.starting {
	color: #666;
	}
.current_rank {
	background: #FFF;
	font-weight: bold;
	}
.rank_value {
	float: right;
	}
.graph {
	border: solid 1px #333;
	height: 200px;
	margin: 10px;
	}
.negative_return {
	background: rgb(255, 226, 198) url(/images/downarrow.png) no-repeat scroll 5px 50%;
	-moz-background-clip: border;
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
	border: solid 1px #FF0000;
	margin: 10px;
	}
.positive_return {
	background: rgb(215, 255, 215) url(/images/uparrow.png) no-repeat scroll 5px 50%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	border: solid 1px #00CC00;
	margin: 10px;
	}
.positive_return p,
.negative_return p {
	margin: 0 0 0 40px;
	padding: 5px;
	}
   
   
/* ************** Authorize Page ******************* */

#account_confirm {
    width: 340px;
    margin: 0 20px 0 0;
    float: left;
    border-bottom: solid 1px #DDD;
    }
#account_confirm span {
    display: block;
    width: 100%;
    margin: 0 0 6px 0;
    padding: 4px 0 2px 0;
    border-top: solid 1px #DDD;
    }
#authorize_form {
    width: 340px;
    margin: 6px 0 0 0;
    padding: 0px;
    float: left;
    }
#authorize_form fieldset {
    margin: 0px;
    padding: 8px 0;
    border: 0px;
    border-bottom: solid 1px #DDD;
    }
#authorize_form legend {
    margin: 0px;
    padding: 0 0 2px 0;
    width: 100%;
    border-bottom: solid 1px #DDD;
    }
#authorize_form div {
    margin: 0 0 4px 0;
    height: 24px;
    padding: 0 0 2px 0;
    width: 100%;
    display: block;
    }
#authorize_form label {
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    width: 120px;
    float: left;
    display: block;
    }
#authorize_form input.text {
    width: 200px;
    float: right;
    }
#authorize_form input.submit {
    float: right;
    }
#authorize_form select {
    float: right;
    width: 100px;
    margin: 0 0 0 8px;
    }
#authorize_form .cc_img {
    float: left;
    margin: 0 4px 0 0;
    }