#edit_form{
	padding: 5px;
}

#upload_form{
	padding: 5px;
}

#upload_form label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}


label,input, select {
	display: block;
	
	float: left;
	margin-bottom: 10px;
}

select{
	border: #b5b5b5 1px solid;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

#frmRegistration label{
	width: 150px;
	text-align: left;
	
}


#frmLogin input{
	width: 150px;
	margin-bottom: 0px;
}

.btnEdit{
	width: 101px;
	height: 20px;
	background: url(../_img/layout/ico/btnEdit.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnDelete{
	width: 101px;
	height: 20px;
	background: url(../_img/layout/ico/btnDelete.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnAdd{
	width: 101px;
	height: 20px;
	background: url(../_img/layout/ico/btnAdd.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnUpload{
	width: 101px;
	height: 20px;
	background: url(../_img/layout/ico/btnUpload.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnCreate{
	width: 101px;
	height: 20px;
	background: url(../_img/layout/ico/btnCreatefolder.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnViewUser{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/user.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnEditUser{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/user_edit.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnDeleteUser{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/user_delete.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnAllowSmall{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/user_add.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnDeleteFolder{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/cancel.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnAllowUser{
	width: 101px;
	height: 20px;
	background: url(../_img/layout/ico/btnAllow.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnRegister{
	width: 101px;
	height: 20px;
	background: url(../_img/layout/ico/btnRegister.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnViewLink{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/link_go.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnEditLink{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/link_edit.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnDeleteLink{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/link_delete.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnViewBook{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/book_go.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnEditBook{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/book_edit.png) no-repeat;
	border: none;
	cursor : pointer;
}

.btnDeleteBook{
	width: 16px;
	height: 16px;
	background: url(../_img/layout/ico/book_delete.png) no-repeat;
	border: none;
	cursor : pointer;
}

