
	
p {
	margin:0 0 10px 60px;
	padding:0;
	float: center;
	color: #0066CC;
	font-size: 18px;
	font-weight: bold;
	}

form {
	font:13px Georgia, "Times New Roman", Times, serif;
	/*background:#eee;*/
	background-color:#e4e4e4;
	margin:1%;
	padding:5px 5px;
	width:98%;
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
			padding:3px;
			/*background:#e1e1e1;*/
			margin-bottom:1px;
			}
			
			form li#send {
				background:none;
				margin-top:6px;
				}
		
		form label {
			float:left;
			width:64px;
			text-align:right;	
			margin-right:7px;
			color:#0066CC;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		form input,
		form textarea {
			padding:3px;
			font:13px Georgia, "Times New Roman", Times, serif;
			border:1px solid #999999;
			width:140px;
			}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}
			
		form li#send button {
			background-image:  url(images/submit-btn.png);
			background-repeat:no-repeat;
			border:none;
			width: 80px;
			height: 30px;
			padding:4px 8px 4px 8px;
			/*
			border-radius:15%; /* Don't expect this to work on IE6 or 7 
			-moz-border-radius:15%;
			-webkit-border-radius:15%;
			*/
			color:#fff;
			font-weight: bold;
			margin-left:77px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
			form li#send button:hover { 
				background-image:  url(images/submit-btn.png);
			background-repeat:no-repeat;
			border:none;
			width: 80px;
			height: 30px;
			padding:4px 8px 4px 8px;
			/*
			border-radius:15%; /* Don't expect this to work on IE6 or 7 
			-moz-border-radius:15%;
			-webkit-border-radius:15%;
			*/
			color:#8f8620;
			font-weight: bold;
			margin-left:77px; /* Total width of the labels + their right margin */
			cursor:pointer;
				}
				
				