/* gumnutweb interface */
/* e.rondilla */


.main
{
	height:600px;
	width:810px;
	margin:0 auto;
	font-family:tahoma;
	font-size:12px;
	background-image:url(../image/bg.gif);
	background-position:right;
	background-repeat:no-repeat;	
}

#content_
{
	
}
.arrow
{ 
	margin-bottom:2px; 
	width:4px; 
	height:5px; 
}

a
{
	text-decoration:none;
	color:#09643a;
}

a:hover
{
	text-decoration:underline;
}



.section_
{
	width:454px;
	/*height:479px;*/
	float:left;
}

.bookresult
{
	font-style:italic;
}

.register
{
	width:390px;
	height:459px;
	background-image:url(../image/register_bg.gif);
	float:left;
}

#reg_
{
	margin-top:35px;
	margin-left:20px;
	font-family:Tahoma;
	font-size:11px;
	color:#09643a;
}

.requiredField
{ color:Red; }

#reg_ table
{
	width:355px;
}

.formtext
{
	width:200px;
}

.register_error
{
	text-transform:lowercase;
}

.result_a
{
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	font:Tahoma;
}

.success_a
{
	margin:auto 0;
}

/* badge */
.badge
{	
	background-position:left;
	background-repeat:no-repeat;
	height:68px;	
	float:left;
	width:68px;
}
#greenBadge
{
	background-image:url(../image/greenBadge.gif);
}
#blueBadge
{
	background-image:url(../image/blueBadge.gif);
}

