@CHARSET "ISO-8859-1";
body {
		background: url('../img/bg.jpg') repeat-x top center #44AEA0;
		margin: 0;
		padding: 0;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
    }
    img {
    	border: none;
    }
INPUT {
	BACKGROUND-COLOR: #85DB9A; 
	BORDER-BOTTOM-COLOR: #000; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-LEFT-COLOR: #000; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #000; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-COLOR: #000; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #000; 
	FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 14px
}
TEXTAREA {
	BACKGROUND-COLOR: #85DB9A; 
	BORDER-BOTTOM-COLOR: #000; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-LEFT-COLOR: #000; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #000; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-COLOR: #000; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #000; 
	FONT-FAMILY: Verdana, Arial; 
	FONT-SIZE: 14px
}
/*
#container
			{
				position:relative;
				text-align:center;
			}
		
		  .clearfix:after 
		  {
		    content: ".";
		    display: block;
		    height: 0;
		    clear: both;
		    visibility: hidden;
		  }
		
		  .clearfix {display: inline-block;}  /* for IE/Mac */
			.jmorph
			{
					width:550px;
					margin:auto 0px;
			}
		
			.jmorph .imageContainer
			{
				display:table;
			}
		  
		  .jmorph .image
		  {
			background:none;
			/*padding:10px;*/
			display:table-cell;
			width: 400px;
			height: 300px;
		  }
		  
		  .jmorph .image .currentImg,.jmorph .image .nextImg
		  {
		  	background-repeat:no-repeat;
		  	background-position:center; 
		  	position:relative;
		  }
		  
		  .jmorph .image .nextImg
		  {
		  	top:0; 
		  	left:0; 
		  	position:absolute;	
		  	
		  }
		  
		  .jmorph div a.previous,.jmorph div a.next
		  { 
		  	/*padding:0.5em;
		  	margin:1em;
		  	float:left;*/
		  }
		
		  .jmorph .image a.previous,.jmorph .image a.next
		  {
		  	font-size:1.5em;
		  }
		  
		  .jmorph ul.band
		  {
		  	padding:5px;	
		  	list-style:none;
		  	background:#ddd;
		  	width:5000px;
		  	margin-left:0px;
		  }
		  
		  .bandContainer
		  {
		  	
		  	width:0px;
		  	overflow:hidden;
		  	float:left;
		  	text-align:left;
		  	display: none;
		  }
		  
		  .jmorph ul.band li
		  {
		  	display:inline;
		  	margin:5px;
		  	padding:5px
		  }
		  .jmorph ul.band li.selected
		  {
		  	background:#fff;
		  }