.loginButton  {
	float: right;
	margin-top: 15px;
	margin-right: 11px;
}

.loginButton a {
	height: 28px;
	margin:0;
	padding:0;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	display: block;
	width: 70px;
	background-color: #efefef;
	line-height: 29px;
	border: 1px solid #666;
	color: #68A26B;
}

.loginButton a:hover  {
	background-color: #68A26B;
	border: 1px solid #666;
	color: #FFFFFF;
}

.createButton  {
	float: right;
	margin-top: 15px;
	margin-right: 11px;
}

.createButton a {
	height: 28px;
	margin:0;
	padding:0;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	display: block;
	width: 200px;
	background-color: #efefef;
	line-height: 29px;
	border: 1px solid #666;
	color: #68A26B;
}

.createButton a:hover  {
	background-color: #68A26B;
	border: 1px solid #666;
	color: #FFFFFF;
}

.inputCheckBox {
	vertical-align:	middle;
	padding: 4px;
	border: 1px solid #666;
	margin-top: 2px;
	color: #666;
	font-family: "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 11px;
	line-height: 20px;
}