
/* Message box (success or error), inside or outside the form */
div.msg {
	color: #0088ce;
	padding: 10px 15px;
	font-size: 14px;
	display: none;
}
	div.msg p {
		margin: 0;
	}
	div.msg ul {
		list-style: disc inside;
	}
	
	/*.form form */div.msg {
		margin-top: 10px;
		margin-bottom: 5px;
		border: 1px solid #0088ce;
	}	
div.ok,
div.error {
	display: block;
}

div#comments.msg.error.comment{
	padding-left: 1px;
	padding-right: 1px;
	margin-top: 10px;
	background: #EFEFEF;
}

	div#comments.msg.error.comment p strong{	
		font-size: 14px;
	}

		div#comments.msg.error.comment p strong a{	
			float: none !important;
		}

		
.form form {
}
	.form form p {
		margin-bottom: 5px;
	}
		.form form p label {
			clear: left;
		}
			.form .label,
			.form form p label span {
				display: -moz-inline-box;
				display: inline-block;
				font-size: 14px;
				padding: 4px 0;
				vertical-align: top;
				margin-top: 6px;
				clear: left;
			}
			
			.form form p label span.help{
				overflow: hidden;	
				font-size: 10px;
				color: #6A8B13;
				padding: 0px;
				margin: 0px;
			}
			
			.form /* form p label */ .field {
				margin-top: 5px;
				font-size: 14px;
				color: #0088CF;
				border: 1px solid #E0E0E0;
				padding: 4px;
				background: #fff url(bg_input.gif) bottom repeat-x;
			}
			.form /* form p label */ span.field {
				color: #999;
				background-color: #FAFAFA;
			}
			.form /* form p label */ .checkbox {
				width: 13px;
				height: 13px;
				vertical-align: middle;
			}
			.form form p label textarea {
				font-size: 14px;
				height: 100px;
				overflow: auto;
			}
		.form form p label.error {
		}
			.form form p label.error span {
				color: #c00;
				font-weight: bold;
			}
			.form form p label.error input,
			.form form p label.error textarea {
				border: 1px dashed #c00;
				color: #c00;
			}
	.form form p.buttons {
		overflow: hidden;
		_overflow: visible;
		_height: 1%;
		margin: 20px 0px 0px;
		clear: both;
	}
		.form form p a.button,
		.form form p input.button,
		.form form p.buttons input {
			margin-left: 5px;
			background: #EFEFEF;
			border: 0;
			padding: 4px 10px;
			overflow: visible;
			font-size: 14px;
			font-weight: bold;
			color: #0066B3;
			cursor: pointer;
		}
		.form form p a.button {
			display: inline-block;
			padding: 5px 10px;
			*padding: 6px 10px;
		}
		.form form p.buttons a.button,
		.form form p.buttons input {
			float: right;
			margin-left: 10px;
		}