/*
 * Name:           accounts.css
 * Author:         EC
 * Description:    CSS for the account pages
 * Created:        7-15-09
 * 
 */
div
{
	position:relative;
}

#LeftCol_makeSomeRoom
{
	width: 570px;
	height: 242px;
	/************* For spacing out an area for the billboard, and maintain and ease of pushing content down. *************/
}

#LeftColumn_PageHeader
{
	width: 570px;
	height: 14px;
	margin-top: 0px;
	padding-bottom: 12px;
	padding-top: 24px;
}

.marginIt-1
{
	margin-left: 28px;
	width: 470px;
}

.marginIt-2
{
	margin-left: -28px;
}

form
{
	margin-left: 28px;
}

.txtArea
{	
	position: absolute;
	right: 328px;
}

.borderContoll
{
    border:medium none;
    height:15px;
    left:4px;
    margin-top:6px;
    padding-left: 4px;
    margin-left: 0px;
	background: none; 
}

.logBorderContoll
{
    border:medium none;
    height:15px;
    left:4px;
    margin-top:6px;
    padding-left: 4px;
    margin-left: 6px; 
    
}

.logBorderContoll_AcctI
{
	position: absolute;
    border:medium none;
    height:15px;
    left: 60px;
    top: 5px;
    padding-left: 4px;
    margin-left: 6px; 
	background:  none;
}

.logBorderContoll_AcctII
{
	position: absolute;
    border:medium none;
    height:15px;
    left: 40px;
    top: 5px;
    padding-left: 4px;
    margin-left: 6px; 
	background:  none;
}

.oddInput
{
    border: 1px solid #AAA;
    height: 20px;
}

#state
{
    width: 55px;
    padding-left: 0px;
}

.state
{
    float: left;
}

#code
{
    margin-top: 6px;
}

#new
{
	margin-left: 28px;
}

#subBtn
{
	margin-top: 12px;
	margin-left: -4px;
}

#subBtn_AcctPgI
{
	position: absolute;
	top: -28px;
	left: 220px;
}

.checkBoxPos
{
	margin-left: 65px;
	margin-top: 6px;
}

#subBtn_AcctPgII
{
	position: absolute;
	top: -28px;
	left: 200px;
}

.tourInpHeight
{
	height: 28px;
}

.formLabel
{
    display: block;
    float: left;
}

.inputBg
{
    display: block;
    background: url(/images/subpage/smInput.jpg);
    width: 150px;
    height: 28px;
    margin-left: 86px;  
}

.acctInputBg_I
{
    display: block;
    background: url(/images/subpage/smInput.jpg);
    width: 150px;
    height: 28px;
    margin-left: 60px;  
}

.acctInputBg_II
{
    display: block;
    background: url(/images/subpage/smInput.jpg);
    width: 150px;
    height: 28px;
    margin-left: 40px;
}

.acctInputBg_I input
{
	margin-left: 2px;
}

.acctInputBg_II input
{
	margin-left: 2px;
}

.regInputBg
{
    display: block;
    background: url(/images/subpage/smInput.jpg);
    width: 150px;
    height: 28px;
    margin-left: -5px;  
}

.tourInputs
{	
	position: absolute;
	right: 300px;
}

#loginWelcome
{
	position:absolute;
	top:0px;
	left:80px;
	width:280px;
	margin:0px;
	z-index:99;
}

#leadGen_numSP
{
	position: absolute;
	right: 40px;
	top: -23px;
	width: 148px;
	height: 13px;
	z-index:99;

}

.errorMessage 
{
	font-weight: normal;
	font-size: 10px;
	color:#F00;
	margin-left: 28px;
}

.acfInpGroup
{
	clear: both;
}

.acfInpGroupB
{
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-right: 18px;
}

/*.acfInpGroupB input, .acfInpGroupC input*/
.myAcctInp
{
	position: relative;
	top: 4px;
	left: 10px;
    padding-left: 4px;
	background: none;
	border: none;
}

.acfInpGroupC
{
	clear: right;
	float: left;
	margin-bottom: 10px;
}

.acfInpTitle
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
}

.acfInpBox
{
	position: relative;
	width: 150px;
	top: 0px;
	left: 0px;
}

.acctHR
{
	width: 500px;
	height: 3px;
	margin-left: -18px;
	margin-bottom: 8px;
	background: url(../images/subpage/headingDots.gif) repeat-x;
}

.acfText
{
	margin-top: -32px;
	margin-bottom: -12px;
}

.acfInpBox select
{
	margin-top: 4px;
	border: 1px solid;
}

.antiSpamBox
{
	margin-top: -24px;
}

#spContentWrapper
{
	top: 0px;
	width: 100%;
	background: url(/images/subpage/dotRowBG_acct.png) bottom repeat-x;
}

