#register
{
	width:428px;	
	height: 315px;
	margin: auto;
	margin-bottom: 15px;
}

#register h1
{
	margin-top:56px;
	color:#009AF3;
	margin-bottom:30px;
}

#register input
{
	background-color:#EAEAEA;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	display:block;
	/*
	 float:right;
	 clear:both;
	  */
	margin-top:5px;
	margin-right:15px;
}
#register .email
{
	text-align:left;
	width:280px;
	margin-bottom:20px;
	direction:ltr;
}
#register .password
{
	clear:none;
	width:120px;
}
#register .checkbox
{
	margin-top:15px;
	display: block;
	float: right;
	clear: both;
}

#register .checkboxp
{
	margin-top:12px;
	font-size:14px;
	font-weight:normal;
	clear:left;
	float:right;
}
#register label
{
	font-size:16px;
	font-weight:bold;
	color:#535353;
	margin-right:15px;
	display:block;
	clear:right;
	/*
	float:right;*/
}

#register a
{
	color:#009AF3;
	text-decoration:none;
}

#register .submit
{
	margin-top:45px;
	width:143px;
	height:60px;
	background: transparent url(images/jkagd_03.png) no-repeat;
	border:none;
	margin-right:80px;
	cursor:pointer;
	float: right;
	clear: both;
}
