input { outline:none; }
/*.form { float:left; background-color:#f0f0f0; -moz-border-radius:5px; -webkit-border-radius:5px; padding:20px; margin:0 25px 0 25px; }*/
.form .form-row { width:100%; margin-bottom: 10px; float:left; }
.form .label { float:left; width:100px;margin:6px 0 0 5px; }
.form .input-container { float:left; width:195px; text-align:right; }
.form .input { width:248px;	height:18px; 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-2 { display:none; -moz-border-radius:10px; -webkit-border-radius:10px; width:auto; z-index:1000; text-align:center; font-size:16px; color:#934; padding:20px 0 20px 0; margin-bottom:15px; background-color:#fee;}
.form .error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }