/*Defaults Styling*/

fieldset {
	background:#fff;
	padding:10px;
	border:1px solid #222;
	border-top: 2px solid #6678b1;
	border-collapse: collapse;
	border-color:#222 #fff #222 #fff;
	color:#666;
	margin-top:7px;
	margin-bottom:36px;
	width:90%;
}
fieldset:hover,
fieldset:active
{
background:#FFFFEC;
}
input, textarea, select {
	
	padding:0;
}

legend {
	background:#fff;
	color:#222;
	font-weight:normal;
	font-size:19px;
	padding:2px 10px;
	margin:-6px 0 0 -11px;

	

}
label {
	font-size:11px;
	font-weight:bold;
	color:#222;
}
label.opt {
	font-weight:normal;
}
dl {
	clear:both;
}
dt {
	float:left;
	text-align:right;
	width:20%;
	line-height:25px;
	margin:0 10px 10px 0;
}
dd {
	float:left;
	width:45%;
	line-height:25px;
	margin:0 0 10px 0;
}

.credentials dd
{
	width:47%;
}

.credentials dt
{
	width:50%;
}