/*
 
Copyright (c) Enigma Interactive 2005

SOM2
Project:		DCH
Filename:		coIdentity.css
Description:	Layout of the standard page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	17/7/07		PG			changed login panel
2	22/9/05		PG			updates

*/

.buttons{
	padding:20px 0px 10px 335px;
}

#coidentity_desc{
	padding-top:5px;
}

#coidentity_desc ul{	
	padding-left:10px;
	margin-left:5px;
}
#RegUsers{
	padding-left:5px;
}

#RegUsers img, #RegUsers input{
	display:block;
	padding-top:3px;	
}

#RegistrationWrapper{
	padding-top:1em;
}

#RegistrationWrapper .row{
	overflow:hidden;
	width:100%;
	padding-left:2em;
}

#RegistrationWrapper .row .label{
	float:left;
	width:170px;


}

#RegistrationWrapper .row .field{
	float:left;
	width:220px;
}

#RegistrationWrapper .row .field input{
	width:200px;
}

#RegistrationWrapper .row.radio .label{
	float:left;
	width:170px;
}

#RegistrationWrapper .row.radio .field{
	float:left;
	width:auto;
}

#RegistrationWrapper .row.radio .field input{
	width:auto;
}

#RegistrationWrapper .radiofield{
	float:left;
	padding-right:1em;
	display:block;
}


#RegistrationWrapper .radiofield input{
	float:left;
	display:block;
}

legend{
	margin:0;padding:0;
	/* margin-left:-5px; */
	padding-bottom:1em;
}

fieldset.type_4 legend{
	font-weight:bold;
}

fieldset{
	padding:1em 1em 1em 2em;
	width:100%
	overflow:hidden;
	border:none;
	margin:0;
	
}

fieldset input{
	vertical-align:bottom;
	
}

fieldset label{
	margin-right:1em;
}

#RegistrationWrapper .row.long .label{
	width:60%;
}

#RegistrationWrapper .row.long .field{
	width:auto;
}


#RegistrationWrapper .row.long .field input{
	width:auto;
}

.row.endGroup,
fieldset{
	margin-bottom:1.5em;
}

#Login{
	overflow:hidden;
	width:100%;
}

#Login .row{
	width:100%;
	overflow:hidden;
}

#Login .submit{
	padding: 10px 0px 20px 105px;
}
#Login .row .label{
	width:105px;
	float:left;
}
#Login .row .field{
	width:300px;
	float:left;
}

#Login #Register{
	float:right;
	width:55%
}

#Login #Reminder{
	float:left;
	width:40%;
}

.checkBoxAndLabel{
	float:left;
	width:250px;
}

/*
#RegistrationWrapper .row label{
	position:relative;
	width:100px;
	float:left;
}
#RegistrationWrapper .long label{
	position:relative;
	width:300px;
	float:left;
}
#RegistrationWrapper .row input{
	position:relative;
	width:200px;
	
}
#RegistrationWrapper .long input{
	position:relative;
	width:15px;
}
#RegistrationWrapper .short input{
	position:relative;
	width:15px;
	padding:0px 5px;
}




#RegistrationWrapper .row .ManArea{
	position:relative;
	width:20px;
	float:left;
}
#RegistrationWrapper .checkBoxAndLabel{
	
	float:left;
	padding:0px 5px;
}
#RegistrationWrapper .row strong{
	position:relative;
	padding-left:20px;
}*/