.left
{
	float:left;
	margin-left:2%;
	width:48%;
}

.right
{
	float:right;
	margin-right:2%;
	width:48%;
	text-align: left;
}
/*
.left
{
	float:left;
	text-align:left;
}

.right
{
	float:right;
	text-align:right;
}
*/
/* Form styles *****************************************************************/

.formContainer {
	margin: 10px auto;
	width: 95%;
	font: 1em Arial, Helvetica, sans-serif;
}

input.RegisterEmail{
	margin-bottom: 5px;
	width: 10em;
}

.formButtonContainer{
	width: 100px;
	margin: 1em auto;
}

/*
fieldset
{
	border: 1px solid #7AA1E6;
	background-color: #FAFAFA; 
}
*/
/* style form elements on focus */
input:focus, textarea:focus, select:focus 
{
	background: #ffffBB;
}
fieldset {
	border: 1px solid #5B7DAB;
	background-color: #FAFAFA;
	padding: 5px;
	margin: 1em 0; 
	width: 98.5%; /*hack to keep fieldset within containing div*/ 
}

fieldset p {
  margin: 0.6em 0;
}
q12
fieldset.left, div.left {
	float:left; 
	width: 47%;
}

/* use after floated field sets*/
fieldset.clear, .clear {
	clear: both;
}

fieldset.right, div.right {
	float:right; 
	width: 47%;
}

legend { 
	font: bold 1.1em  Arial, Helvetica, sans-serif;
	color: #5b7dab;
} 

fieldset fieldset legend { 
	font: bold 1em  Arial, Helvetica, sans-serif;
	color: Black;
} 

fieldset label { 
   	float: left;
	width: 10em;
}

/* style for required labels */
#label .required {
	font-size: 0.83em;
	width:0.1em;
}

fieldset input[type="text"],fieldset textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


fieldset input {
width: 12em; 
}

input.small {
  width: 3em;
}

input.medium {
  width: 6em;
}


input.radio, input.submit, input.auto {
  width: auto;
}

input.checkbox {
	width: auto;
	margin-left: 0px;
}

textarea {
	width: 25em;
	height: 10em;
}


.checkboxContainer, .innerFieldset {
	width:90%; 
	margin: 1.5em auto;
}

.largeLabels label {
	width: 14em;
}

.smallLabels label {
	width: 5em;
}

.checkboxContainer p {
	float: left; 
	border:1px solid #CCCCCC; 
	padding:2px;
	margin: 0.5em;
}

.quota label, .noFloat label {
	float: none;
	width: auto;
}

fieldset.threeCollum p {
	float: left;
	margin-left: 1em;
}

fieldset.threeCollum label {
	width: 6em;
}


/* form styles end ************************************************************/
.pageingNavLinks
{
	font-size: 11px;
	font-weight: bold;
}

a.pageingNavLinks , #current
{
	display: block;
	color: #5B7DAB;
	padding: 2px 5px 2px 5px;
	float: left;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	background-color: #fff;
	border: 1px solid #5B7DAB;

}
a:hover.pageingNavLinks , #current
{
	color: white;
	background-color: #5B7DAB;
}


