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

/* Last updated: February 2, 2010 */

#dropsheet			 			{ background: #333; position: fixed; _position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 97; }
/* Changing margin will off-center the popup */
.popup 							{ position: absolute; left: 0px; top: 0px; margin: 0px !important; padding: 10px; z-index:99; display: none; }
#popup-iframe 					{ position: absolute; left: 0px; top: 0px; background: #f00; z-index: 98; }

/*****************************************************
	Popup Sell App
*/

/* UPDATED */
#popup-sell-app  				{ background: #fff; padding: 0; width: 700px; }
/* UPDATED */
#popup-sell-app div.internal-tab-content
								{ height: 410px; }
								
#popup-sell-app div#step5		{ height: auto; }		
#popup-sell-app .popup-content div#step5 fieldset li.checkbox span	
								{ font-weight: normal; }
#popup-sell-app div#step5 h3	{ margin-left: 0px; }
						
#popup-sell-app div.popup-header{ margin-top: -27px; }
#popup-sell-app div.tabs-wrapper{ border-bottom: 2px solid #9f8878; height: 70px; margin: 0 20px; }
#popup-sell-app .tabs			{ background: url(../images/bg_steps.png) no-repeat; height: 35px; padding: 0; width: 500px; margin: 10px auto 30px auto; }

#popup-sell-app .tabs.step-1	{ background-position: 50% 0; }
#popup-sell-app .tabs.step-2	{ background-position: 50% -35px; }
#popup-sell-app .tabs.step-3	{ background-position: 50% -71px; }
#popup-sell-app .tabs.step-4	{ background-position: 50% -106px; }

#popup-sell-app .tabs li		{ padding: 5px 0; margin: 0; float: left; display: inline; width: 25%; text-align: center; }
#popup-sell-app .tabs li a		{ display: block; padding-top: 35px; }
#popup-sell-app div.popup-content
								{ background: none;	border: none; clear: both; }

/*****************************************************
	Popup Buy App
*/

#popup-buy-app  				{ background: #fff; padding: 0; }

#popup-buy-app div.internal-tab-content
								{ height: 350px; }
								
#popup-buy-app div#step5		{ height: auto; }
#popup-buy-app .popup-content div#step5 fieldset li.checkbox span	
								{ font-weight: normal; }
#popup-buy-app div#step5 h3		{ margin-left: 0px; }
						
#popup-buy-app div.popup-header	{ margin-top: -27px; }
#popup-buy-app div.tabs-wrapper	{ border-bottom: 2px solid #9f8878; height: 70px; margin: 0 20px; }
#popup-buy-app .tabs			{ background: url(../images/bg_steps_2.png) no-repeat; height: 35px; padding: 0; width: 300px; margin: 10px auto 30px auto; }

#popup-buy-app .tabs.step-1		{ background-position: 50% 0; }
#popup-buy-app .tabs.step-2		{ background-position: 50% -35px; }

#popup-buy-app .tabs li			{ padding: 5px 0; margin: 0; float: left; display: inline; width: 50%; text-align: center; }
#popup-buy-app .tabs li a		{ display: block; padding-top: 35px; }
#popup-buy-app div.popup-content
								{ background: none;	border: none; clear: both; }

/*-------------------------*/

div.form-wrapper-step1			{ margin-left: 30px; margin-bottom: 20px; }
#popup-sell-app label.radio		{ float: none; display: block; width: auto;	text-align: left; padding-bottom: 10px; }
.dollar-amount					{ font-weight: bold; }
.red							{ color: #F00; }
div.hr-border					{ border-top: solid 2px #663; margin: 10px; }
#popup-close-account-still-owe-money table
								{ width: 100%; }
#popup-close-account-still-owe-money table tr th
								{ text-align: left;	background: #ccc; border: solid 1px #999; padding: 10px; }
#popup-close-account-still-owe-money table tr td
								{ border: solid 1px #999; padding: 10px; }
#popup-close-account-still-owe-money table tr.total td
								{ text-align: right; }

/*-------------------------*/
.popup-content form fieldset li span.checkbox label			{ float: none; font-weight: normal; }