 /**
  * @CSS Document 
  * @organization: Zoom Multimídia 
  * @author: Fernando Nunes
  */
  
@import "default.css";  
@import "jScrollPane.css";
@import "polaroid_bar.css";
@import "menu.css";


/**
 * Overwrite
 * Source: "default.css"
 */
.areaTitle{
 	height:100px;
}

#areaForm{
	width:358px;
	height:246px;
	color:#756B3E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.1em;
	background-image:url(../images/guestBook.png);
	background-repeat:no-repeat;
	background-position:40px 0px;
	padding-top:60px;
	padding-right:17px;
}
		
#guestBookForm{
	text-align:right;
	margin:0px;
	padding:0px;

}

#guestBookForm .labelForm{
	float:left;
	width:180px;
	padding-right:7px;
	margin-bottom:7px;
}

#guestBookForm .labelTextareaForm{
	width:180px;
	height:75px;
	padding-right:7px;
	padding-top:12px;
	margin-bottom:7px;
	float:left;
}

#guestBookForm .labelRadioForm{
	float:left;
	width:180px;
	padding-right:7px;
	margin-bottom:7px;
	height:10px;
}

#guestBookForm .inputRadioForm{
	width:171px;
	float:left;
	margin-bottom:10px;
	height:12px;
}

#guestBookForm .newsletter{
	width:350px;
	margin-bottom:10px;
	height:10px;
	line-height:10px;
	clear:both;
}

#guestBookForm .newsletter input{
	margin:0px;
	padding:0px;
}

#guestBookForm .inputRadioForm input{
	height:12px;
}

#guestBookForm .inputForm{
	width:170px;
	float:left;
	margin-bottom:10px;
}

#guestBookForm input.formatFieldText{
	background-color:#E1C070;
	border:none;
	width:169px;
	height:11px;
	text-align:left;
	line-height:15px;
	color:#756B3E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#guestBookForm textarea.formatTextarea{
	background-color:#E1C070;
	border:none;
	width:169px;
	height:87px;
	text-align:left;
	line-height:15px;
	color:#756B3E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#guestBookForm input.formatButton{
	background-color:#E1C070;
	border:none;
	width:50px;
	height:15px;
	padding:0px;
	line-height:15px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/**
 * @desc estilos dos scrolls
 */		
#scrollContainer{
	padding-top:130px;
}
.scroll-pane {
	width: 280px;
	height: 220px;
	overflow: auto;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#756B3E;
	text-align:left;
}

.jScrollPaneContainer .jScrollPaneTrack {
	background:transparent url(../images/track_backup.png) repeat-y 50% 50%;
}

.jScrollPaneContainer .jScrollPaneDrag {
	background: transparent url(../images/track.png) repeat-y 50% 50%;
}

a.jScrollArrowUp {
	background: url(../images/arrow_up.png) no-repeat 0 0;
}

a.jScrollArrowDown {
	background: url(../images/arrow_down.png) no-repeat 0 0;
}
