	.form .input-container { float:left; width:195px; text-align:right; }
	.form .input { border:1px solid #c4c4c4; }
	.form .textarea { width:180px; height:120px; border:2px solid #c4c4c4; font-family:Tahoma; font-size:11px; }
	.form .error-input, .form .error-both .input, .form .error-same .input { /*background-color:#FFEFEF;*/ border-color:#BB6666; color:#660000; }
	.form .error-div { float:right; margin:7px 10px 0 0; color:#935; font-size:10px; }
	.form .error-div-alternative { display:none; -moz-border-radius:10px; -webkit-border-radius:10px; width:800px; top:0; left:50%; position:absolute; z-index:1000; margin-left:-400px; text-align:center; font-size:16px; color:#934; padding:20px 0 20px 0; background-color:#fee; border:solid 2px #d36; border-top-width:0; }
	.form .error-same, .form .error-both { border-color:#BB6666; color:#660000; /*color:#fff; background-color:#b66;*/ -moz-border-radius:3px; }
	.form .error-check { border:1px solid #BB6666; color:#660000; -moz-border-radius:3px; }
	.form .error-select { border:1px solid #BB6666; color:#660000; -moz-border-radius:3px; }
	.form .sendBtn {
		width:75px;
		height:24px;
		text-align:center;
		background:url(submit-btn-bg.gif) repeat-x 0 0;
		color:#5f5f5f;
		border:1px solid #aaa;
		float:right;
		display:block;
		cursor:pointer;
		font-weight:bold;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	.form .sendBtn:hover { background:url(submit-btn-bg-hover.gif) repeat-x 0 0; color:#ffffff; border:1px solid #5f5f5f; }
	
	#content .input-container { float:left; width:195px; text-align:right; }
	#content .input { border:1px solid #c4c4c4; }
	#content .textarea { width:180px; height:120px; border:2px solid #c4c4c4; font-family:Tahoma; font-size:11px; }
	#content .error-input, .form .error-both .input, .form .error-same .input { /*background-color:#FFEFEF;*/ border-color:#BB6666; color:#660000; }
	#content .error-div { float:right; margin:7px 10px 0 0; color:#935; font-size:10px; }
	#content .error-div-alternative { display:none; -moz-border-radius:10px; -webkit-border-radius:10px; width:800px; top:0; left:50%; position:absolute; z-index:1000; margin-left:-400px; text-align:center; font-size:16px; color:#934; padding:20px 0 20px 0; background-color:#fee; border:solid 2px #d36; border-top-width:0; }
	#content .error-same, .form .error-both { border-color:#BB6666; color:#660000; /*color:#fff; background-color:#b66;*/ -moz-border-radius:3px; }
	#content .error-check { border:1px solid #BB6666; color:#660000; -moz-border-radius:3px; }
	#content .error-select { border:1px solid #BB6666; color:#660000; -moz-border-radius:3px; }
	#content .sendBtn {
		width:75px;
		height:24px;
		text-align:center;
		background:url(submit-btn-bg.gif) repeat-x 0 0;
		color:#5f5f5f;
		border:1px solid #aaa;
		float:right;
		display:block;
		cursor:pointer;
		font-weight:bold;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	#content .sendBtn:hover { background:url(submit-btn-bg-hover.gif) repeat-x 0 0; color:#ffffff; border:1px solid #5f5f5f; }