.panel{
	display:block;
	float:left;
	margin:2px 0;
	width:45%;
	text-align:left;
	background:transparent;
	padding:0;
}
.panel img {
	float:left;
}
.clear{
	clear:both;
	font-size:1px;
	height:1px;
}
form ul {list-style: none; margin: 0; padding: 0}
form li {margin: 0.5em 0;}

label {text-align:right; width:9em; margin-right:0.5em;
float:left; display:block;
}

li.check label {text-align:left; width:auto;
float:none; display:inline;}
li.check span {display:inline; padding-left:0em; }
li.check span.name {padding-left:0em; width:12em;margin-right:0.5em;text-align:right; }
li.submit input {margin-left:12.5em; 
text-transform:uppercase; font-weight:bold;
border:1px solid;
border-color:#ddf #003 #003 #ddf;
cursor:help;
}


/* make button looks like a like */
.linkbutton
{
	cursor:hand;
	background:transparent;
	border:0;
	color:blue;
}

.button
{
	margin-left:20em;
}

/* used to show/hide links that depends on javascript */
.posthidden {display:none} 
.postshown {display:inline}