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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot,
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 19px;
	font-weight: arial;
	font-style: normal;
	font-size: 13px;
    font-family: arial,helvetica,sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	height: 100%;
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
} 
input, textarea, select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECE8DF;
    border-radius: 4px 4px 4px 4px;
    color: #2F2F2F;
    font-size: 13px;
    height: 14px;
    padding: 5px;    
    
} 

select {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #2F2F2F;
    font-family: trebuchet MS;
    font-size: 14px;
    height: 23px;
    margin-left: -3px;
    margin-top: -1px;
    padding: 1px 2px 2px;
    width: 194px;
}  

button {
    margin-top: 6px;
    padding: 3px;
    cursor: pointer;
}
    
input.text,
input.password,
select.select,
textarea.textarea {
	height: 29px;
	border: 1px solid #ddd;
	color: #2F2F2F;
	font-family: trebuchet MS;
	font-size: 1.32em;
}

textarea.textarea {
	font-size: 1.5em;
	background: url('../images/textarea1.png');
	
}
input.text,
input.password {
	background: url("../images/textarea.png") repeat scroll 0 0 transparent;
    font-size: 1.1em;
    padding: 3px 4px;
    border: 1px solid #DDDDDD;
	
}


input.validation-failed {
	border-color: #FF0000;
}
label {
    font-weight: arial;
	font-style: arial;
	font-size: 1.19em;
    font-family: arial;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: bold;
    padding-bottom: 14px;
    padding-right: 40px;
    padding-top: 14px;
    text-indent: 2px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	line-height: 1.2em;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
/*	background: url(images/quote.png) no-repeat 0 0;*/
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
    color: #FF7700;
    font-size: 13px;
    font-weight: bold;
}
em {
	
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
hr {
	display: none;
}
.right {
	float: right;
    margin-right: 9px;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height: 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color: #2F2F2F;
	text-decoration: none;

}
a:hover{color:#7BB83E;}
	text-decoration: none;
}
