/*///////////////////////////////////////////////*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

div {
	border-bottom: 3px solid #FFFFFF;
}


#logo {
	height: 126px;	
	font-size: 30px;
	font-weight: bold;
	padding: 0 3px 3px 4px;
}

#jb_container {
	background-color: black;
	color: #FFFFFF;
	width: 200px;
	position: absolute;
	top: 10px;
	left: 10px;
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	position: absolute;
	width: 800px;
	top: 10px;
	left: 220px;
}


/*///////////////////////////////////////////////*/
#buttons table{
	border:0;
	padding:0;
	margin:0;
}

#buttons table .close{
	width:100%;
	background-color:#FFFFFF;
}

#buttons table td{
	border-right: 1px solid #FFFFFF;
	padding-bottom:auto;
	padding-right:auto;
}

#buttons p{
	height:25px;
	font-size:11px;
	padding: 0 3px 0 3px;
}

#buttons a{
	color:#FFFFFF;
	text-decoration:none;
}

#buttons a:hover{
	text-decoration:underline;
}


