#galleryWrapper{
    min-height: 500px;
    width: 430px;
}

* html #galleryWrapper{
    height: 500px;
}

.galleryTitle{
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0px 10px 0px;
    font-weight: bold;
}
.galleryDesc{
    padding: 0px 0px 10px 0px;
}

#galleryFullImageBox{
    width: 250px;
    float: left;
}

#galleryFullImage{
    width: 250px;
}

#galleryThumbs{
    width: 170px;
    float: right;
    font-weight: bold;
}

#galleryThumbs img{
    width: 53px;
    height: 35px;
    border: solid 1px #000000;
}

#galleryThumbs td{
    padding: 0px 0px 5px 0px;
}	

#galleryImageTitle{
    padding: 10px 0px;
    font-weight: bold;
}

#galleryImageDesc{
    padding: 7px;
    background: #FFF8E8;
    border: solid 1px #FFD78F;
}

#galleriesList{
    border-bottom: solid 5px #2d5771;
}

#galleriesList a{
    background: #8ab1c4;
    border-left: solid 1px #2d5771;
    border-top: solid 1px #2d5771;
    border-right: solid 1px #2d5771;
    padding: 5px 10px;
    text-decoration: none;
    color: #ffffff;
    margin: 0px 10px 0px 0px;
    float: left;
}

#galleriesList a.selected{
    background: #2d5771;
}

.myForm td, input, select, textarea, checkbox  {
    font-family: tahoma;
    font-size: 12px;
}

.required {
    color: red;
}

.lastUpdated{
	width: 200px;
    float: right;
    padding: 10px 0px 5px 0px;
    text-align: right;
}
.myForm td, input, select, textarea, checkbox  {
    font-family: tahoma;
    font-size: 12px;
}

.required {
    color: red;
}

#galleriesList .clear{
	clear: both;
	visibility: visible;
	height: auto;	
}