@charset "utf-8";
/* CSS Document */

	#myform {
		padding: 10px 0 40px 0;
	}
	#myform div {
		padding: 8px 8px;
	}
	#myform div.inline {
		float: left;
		width: 46%;
		border-bottom: 1px solid #e8e8e8;
		line-height: 26px;
	}
	#myform div.block {
		clear: left;
		width: 96%;
		margin-top: 30px;
		border-bottom: 1px solid #e8e8e8;
	}
	#myform div.buttons {
		float: right;
	}
	#myform div label {
		float: left;
		width: 30%;
		font-size: 14px;
		line-height: 26px;
		font-weight: bold;
	}
	#myform div input {
		width: 68%;
		display: inline;
		border: 1px solid #abadb3;
	}
	#myform div textarea {
		width: 99%;
		border: 1px solid #abadb3;
	}
	#myform #submit {
		float: left;
		width: auto;
		margin: 10px 15px 20px 15px;
		font-size: 100%;
	}
	#myform span {
		float: right;
		height: 40px;
		line-height: 40px;
		margin-right: 25px;
	}
	#myform input.submit {
		float: right;
		background:
			#c7dfd3
			url(../../../images/icons/button_send.gif)
			no-repeat
			14px 11px;
		padding: 4px 12px;
		margin-top: 16px;
		text-indent: 26px;
		color: #336666;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		cursor: hand; /* For Internet Explorer Browser */
		cursor: pointer; /* For Firefox Browser */
	}	
	.messageBox {
		width: 97%;
		padding: 7px;
		margin-bottom: 14px;
		margin-left: 3px;
		background:
			url(../../../images/icons/messagebox_ok.gif)
			no-repeat
			2%;
		background-color: #cdee94;
		color: #336600;
		text-align: center;
	}
	
	#confirm {
		background-color: #ecf9f3;
		border: 1px solid #bed4ca;
		padding: 2em;
		margin-top: 120px;
	}
