/***************************************************
                Common Secure Styles
***************************************************/
.checkoutInfo
{
    float: left;
    width: 320px;    
    border: solid 1px lightgrey;
    margin: 5px;
    padding: 5px;
    min-height: 220px;           
}

.summary
{
    margin: 5px;
}

#policyPrompt
{
    font-size: 11px;
    color: #555555;
}

/***************************************************
                Checkout Styles
***************************************************/
#checkout .prompt { width: 130px; }
#checkout .dataInput { width: 170px; margin-left:0px; }

/***************************************************
                Login Styles
***************************************************/
.loginSection 
{	
	border: solid 1px lightgrey; 
	padding: 5px;
	margin: 5px 0px;
	text-align:center; 		
}

.login
{     
     float: left;
     padding: 0px 10px;               
}

#signUp
{
     float: right;
     border: solid 1x blue;
}

#signUpText {
	width: 280px;
	margin-left: 20px;
}

/***************************************************
                SignIn Styles
***************************************************/

/** Overrides **/
#signIn .prompt { width: 130px; }
#signIn .dataInput { width: 170px; }

/******************************************************************************
        Styles that apply to the pages in the checkout process
******************************************************************************/


.layoutArea {
	float:left;
	height:400px;
	margin-bottom:0px;
	padding:10px;
	clear:none;
	height:255px;
	width:500px;
}

.pane {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:175px;
	margin:15px auto 10px;
	width:400px;
}

.lefthand {
	color:#006699;
	font-size:12px;
	height:15px;
	margin-bottom:12px;
	margin-right:5px;
	margin-top:2px;
	text-align:right;
	width:140px;
}

.righthand {
	color:#006699;
	font-size:12px;
	margin-bottom:12px;
	width:260px;
}
