#adminMenu li{
	float:left;
	margin-right: 10px;
	color: black;
	font-weight: bold;
	list-style: none;
}
#adminMenu li a,#deleteRecord{
	color: #00ff00;	
}
#adminAddMenu{
	width: 500px;
}
#adminAddMenu label{
	float: left;
	clear: both;
	margin-bottom: 5px;
}
#adminAddMenu input,#adminAddMenu select{
	float: right;
	margin-bottom: 5px;
}
#login{
	text-align: center;
}
#login a{
	color: #ffffff;
}
#admin_login a{
	color: #ffffff;
}
#adminAllData a{
	color: #ffffff;
}
#adminAddMenuGallery{
	width: 300px;
	height: 100px;
}
#adminAddMenuGallery a{
	color: #00ff00;	
}
#adminAddMenuGallery a:hover{
	color: #ffffff;
}
.error-message{
	color: #ff0000;
	float: right;
}
a.delete{
	background: transparent url('delete_button.png') 0 0 no-repeat;
	text-indent: -1000px;
	height: 32px;
	width: 32px;
	display: block;
}
a.changeBack{
	background: transparent url('back.png') 0 0 no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	
}
a.changeForward{
	background: transparent url('forward.png') 0 0 no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
a.changeUp{
	background: transparent url('up.png') 0 0 no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}
a.changeDown{
	background: transparent url('down.png') 0 0 no-repeat;
	width: 32px;
	height: 32px;
	display: block;
}
div#registerForm{
	width: 350px;
}
div#registerForm label{
	clear: both;
	float: left;
}
div#registerForm input{
	clear: both;
	float: right;
	position: relative;
	top: -15px;
}
div#registerForm div.submit input{
	margin-top: 15px;
}
