.popbox 
{
	position:relative;
}

.collapse  
{
  	position:relative;
}

.popbox a, .popbox a:link
{
	text-decoration: none;
}

.popbox a:hover
{
	text-decoration: none;
}

.box
{
	width: 265px;
	display: none;
	position: absolute;
	margin-top: -10px;
	margin-left: -85px;
}

.box a.close 
{
	text-decoration: none;
	color: #B1BBC2;
}
  
.arrow01 
{
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #FFF;
	position: absolute;
	top: -10px;
	z-index: 1001;
}

.arrow01-border 
{
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #BBBBBB;
	position: absolute;
	top: -12px;
	z-index: 1000;
}

.loginform
{
	border: 1px solid #603913;
	background: #F6E9DE;
	padding: 6px;
}

.form_signin
{
	width: 100%;
	background-color: #FFFFFF;
	color: #3a454d;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	text-align: left;
}

.form_signin a, .form_signin a:link, .form_signin a:active, .form_signin a:visited
{
	text-decoration: none;
	color: #3a454d;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
}

.signup_form_td
{
	background-color: #F6E9DE; 
	line-height: 24px; 
	height: 30px;
}
