#reg_type{
	width:307px;
	height:130px;
}
#reg_type h2, #information #reg_type h2{
	font-size:0.9em;
	margin:6px 0 4px 15px;
}
#reg_type p, #information #reg_type p{
	font-size:0.9em;
	margin:0 0 5px 15px;
	color:#555;
}

#reg_type_submit, #reg_type div{float:right;}
#reg_type div{
	width:170px;
	margin-bottom:5px;
}
#reg_type div *{
	float:left;
	display:block;
}
#reg_type span{
	background-image:url(../images/sprite.png);
	width:20px;
	height:20px;
}
#reg_type label{
	font-weight:bold;
	padding:2px 10px 2px 0;
}

#reg_type_r_deco{background-position:-23px -145px;}
#reg_type_e_deco{background-position:-43px -147px;}

#reg_type_submit{
	width:100px;
	height:43px;
	color:#fff;
	background-color:#999;
	border-width:0;
	cursor:pointer;
}

/* when it is included in a researcher or establishment page */
#information #reg_type_wrapper_1, #information #reg_type_wrapper_2{background-color:#999;}
#information #reg_type_wrapper_1{
	padding:10px;
	position:absolute;
	top:5px;
	right:10px;
}
#information #reg_type_wrapper_2{
	padding:5px;
	position:relative;
}
#information #reg_type{
	background-color:#fff;
	padding:5px 12px;
}

/* overwrite the styles in entity_show.css */
#information #reg_type h2{
	clear:none;
	border-top-width:0;
	padding:0;
	margin-top:0;
}

#information #reg_type p{
	display:block;
	float:none;
	width:auto;
}

#information #reg_type span{margin:0;}

