/* ----- reset ----- */
pre, tt, code, samp, kbd, xmp, listing, plaintext { font-family: monospace; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {xlist-style:none;
   
    }
mgn_50{
    margin-left:50px;
}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* -----^^ reset ^^----- */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #a12830;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	outline: 0;
}

input {
	font-size: 11px;
	xheight:18px;
	xpadding-top:3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

select, textarea {
	font-size: 11px;
	height:22px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/

.confirm_select{
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border: 1px solid #816d62; 
height: 22px;
padding-top: 0px;
color: #7d695e;
font-size: 12px;
}
