/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		OHE
Filename:		coIdentity.css
Description:	
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	20/12/06	PG			inital setup
1	8/12/06		PG			created

*/

.loginBox{
	padding:1em 2em 0em 2em;
}

.loginBox .fieldRow,
.loginBox .submitRow{
	width:250px;
	overflow:hidden;
	padding:0.2em 0em;
	text-align:right;
}

.loginBox .submitRow{
	padding-right:3dm
}

.loginBox .loginUser,
.loginBox .loginPassword{
	float:left;
}

.loginBox .loginUserInput,
.loginBox .loginPasswordInput{
	float:right;
	width:180px;	
}

.loginBox .fieldRow input{
	width:170px;
}

.register_panel{
	color:#89C8E0;
	background:#014182 url('/res/coIdentity/images/regpanel/top_left.gif') no-repeat left top;
	width:115px;
	margin:1em 0em;
	padding-top:1em;	
}

.register_panel p{
	padding:0px 6px;
	margin:0;
}
.register_panel a,
.register_panel strong{
	color:#fff;
}

.register_panel .reg_base{
	background:#014182 url('/res/coIdentity/images/regpanel/base.gif') no-repeat left bottom;
	height:10px;
}

