


form {
	border:solid #709696;
	border-width:1px 2px 2px 1px;
	padding:10px;
	width:220px;
}

#registerlink {
	display:none;
	width:50px;
	border: solid #709696;
	border-width:0 2px 2px 1px;
	padding:0 7px;
	margin:-1px 0 0 10px;
	text-align:center;
}

.inputfield {
	border:1px solid #A6AA9F;
	background-color:#DCE8BF;
	width:130px;
}
.inputfield:focus {
	border:1px solid #709696;
	background-color:#F9FCF8;
	width:130px;
}

p.right {
	text-align:right;
}
p.center {
	text-align:center;padding-top:9px;
}

.error {
	font-weight:600;
	color:#DD1100;
}
#right{
	width:300px;
	float:right;
}

#right p.round{
	display:block;
	padding:18px 27px 0 21px;
	width:386px;
	height:50px;
	font-size:13px;
	line-height:19px;
	font-weight:bold;
	color:#7B9105;
	background:url(images/round_box.gif) 0 0 no-repeat;
	background-color:inherit;
	margin:0 0 20px 0;
}
#right p.round span{
	color:#494949;
	background-color:#FFFFF0;
}
