/*
// -----------------------------------------------------------------------
// This file is part of Prairie
// 
// Copyright (C) 2003-2008 Barnraiser
// http://www.barnraiser.org/
// info@barnraiser.org
// 
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// 
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with this program; see the file COPYING.txt.  If not, see
// <http://www.gnu.org/licenses/>
// -----------------------------------------------------------------------
*/


	#col_left { float:left; display: inline; width: 0px; }
	#col_right { float:right; width: 55%;  margin-left:30px; }

	#id_html { 
		height: 300px;
		border: 1px solid #A7A6AA;
		margin: 1em 0 0 0;
	}
	
	
	#id_css { height: 200px; width: 90%; }

	input[type="submit"]{
		background-color: #72B84C;
		border: 3px solid #BFBFBF;
		text-transform: capitalize;
		padding: 0.2em 0.5em;
		color: #FFFFFF;
		font-weight: bold;	
	}
	
	textarea{
		width: 100%;
	}
	
	form input{
		width: 200px;
	}
	
	#id_theme_thumb { width:348px; height:240px; border:1px solid #e6e6e6; margin-bottom: 10px; }
	
	.box_body label{
		font-weight:normal;
		font-size: 1em;
		text-align: left;
		width:100%;	
	}
