/* CSS Document */

* { padding:0px; margin:0px; }

body, html {
	background:#f6e124 url(bg_general.jpg) top repeat-x;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
	#pagewidth {
		position:relative;
	}

#content {
		font-family: Verdana, Geneva, Arial, sans-serif;
		margin-left: -400px;
		position: absolute;
		top: -200px;
		left: 50%;
		width: 800px;
		height: 430px;
		visibility: visible;
	}
	
	#content.admin {
		background:#fff9cb url(bg_admin-p.gif) center 20px no-repeat;
		border:#000 1px solid;
	}
	
	#content.preview,  #content.cartaform, #content.success {
		background:#fff9cb url(bg_admin.gif) center 20px no-repeat;
		border:#000 1px solid;
	}
	
		#content.preview #text {
			margin-top:120px;
		}
		
		#content.success #text{
			margin-top:120px;
		}
	
	P {
		margin-bottom:20px;
		color:#F00;
	}
	
	fieldset {
		position:absolute;
		top:190px;
		width:250px;
		margin:0px auto 0px auto;
		left:300px;
		border:none;
	}
	
	#content.cartaform fieldset {
		top:120px;
	}
	
	label {
		display:block;
		float:left;
		width:70px;
		text-align:left;
	}
	
	input, textarea {
		width:140px;
		border:#174f66 1px solid;
		margin-bottom:5px;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		padding:2px;
	}
	
	textarea {
		height:220px;
	}
	
	input.submit {
		width:120px;
		font-size:10px;
		margin-top:20px;
		height:30px;
		background:url(bg_button.gif) repeat-x;
		cursor:pointer;
		color:#FFF;
		font-weight:bold;
	}
	
	#content.cartaform fieldset {
		left:100px;
		width:600px;
	}
	
	#content.cartaform label {
		text-align:right;
		font-weight:bold;
		width:150px;
	}
	
	#content.cartaform input {
		width: 400px;
	}
	
	#content.cartaform textarea {
		width:400px;
	}
	
	#content.cartaform input.submit {
		margin-top:0px;
		width:150px;
		margin-left:405px;
	}
	#content.preview H1 {
		background:#FFF;	
		width:480px;
		border:#000 1px solid;
		margin:-20px auto 5px auto;
		padding:10px;
		font-size:12px;
	}
	
	#content.preview #carta {
		border:#000 1px solid;
		width:500px;
		margin:0px auto 0px auto;
		height:220px;
		background:#FFF;
		overflow:scroll;
		font-size:10px;
	}