@CHARSET "UTF-8";
html, body {
	background: #929079;
	padding:0;
	margin:0;
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	line-height:1.4em;
	color: #ffffff;
}

form {padding:0;margin:0;}

a:link,a:visited  {color:#ded1a6;text-decoration: none;}
a:hover {color:#ffffff;text-decoration: none;}

.txtBox {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif;
	font-size: 11px; 
	border:#ffffff 2px solid;
	background-color: #f9f9f9;
	width:220px;
}

.txtBox:focus {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif;
	font-size: 11px; 
	border:#ded1a6 2px solid;
	background-color: #ffffff;
}

.txtArea {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	width:686px;
	height:200px;
	padding:5px;
	border:#ffffff 2px solid;
	background:#f9f9f9;
	resize: none;
	
}

.txtArea:focus {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; 
	font-size: 11px; 
	width:686px;
	height:200px;
	padding:5px;
	border:#ded1a6 2px solid;
	background-color:#fff;
	resize: none;
	
}

.btn {
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif;
	font-size: 12px; 
	border:#908f78 1px solid;
	background-color: #908f78;
	padding: 3px;
	color:#ffffff;
}


#error {
	font-size:14px;
	font-weight:bold;
	color:#908f78;
	margin-bottom:10px;
}

#clr {clear:both;}



div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 705px;	
	height:372px;
	background-color:#908f78;				
}





/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

div.scrollableGuest {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 705px;	
	height:372px;
	background-color:transparent;				
}





/* this makes it possible to add next button beside scrollable */
div.scrollableGuest {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/arrow/left.png) no-repeat;
	float:left;
	margin:175px 5px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/arrow/right.png);
	clear:right;	
}


#sections {	
	position:absolute;
	width:20000em;	
	clear:both;
}

#sections div { 
    float:left; 
   width: 705px;	
	height:372px;
    color:#fff;
} 



