/* 
Styles specific to the register page.  Also used by ContactUs page
*/



#content div.bubbles, div.registerBubbles { 
	float:left;
	width: 20em;
	margin-left: 15px;
	margin-right: 10px;
}

#content div.bubbles p.blurb { 
	font-size: 1em;	
}

#content div.registerBubbles { 

	float:left;
	width: 30em;
}




#content div.bubbleHead { 
	/*	
	-moz-border-radius-topleft:25px;
	-moz-border-radius-topright:25px;
	*/
	border: 2px solid #8080C0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	border-bottom:none;

	background-color: #E0E0E0;
}

#content div.bubbleHead h2 { 
	font-size: 100%;
	text-align:center;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right:0px;
	color: #4B0082;
	background-color: transparent;
	font-size:0.9em;
}


#content div.bubble { 	
	background-color: #E0E0E0;
	padding-bottom: 0px;
	border: 2px solid #8080C0;
	border-top: none;
	/*
	-moz-border-radius-bottomleft:25px;	
	-moz-border-radius-bottomright:25px;	
	*/
	margin-bottom: 10px;

	padding: 1em;
	background-color: #EEE;
}


#content div.bubble p { 
	text-align: left;
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 10px;
	padding-left:5px;
	padding-right: 5px;	
}



/* Form Styles */

#content div.bubble input {
	color: black;
	background-color: white;
	border: 1px solid #808080;
}

#content div.bubble input.btn { 
	color: #4B0082;
	background-color: #CCCCFF;
	border: 1px outset #00008B;
	width: 7em;
	font-weight: bold;
	font-size: 0.9em;
}

.select {
	width: 10em;
}


#content div.bubble form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom:2px;
}

#content div.bubbles div.bubble form label { 
	text-align:left;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	width: 8em;
	margin-bottom: 10px;
}

#content div.bubble form label {

	text-align:left;
	font-weight: bold;
	font-size: 0.8em;	
	width: 14em;
	margin-bottom: 10px;
}

form td { 
	text-align:left;
	vertical-align:top;
}

#content div.bubble form a { 
	font-size:0.8em;
	color: #4B0082;
}


span.errorMessage { 
	color: red;
	font-weight: bold;
	font-size: 0.8em;
}

span.required { 
	color: red;
	font-weight: bold;
	font-size:1.4em;
}
