
p {
	margin:0 0 6px 0;
	padding:0;
	}

form {
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#EBF6C6; /*verde claro*/
	margin:20px;
	padding:10px 20px;
	/*width:130px;	*/
	}
	
	form ol {
		list-style:none;
		margin-left:7px;
		margin-top:0px;
		margin-right:7px;
		padding:0;
		}
		
		form li {
			padding:6px;
			background:#C0E24D; /*verde oscuro */ 
			margin-bottom:1px;
			}
			
			form li#send {
				background:none;
				margin-top:6px;
				}
		
		form label {
			float:left;
			margin-left:20px;
			width:120px;
			text-align:right;	
			margin-right:10px;
			color:#798950;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		form input{
			padding:4px;
			font:13px Georgia, "Times New Roman", Times, serif;
		}
		form textarea {
			padding:4px;
			font:13px Georgia, "Times New Roman", Times, serif;
			border:1px solid #999999;
			width:200px;
			}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}
		/*	
		form li#send button {
			background:#798950 url(../images/accept.gif) no-repeat 8px 50%;
			border:none;
			padding:4px 8px 4px 28px;
			border-radius:15%;
			-moz-border-radius:15%;
			-webkit-border-radius:15%;			
			color:#fff;
			margin-left:94px; 
			cursor:pointer;
			}
			*/
			.send{
			background:#798950 url(../images/page_tick.gif) no-repeat 8px 50%;
			border:none;
			padding:4px 8px 4px 28px;
			border-radius:15%; /* Don't expect this to work on IE6 or 7 */
			-moz-border-radius:15%;
			-webkit-border-radius:15%;			
			color:#fff;
			margin-left:150px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			.refresh{
			background:#798950 url(../images/action_refresh.gif) no-repeat 8px 50%;
			border:none;
			padding:4px 8px 4px 28px;
			border-radius:15%; /* Don't expect this to work on IE6 or 7 */
			-moz-border-radius:15%;
			-webkit-border-radius:15%;			
			color:#fff;
			margin-left:52px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
			
			form li#send button:hover { 
				background-color:#006633;
				}