@import url("geral.css");
#cadastroWrapper {
	width: 415px;
	border: 1px solid #7fc3c3;
	background-color: #f1f2f2;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 30px;
}
.modalClose {
	position: relative;
	text-align: right;
	float: right;
	top: -20px;
	left: 20px;
}
#cadastroWrapper h1 {
	font-size: 24px;
	font-weight: normal;
	color: #33a3a3;
}
#cadastroWrapper  p {
	margin-top: 15px;
	margin-bottom: 15px;
}
form {
	width: 410px;
}
.formLabel {
	display: inline;
	float: left;
	width: 75px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
input {
	width: 250px;
}
#galeryWrapper {
	border: 1px solid #7fc3c3;
	background-color: #f1f2f2;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 30px;
	width: 530px;
}
#galeryWrapper h1 {
	font-size: 24px;
	font-weight: normal;
	color: #33a3a3;
}
#galeryListingHolder {
	width: 182px;
	overflow: hidden;
	float: left;
	height: 240px;
	display: inline;
}
#galeryListing a {
	float: left;
	height: 56px;
	width: 85px;
	margin-right: 5px;
	margin-bottom: 2px;
	display: inline;
}
#galeryNavigation {
	height: 25px;
	width: 174px;
	position: relative;
	top: -30px;
}
.galeryNavPrev {
	float: left;
}
.galeryNavNext {
	float: right;
}
#galeryMainImageHolder {
	float: left;
	width: 350px;
	display: inline;
}
#galeryMainImageTitleBackground {
	height: 50px;
	background-color: #000000;
	position: relative;
	top: -50px;
	filter: Alpha(Opacity=50);
	-moz-opacity: .5;
	-opacity: .5;
}
#galeryDescription {
	clear: both;
}

#formStatus {
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 12px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #de6a0d;
  background-image: url(../images/imgModalWhite.png);
  _background-image: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 300px;
  margin-top: 12px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}
#formStatus #statusTexto {
  float: left;
}

#statusTexto  h4 {
  line-height: normal;
  font-size: 12px;
  margin-top: 5px;
}
#statusTexto ul {
  list-style-position: inside;
}

#formStatus #icoStatus {
  float: left;
  margin-right: 15px;
}
