/* ---- global styles START ---- */


.form
{
	margin:0px 0px 0px 0px;	
	padding :0px 0px 0px 0px;
}
/* ---- global styles END ---- */
/* ---- common styles by classes START ---- */
.inputbox 
{
	font-size:11px;
	width:150px;
	background-color:#F4F4F4;
	border-style:solid; 
	border-color:#aaa;
	border-width:1px;
}
.inputboxSmall
{
	font-size:11px;
	width:25px;
	background-color:#F4F4F4;
	border-style:solid; 
	border-color:#aaa;
	border-width:1px;
}
.list 
{
	font-size:9px;
	width:auto;
	height:19px;
	background-color:#F4F4F4;
	border-color:#aaa;
}
.listState
{
	font-size:11px;
	width:162px;
	background-color:#F4F4F4;
	border-style:solid; 
	border-color:#aaa;
	border-width:1px;
}
.button 
{
	border-top:solid 1px #D5D5D5;
	border-right:solid 1px #808080;
	border-bottom:solid 1px #808080;
	border-left:solid 1px #D5D5D5;
	color:#333;
	font-weight:normal;
	font-size:10px;
}
/* ---- common styles by classes END ---- */
/* ---- styles by ids START ---- */
#phpAuthLoginContainer
{
	margin:4px 4px 4px 4px;
	text-align:left;
}
#phpAuthLoginContainer ul
{
	list-style-type:none;
	margin:0px 0px 0px 0px;
}
#phpAuthRequired
{
	color:#ff0000;
	text-decoration:blink;
	margin:0px 0px 6px 58px;
}
#phpAuthRememberMe
{
	margin:2px 0px 0px 62px;
}
#phpAuthSubmitButton
{
	margin:4px 0px 0px 62px;
}
#phpAuthLostPassword
{
	margin:2px 0px 0px 62px;
}
#phpAuthRegisterNewUser
{
	margin:2px 0px 0px 62px;
}

/*-----------------------------------------*/

#phpAuthRegisterContainer
{
	background: url('../images/shadow.gif') no-repeat bottom right;
	margin: 0px 0px;
	padding: 0;
	position: relative;
}
#phpAuthRegisterContainer iframe
{
	background-color: #fff;
	border: 1px;
	border-style:solid;
	border-color:#a9a9a9;
	margin: -5px 5px 5px 0px;
	padding: 0px;
	position: relative;
	vertical-align: bottom;

}
#phpAuthRegistrationScroller
{
	overflow: auto; 
	height: 200px;
	width: 320px;	
	scrollbar-face-color: #f0f0f0; 
	scrollbar-highlight-color: #f0f0f0; 
	scrollbar-shadow-color: #f0f0f0; 
	scrollbar-3dlight-color: #f0f0f0; 
	scrollbar-arrow-color: #999999; 
	scrollbar-track-color: #fff; 
	scrollbar-darkshadow-color: #f0f0f0;
}
#phpAuthRegistrationList
{
	width:450px;
	text-align:right;
	list-style-type:none;
}
#phpAuthRegistrationSiteMessage
{
	width:300px;
	height: 25px;
	text-align:center;
	list-style-type:none;
}
#phpAuthRedStar
{
	text-align:center;
	list-style-type:none;
	color:#ff0000;
}
#phpAuthRegistrationSubjectStudyingTitle
{
	text-align:left;
	list-style-type:none;
}
#phpAuthRegistrationSuccess
{
	text-align:center;
	list-style-type:none;
}
#phpAuthRegistrationLabel
{
	text-align:right;
	margin:4px 0px 0px 2px;
	text-align:left;
	font-weight:bold;
}
#phpAuthRegistrationTitle
{
	font-size:16px;
	text-align:right;
	margin:4px 0px 0px 2px;
	text-align:left;
	font-weight:bold;
}
#phpAuthRegistrationSubmitButton
{
	margin:4px 4px 0px 0px;
}
#phpAuthRegistrationGender
{
	margin:0px 46px 0px 0px;
}

/* ---- styles by ids END ---- */



