﻿.boxSignUp
{
	border: 							solid 1px #cccccc; 
	width:								655px; 
	min-height: 					200px;
	
}

.boxSignUpHeader .columnLeft
{
	background-image:			url(http://bpiw.net/_slices/boxTitle_grayLight.jpg); 
	background-repeat:		no-repeat; 
	height: 							25px; 
	width:								500px;
	float:								left; 
	border: 							solid 0px blue; 
	text-transform:				uppercase;
}

.boxSignUpHeader .columnLeft h2
{
	padding-top:					4px;	
	padding-left: 				15px;
	margin-top:						0px;
	font-size:						15px;
	color:								#2A7AC4;

}

.boxSignUpHeader .columnRight
{		
	border: 							solid 0px lime; 
	float:								right; 
	height: 							19px;
	width:								128px;
	text-align:						right;
	color:								#666666;
	font-size:						12px;
	font-weight:					bold;
	padding-right:				24px;
	padding-top:					6px;
	background-color:			#ffffff;
}

.boxSignUpHeader .columnRight a
{	
	color:								#666666;
}

.boxSignUpBody
{
	
	color:								#666666; 
	padding:							0px 18px 18px 18px;
	min-height:						250px;
	
}

.boxSignUpBody .columnLeft
{
	float: left; width: 290px; margin-top: 18px; border: solid 0px red;
}

.boxSignUpBody .columnRight
{
	float: right; width: 290px; margin-top: 18px; border: solid 0px red;
}

.boxSignUpBody .breakRight
{
	height:			20px;
	clear:			right;
}

.boxSignUpBody .columnLeft h3, .boxSignUpBody .columnRight h3 
{
	color:								#2A7AC4; 
	font-size:						12px;
	border:								solid 0px red;
	padding: 							0px 0px 0px 0px;
	margin:  							0px 0px 0px 0px;
}

/*
.boxSignUpBody .columnLeft h3 a, .boxSignUpBody .columnLeft h3 a:active, .boxSignUpBody .columnLeft h3 a:link, .boxSignUpBody .columnLeft h3 a:visited
{
	color:								#49A6E4;	
	padding: 							0px 0px 0px 0px;
	margin:  							0px 0px 0px 0px;
}
.boxSignUpBody .columnRight h3 a, .boxSignUpBody .columnRight h3 a:active, .boxSignUpBody .columnRight h3 a:link, .boxSignUpBody .columnRight h3 a:visited
{
	color:								#49A6E4;	
	padding: 							0px 0px 0px 0px;
	margin:  							0px 0px 0px 0px;
}
*/
.boxSignUpBody .columnLeft p, .boxSignUpBody .columnRight p
{
	margin:  							8px 0px 12px 0px;
	text-align:						justify; 
	line-height:					18px; 
	font-size:						11px;	
	border:								solid 0px red;

}



.boxSignUpBody .columnLeft a,  .boxSignUpBody .columnLeft a:active,  .boxSignUpBody .columnLeft a:link,  .boxSignUpBody .columnLeft a:visited
{
	margin-top: 28px;
	font-size:	11px;
	color:			#ff9900;
}

.boxSignUpBody .columnRight a,  .boxSignUpBody .columnRight a:active,  .boxSignUpBody .columnRight a:link,  .boxSignUpBody .columnRight a:visited
{
	margin-top: 28px;
	font-size:	11px;
	color:			#ff9900;
}

.boxSignUpBody .columnLeft ul, .boxSignUpBody .columnRight ul
{
	margin:							0px 0px 20px 15px;
	font-size:					11px;	
	list-style-type:		circle;
	line-height:				18px;	
	/*color: #7b7b7b*/;
}

.boxSignUpBody .columnLeft ul li, .boxSignUpBody .columnRight ul li
{
	text-align:					justify; 
	line-height:				18px; 

	border:							solid 0px red;
	padding: 						0px 0px 0px 0px;
	margin:							0px 0px 8px 0px;

	
}

/*
.boxSignUpNavigator h3
{
	border: 							solid 0px yellow; 
	font-size:						12px; 
	color:								#2B7DBC; 
	font-weight:					bold; 
}

.boxSignUpNavigator p
{
	margin-top:						-3px;
	text-align:						justify; 
	line-height:					18px;	
	
}

*/
.boxSignUpSeparator
{
	height:								40px;
}





.boxSignUpClear
{
	clear:								both;
}