#forms form{
	margin: 0 auto 0 auto;
	width: 400px;
}
#forms fieldset{
	border: none;
}
#topsearchbox #submit{
	border: 0;
}
#forms label{
	width: 160px;
	display: block;
	float: left;
	clear: left;
	padding: 0.4em 0 0.4em 0;
}
#forms input,
#forms select{
	margin: 0.4em 0 0.4em 0;
	border: solid 1px #839db8;
}
#forms input.text,
#forms select.text{
	width: 220px;	
}
#forms input.shorttext,
#forms select.shorttext{
	width: 105px;
}

#forms input.vshorttext, 
#forms select.vshorttext{
	width: 50px;
}

#forms textarea{
	width: 100%;
	margin: 0.4em 0 0.4em 0;
	border: solid 1px #839db8;
}
#forms span.nolabel label{
	display: none;
}
#forms span.transparent label{
	color: #fff;
}
#forms #buttons{
	margin: 1em 0 1em 0;
	background: url(../../../images/common/button_back.gif) top left repeat-x transparent; 
}
#forms #buttons input, #forms #remind input, #forms input.button{
	float: right;
	clear: both;
	border: 0;
	margin: 0.4em 0.2em 0.5em 0.5em;
}

#forms #remind {
	white-space: normal;
}

#forms #editprofile {
	width: 82px;
	height: 22px;
}
#forms #logout {
	width: 59px;
	height: 22px;
}
#forms #changepwd {
	width: 100px;
	height: 22px;
}
