#gallery {
	color: #738896;
}

#gallery form {
	margin: 10px 0px;
}

#gallery form .inputs {
	float: left;
	margin-right: 10px;
}

.gallery-header-margin {
	margin-top:10px;
	margin-bottom:10px;
}

#gallery .header {
	border-bottom: solid 1px #EDEBEA;
	margin: 10px 0 0;
	padding-bottom: 9px;
}

#gallery form label {
	float: left;
	display: inline-block;
	color: #8FABBC;
	margin: 6px 10px 0 4px;
	text-align: right;
	width: auto;
}

#gallery form div.input_bg, #gallery form div.input_bg200 {
	background: url(../images/login_input_bg.gif);
	width: 160px;
	height: 24px;
	float: left;
	margin-bottom: 10px;
}

#gallery form div.input_bg200 {
	background: url(../images/registry_input_bg.gif);
	width: 200px;
}

#gallery form input, #gallery form input.input190 {
	height: 14px;
	width: 150px;
	border: 0px solid;
	color: #8FABBC;
	background: white;
	margin-top: 6px;
	margin-left: 4px;
	font-size: 11px;
	line-height: 12px;
	display: block;
	color: #F78F17;
}
#gallery form input.input190 {
	width: 190px;
}

#gallery form fieldset {
	border: 0px;
	width: 100%
}

#gallery form button {
	background-color:white;
	float: right;
	margin-top: 2px;
	margin-left: 3px;
	border:0 solid;
	height:24px;
	width:51px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	listy-style-type: none;
	font-size: 24px;
	color: white;
}

#gallery form button span {
	background: url(../images/gallery_submit_bg.gif) no-repeat 0px 0px;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	display: block;
}

#gallery form button:hover span {
	background: url(../images/gallery_submit_bg.gif) no-repeat 0px -24px;
}

#gallery form div.select_box {
	display: block;
	float: left;
	width: 130px;
	height: 24px;
	margin: 3px 0 3px;
}

#gallery form select {
	border: 1px solid #DDDDDE;
	border-style: solid;
	display: inline-block;
	width: 130px;
	height: 20px;
	float: left;
	color: #8FABBC;
	margin: 2px 0 0 0px;
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 10px;
}

#gallery .footer {
	border-top: solid 1px #EDEBEA;
	padding-top: 5px;
	text-align: right;
	margin-top: 0px;
}


#gallery ul {
	list-style-type:none;
	padding:0;
}

#gallery ul li {
	display: table;
	float: left;
	width: 152px;
	margin: 5px 0px 10px;
	
}

#gallery ul li dl {
	list-style-type: none;
	margin-right: 42px;
	text-align: center;
}

#gallery ul li dl.last {
	list-style-type: none;
	margin-right: 0px;
}

* html #gallery ul li dl.last {
	margin-right: -5px;
}

#gallery ul li dl dt {
	display:none;
}

#gallery ul li dl dd.name {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	width: 152px;
}

#gallery ul li dl dd.name a {
	color: #5D7686;
}
#gallery ul li dl dd.name a:hover {
	text-decoration: none;
}
#gallery ul li dl dd.content {
	text-align: center;
	width: 151px;
	padding: 3px 0;
}
