input { outline:none; }
.form { /*float:left; width:300px; background-color:#f0f0f0; -moz-border-radius:5px; -webkit-border-radius:5px; padding:20px; margin:0 10px 0 0; */}
.form .form-row { width:100%; margin-bottom: 5px; float:left; }
.form .label { float:left; width:120px;margin:6px 0 0 5px; }
.form .input-container { float:left; width:195px; text-align:right; }
.form .input { width:180px;	height:18px; border:1px solid #c4c4c4; -moz-border-radius:3px;}
.form .checkbox {width:20px; height:18px; border:1px solid #c4c4c4;	cursor: crosshair;}
.form .textarea { width:90%; height:60px; border:1px solid #c4c4c4; }
.form .error-input, .form .error-both .input, .form .error-same .input { background-color:#FFEFEF; border-color:#BB6666; color:#660000; }
.form .no-error-input { background-color:#effff1; border-color:#68bb66; color:#056600; }
.form .error-div { display:none; background-color:#ffacac; padding:10px; margin:10px; color:#660000; }
.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, .form .error-email { color:#fff; background-color:#ffacac; -moz-border-radius:3px; }
.no-error-div { display:none; background-color:#effff1; padding:10px; margin:10px; color:#056600;}
