﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,  legend, caption, tbody, tfoot, thead,  th { margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;font-size:12px; }
body { line-height:1; }
ol, ul, li { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
:focus { outline:0; }
ins { text-decoration:underline; }
del { text-decoration:line-through; }
a img {border: none; outline: none;}
ol li {display: list-item; list-style: decimal;}
/* stops the horizontal shift with centered layouts in moz etc */
/* html { height:100%; margin-bottom:1px; } */
/* ---------------------------------------------------------------------------------------------------- */

/*
********************************************************************
~ HTML TAGS RESET | for all project
********************************************************************
*/
body {font:normal 13px/20px Arial, Helvetica, sans-serif; color:#fff; /* line-height: 16px; */}
p {margin:0; padding:0 0 0px;}
input, select, textarea {font-family:Tahoma, Helvetica, sans-serif;}
sup {line-height:1px; margin:0; padding:0px; vertical-align:3px}


/*
********************************************************************
~ GLOBAL PROPERTIES | Don't change
********************************************************************
*/
.clr {
	visibility: hidden;
	clear: both;
  display:block;
	padding: 0;
	margin: 0;
	line-height: 1;
	height: 0;
  width: 100%;
	overflow-y: hidden;
	font-size: 0;
}
.fl {float:left;}
.fr {float:right;}
.right{text-align:right;}
.center{text-align:center;}
.middle{vertical-align:middle !important;}
.auto_margin {margin:0 auto !important;}
.hidden {visibility: hidden; height: 1px; width: 1px;}
.padding0 {padding: 0 !important;}
.margin0 {margin: 0 !important;}
.noborder {border:none !important;}
.nobg{background:none !important;}
.bold {font-weight: bold;}
em{font:italic 12px Arial, Helvetica, sans-serif !important;}


.formrow {padding: 3px 0;}
.form_note {font-size: 11px; color: #666;}
.form_filed, .field_value {padding: 1px 0 0; line-height: 17px;}
.highlightCssClass {background-color:#FAF9C5;border:solid 1px #B30000;}



/* [ Label ]
------------------------------------ */
.lb_medium{
	display: block;
	padding: 2px 10px 3px 0;

}

.lb_medium{width:70px;}



/* [ Textarea ]
------------------------------------ */

.txt_area {width:206px;  border: none;  height:100px; background:#d3bb9d; color:#fff; font-size:12px; padding:5px; font-size:11px;}

/* [ Textbox Input ]
------------------------------------ */
.textbox_smaller
 {
	height: 17px;
	margin: 0 5px 0 0;
	border:none;
     border-bottom: 1px dotted #f0f0f0;
	background:none;
 
}

/* [ Width for textbox & Textarea ]
-------------------------------------------------------- */
.textbox_smaller {width:206px; color:#fff; padding:0 5px; font-size:11px; border: none;  height:15px; background:#d3bb9d; }



