body
{
	font:11px/1.5 Verdana,Arial,Helvetica,sans-serif;
	background-color: #dd1b60;
	font-size: 12px;
	color: white;
	}
*
{
	margin: 0;
	padding: 0;
	}
ul
{
	list-style: none;
	}
ul li
{
	float: left;
	text-align: center;
	padding: 10px;
	}
/* id */
#pageWrapper
{
	margin: 0 auto;
	width: 800px;
	min-height: 800px;
	}
#header
{
	margin-top: 50px;
	}
#header img
{
	
	}
#content
{
	min-height: 300px;
	}
#content-left
{
	float: left;
	width: 280px;
	padding: 80px 30px 30px 30px;;
	}
#confirmForm
{
	float: left;
	width: 400px;
	padding:100px 0 0 20px;
	}
#footer
{
	margin: 50px 0 0 0;
	}

#loginForm
{
	margin: 50px 0 0 0;
	}
#admin_clist
{
	margin: 20px 0 0 0;
	}
/* class */
.tbForm
{
	margin: 0 auto;
	}
.tbForm td
{
	padding:10px 5px 5px 0;
	}
.tbAdmin
{
	border-top: 2px solid #ff005b;
	border-bottom: 2px solid #ff005b;
	margin: 20px 0;
	}
.tbAdmin td
{
	padding: 10px 5px 5px 0;
	width: 200px;
	text-align: center;
	}
/* tools */
.italic li
{
	font-style: italic;
	}
.bt_style
{
	background: transparent url(../img/bt_style.png) no-repeat scroll 0 0;
	padding: 0 0 0 10px;	
	width: 100px;
	height: 25px;
	border: none;
	font-family: inherit;
	font-weight: bold;
	color: #dd1b60;
	}
.bt_style:hover
{
	cursor: pointer;
	}
.w_mid
{
	width: 200px;
	height: 18px;
	}
.center
{
	margin: 150px 0 0 120px;
	}
.status
{
	height: 25px;
	padding: 0 0 0 30px;
	width:180px;
	}
.loading
{
	background: transparent url(../img/loading.gif) no-repeat scroll top left;
	}
.correct
{
	background: transparent url(../img/ok.png) no-repeat scroll top left;
	color:#185025;
	}
.wrong
{
	background: transparent url(../img/no.png) no-repeat scroll top left;
	color: yellow;
	}
.question
{
	background: transparent url(../img/question.png) no-repeat scroll top left;
	}
.hide
{
	display: none;
	}
.bt_login
{
	padding: 3px 3px 3px 13px;
	color: #dd1b60;
	background: white;
	}
.bt_login:hover
{
	cursor: pointer;
	color: white;
	background: #960b3d;
	}
.highlight
{
	font-weight: bold;
	color:black;
	}
.pk_info
{
	padding: 20px 0 0 0;
	font-size: medium;
	}
