/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 80%/1.6 Verdana, Geneva, Tahoma, sans-serif,'Helvetica Neue',Helvetica;
	/*word-spacing: 0.1em;*/
	/*color: #555;*/

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {text-decoration:none;}
a:hover {text-decoration: none;}
h1 {font-size:1.5em;}
h2 {font-size:1.375em;}
h3 {font-size:1.25em;}
h4 {font-size:1.125em;}
h5 {font-size:1em;}
h6 {font-size:1em;}
input, textarea, select {padding: 5px 2px;}
input[type=text], input[type=password], 
input.text, input.title, textarea {
    background-color:#fff;
    border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus,textarea:focus {
    border-color:#666; 
}
.vline {min-height: 10em; display: table-cell; vertical-align: middle;}
.hline {margin-left: auto; margin-right: auto;}
.endleft {margin-left: 0 !important; }
.endright {margin-right: 0 !important;}
.end {margin: 0 !important;}
.getleft{float: left!!important;}
.left {float: left;}
.right {float: right;}
.txt-left{text-align: left;}
.txt-cen{text-align: center;}
.txt-right{text-align: right;}
.clear {clear: both!important; float: none!important; height: 1px!important; min-height: 1px!important; display: block;
}
.clearfix:after {content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden;}
.clearfix {display:block;}
* html .clearfix {height: 1%; display:inline-block;}
.required{
    color:red;
}