.center * {
    vertical-align: middle;
}

.center {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    height: 120px;
}

.center span {
    display: inline-block;
    height: 100%;
}


.searchResult {
	border: 0px;
	margin-top: -10px;
}

.formError {
	border: 1px #CC0000 solid !important;
}

#usageURL {
	display: none;
}

#ImagebankResult {
	width: 575px;
}

#ImagebankResult .item {
	float: left;
	border: 1px #FFFFFF solid;
	background-color: #FFFFFF;
	width: 129px;
	height: 129px;
	margin-right: 17px;
	margin-bottom: 17px;
}

#ImagebankResult .selected {
	border: 1px #DADADA solid;
	background: #F9F9F9 url("/page/img/imagebank/check.gif") right bottom no-repeat;
}

#ImagebankResult .last {
	margin-right: 0px;
}


#ImagebankResultNav1 {
	border-bottom: 1px #DADADA solid;
	margin-bottom: 5px;
	margin-top: -10px;
	height: 35px;
}


/****************************************************************************************************/


#ImagebankCategory {
	clear: both;
}
#ImagebankCategory .item {
	float: left;
	width: 142px;
	padding: 0px;
}
#ImagebankCategory img {
	padding-left: 15px;
}

/****************************************************************************************************/

#Pager {
	margin-top: 2px;
}

#Pager .selectbox2 {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: -3px;
	margin-right: 15px;
	width: 44px !important;
	background-position: 34px 50%;
}

#Pager .selectbox-wrapper2 {
	background-color: #FFFFFF !important;
	margin-left: 54px !important;
	margin-top: 15px;
	width: 46px !important;
	overflow: hidden;
}

#Pager .selectbox-wrapper2 li {
	clear: both;
	width: 39px !important;
}


#ImagebankSearchResult {
	clear: both;
}

#ImagebankSearchResult .item {
	float: left;
	width: 142px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}

#ImagebankSearchResult td {
	text-align: center;
	width: 140px;
	height: 140px;
}

#ImagebankSearchResult td.selected {
	border: 1px #DADADA solid;
	background: #F9F9F9 url("/page/img/imagebank/check.gif") 125px 125px no-repeat;
}


#zoomPicContainer {
	position: absolute;
	display: none;
	border: 1px #DADADA solid;
	background-color: #F9F9F9;
	width: 190px;
	height: 240px;
	text-align: center;
}


/****************************************************************************************************/

#usageBar {
	padding-top: 10px;
	border-top: 1px #DDDDDD solid;
	border-bottom: 1px #DDDDDD solid;
	background: #F9F9F9;
	height: 29px;
	margin-bottom: 50px;
}

#usageBar .selectbox2 {
	background-color: #FFFFFF;
	margin-left: 18px;
	width: 200px !important;
	background-position: 190px 50%;
	float: left;
}

#usageBar .selectbox-wrapper2 {
	background-color: #FFFFFF !important;
	margin-left: 18px !important;
	margin-top: 18px;
	width: 203px !important;
}

#usageBar input.text {
	background-color: #FFFFFF;
	width: 254px !important;
	height: 16px;
	margin-right: 18px;
}


/****************************************************************************************************/


#Basket {
	border-top: 1px #D1D1D1 solid;
	border-bottom: 1px #D1D1D1 solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Basket .item {
	clear: both;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 38px;
}

#Basket .thumb {
	float: left;
	width: 38px;
	height: 38px;
	padding-right: 20px;
}

#Basket .filename {
	float: left;
}

#Basket .filename p {
	padding-top: 13px;
}

#Basket .delete {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

#Basket .odd {
	background-color: #F9F9F9;
}

#Basket .even {
	background-color: #FFFFFF;
}

.deleteAll {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
}

.rel {
	position: relative;
}
