﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
}

label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

br {
	clear: left;
}

.cb {font-size: small;}
.cb input
{
	margin-left: 102px;
	width: auto;
	/*border: solid 1px blue;*/
}
.cb label
{
	font-size: small;
	margin-left: 10px;	
	width: 150px;
	/*border: solid 1px blue;*/
}
#divLogin
{
	/*width: 400px;*/
	padding: 10px;
	margin-left: 20px;
	border: solid 2px #BCCD47; 
}

#divLogin a { font-size: 14px;}

#divLogin h2  
{
	background: #e8e8ef;
	padding: 10px 10px 10px 10px;
	border: solid 1px #BCCD47; 
}

