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

/* BEGIN RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

* { font-size:12px; font-family:"Segoe UI", "lucida sans", "lucida grande", "Trebuchet MS", tahoma, geneva, verdana, arial, sans-serif; color:#333333; }

/* END RESET */

.clearLeft							{ clear:left; }
.clearRight							{ clear:right; }
.clearBoth							{ clear:both; }

.inputIcon							{ float:left; margin:.2em 5px 0 0; padding:0; width: 16px; height: 16px; cursor:pointer !important; }
.inputMust							{ color:#990000; font-size:13px; font-weight:bold; font-family:Tahoma, "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.SCCombo_Text						{ width:auto; height:23px; float:left; background:url(images/comboArea.png) left no-repeat; }
.SCCombo_Close						{ width:3px; height:23px; float:left; background:url(images/comboClose.png) right no-repeat; }
.SCCombo_Search						{ width:23px; height:23px; float:left; background:url(images/comboSearch.png); cursor:pointer; }
.SCCombo_Mail						{ width:23px; height:23px; float:left; background:url(images/comboMail.png); cursor:pointer; }
.SCCombo_Down						{ width:23px; height:23px; float:left; background:url(images/comboButton.png); cursor:pointer; }
.SCCombo_Date						{ width:23px; height:23px; float:left; background:url(images/comboDate.png) no-repeat; cursor:pointer; }
.SCCombo_Win						{ width:23px; height:23px; float:left; background:url(images/comboWin.png); cursor:pointer; }
.SCCombo_Go							{ width:23px; height:23px; float:left; background:url(images/comboGo.png); cursor:pointer; }

input								{  }
input.error 						{ border: 1px solid #C00; }
select.error						{ border: 1px solid #C00; }
textarea.error 						{ border: 1px solid #C00; }
label.error							{ color:red; margin-left:10px; }
input.exampleText 					{ color:#666; }

.txtImage							{ padding:2px; border:1px solid #996; }
.imgTable_left						{ float:left; }
.imgTable_left td					{ padding:0px 20px 20px 0px; }
.imgTable_right						{ float:right; }
.imgTable_right td					{ padding:0px 0px 20px 20px; }
