/** img shown in album **/
.albumImg {
	border:solid 1px #999999;
}

/** the big frame around the img **/
.albumImgFrame {
	border :solid 1px #999999; 
	background-color : #ebebeb;
}

/** container table around img and order pannel **/
.albumContainerTable {
	border: solid 1px #b2b2b2;
	background-color: #ffffff;
}

/** single cell in orderpannel **/
.albumContainerCell {
	background-color : #ffffff;
}

/*select, input, textarea */
.inputText ,.inputSelect {
	height:19px;
    font-family: arial,verdana,helvetica;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(153, 153, 153);
    border-right-color: rgb(153, 153, 153);
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(153, 153, 153);
    background-color:#ffffff;
}

.jsMenu{
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
		vertical-align: baseline;
		padding: 0px;
		margin: 0px;
		}