
/*  
Bricius Media
Author URL: http://www.briciusmedia.com

	Bricius Media
	http://www.briciusmedia.com

/* ----- CSS ----- */


html, body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #63676c;
	text-align: justify;
	background-color: #1c2127;
	font-size: 10px;
	background-image: url(../images/general/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


a:link {
	color: #63676c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #63676c;
}
a:hover {
	text-decoration: none;
	color: #AAD65B;
}
a:active {
	text-decoration: none;
	color: #AAD65B;
}

.loginsection {
	width: 230px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 125px;
	text-align: center;
}



.bm {
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	
}

.aimichat {font-size: 10px}





input, select{
	border:0;
	margin:3px;
	padding:5px;
	font-size: 14px;
	color: #7EA7C1;
	text-align: center;	
	width: 215px;
}

textarea {
	border:0;
	margin:3px;
	padding:5px;
	font-size: 14px;
	color: #7EA7C1;
	
}

label{
	margin:5px;
	display:block;
	
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(../images/form/shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:url(../images/form/shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(../images/form/shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(../images/form/shadowTopRight.gif) top right no-repeat;
}
