
* { font-family: Tahoma; }

body { background-color:#FFF; margin:0; }
img { border:0; vertical-align: middle }
form { display: inline; }
submit,reset,button { padding:2px; }
table { border-collapse:collapse; }

a { text-decoration:none; color:blue; font-weight:normal; }
a:hover { text-decoration: underline; }
a:hover, a:visited { color: blue; }


/* for contens layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.div_left{ float: left; }
.div_right{ float: right; }
.div_center { margin:0px auto; width:200px; }
.clr { clear:both; float:none; font-size:0;}
.clear { clear:both; float:none; font-size:0;}


.debug { background-color:yellow; }
.readonly { background: transparent; }

/* jquery.validate */
label.error {color:red; font-size:9pt;}