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

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

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

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

/*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:#cdcdcd;
}

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