/* Alignment */
.center
{
	margin: 0px auto 1em 0px;
	padding: 0px;
	text-align: center;
}

.left
{
	float: left;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: left;
}

.right
{
	float: right;
	text-align: right;
}

.txt_right
{
	text-align: right;
}

/* Buttons */
.go
{
	position: relative;
	width: 42px;
	height: 21px;
	background-image: url('/_theme/dalaran/images/template/login_btn.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}

/* Node styles */
.login_form
{
	width: 185px;
}
.clear_white
{
	position: relative;
	width: 196px;
	height: auto;
	background-image: url('/_theme/dalaran/images/template/clear_bg.png');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px 0px 1em 6px;
}

/* List styles */

.arrow
{
	list-style-type: disc;
	list-style-image: url('/_theme/dalaran/images/template/arrow.png');
	_behavior: url('/_lib/class/iepngfix/iepngfix.htc');
	padding: .5em 0px .5em 0px;
	margin: 0px 0px 0px 9px;
}
