		
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		#col1
		{
			float: left;
			width: 34%;
			margin-bottom: 1em;
			/*border-right: 1px solid #999;*/
			padding-right: 3%;
			padding-left: 1%;
		}
		
		#col2
		{
			float: left;
			width: 25%;
			margin-left: 3%;
			margin-bottom: 1em;
		/*	border-right: 1px solid #999;*/
			padding-right: 3%;
		}
		
		#col3
		{
			float: left;
			width: 27%;
			margin-left: 3%;
			margin-bottom: 1em;
		}
		
		
		h1
		{
			margin: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: white;
			padding: .5em;
		}
		
		h2 { margin-top: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: white;



 }
		div#notice
			{
				padding: 10px 10px 10px 30px;
				background: #478b09 url(../images/notice.png) 8px center no-repeat;
				margin-bottom: 10px;
				border: 1px solid #E7FFDF;
				font-weight: bold;
			}

			div#warning
			{
				padding: 10px 10px 10px 30px;
				background: #FFEFEF url(../images/error.png) 8px center no-repeat;
				margin-bottom: 10px;
				border: 1px solid #EFB3B3;
				font-weight: bold;
			}


		 .button {
	            padding: 4px 10px 3px 25px;
	            border: solid 1px #8AB134;
	            position: relative;
	            cursor: pointer;
	            display: inline-block;
	            background-image: url( '../images/bkg.png' );
	            background-repeat: repeat-x;
	            font-size: 20px;
	            height: 20px;
	            text-decoration: none;
	            color: #40740D;
	            -moz-border-radius-bottomleft: 5px;
	            -moz-border-radius-bottomright: 5px;
	            -moz-border-radius-topleft: 5px;
	            -moz-border-radius-topright: 5px;
	        }
	        .button img {
	            position: absolute;
	            top: -4px;
	            left: -12px;
	            border: none;
	        }
	        .button:hover {
	            color: #8AB134;
	        }
	
	.ui-dialog-titlebar {
		
		color: #890f1f;
		background: #DDDDDD;
		
		
		
	}

