
label { 
cursor: pointer;  
}



textarea{ /* Used to set the size of the textarea on composeletters page & Tell-Ariend */
width:90%;
height:150px;
}

label { 
display:block;  
width:10.5em;  
float:left;  
text-align:left; /* Change to text-align:right; to align the labels from the right */
padding-right:3px; 
}

input{
width:13.55em;
margin-bottom:5px;
}

select{
width:14em; /* Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:5px;
}



/* common site styles 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.RequiredMark { /* Formats the * for required field in the form (Register, MyInfo, & Login) */
display:block; 
width:.8em; 
float:left; /* Change to float:right; to move the * to the right of the field */
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.RegisterFormContainer { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
width:28em; /* Width should be just bigger then the three elemets combined */
height:500px;
}

#Register br { /* This creates line brake between form elements */
clear:both;
}

.RegisterSumitButton{
margin-top:10px;
background-color:#7BC142;
border:1px solid #008349;
color:#FFFFFF;
width:60px;
height:20px;
font-weight:bold;
}


.checkleft{
	width:30px;
	
	margin-bottom:8px;
	margin-top:-2px;
	
	float:left;
}

#leftcol{
	width:200px;
	float:left;
}

#rightcol{
	width:260px;
	float:right;
}


* #Columns .colMiddleInner, #PageFooter {
position:relative;
}
#PageFooter{ clear:both; }


