#right{
	border:1px solid #eee;
}
#rhsBlock{
	font-size:90%;
}
#rhsBlock img{
	margin-left:15px;
}

#rhsBlock a{
	text-decoration: none;
}
#rhsBlock a:hover{
	text-decoration: underline;
}



form.common{}

form.common fieldset{
	border:0;
	margin-left:50px;
}
form.common label{
	font-weight:bold;
	display:block;
}

form.common input, textarea{
	width:250px;
}

form.common textarea{
	height:100px;
}

form.common input.submit{
	width:auto;
	background-color:#F58220;
	color:#fff;
}