*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial;
	font-size: 1em;;
	color: #333333;
}

input,
textarea{
	font-family: Arial;
}

a{
	color: #f7a21b;
	outline: none;
}

a:hover{
}

a img{
	border: 0px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2{
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
}
h3{
	font-size: 1.1em;
}


p{
	margin-bottom: 15px;
}

.red{
	color: #ed1848;
}

.orange{
	color: #f8a82a;
}

.grey{
	color: #333333;
}

.lightgrey{
	color: #a6a6a6;
}

.last{
	margin: 0px !important;
}

.nomargin{
	margin: 0px !important;
}

.noborder{
	border: 0px !important;
}

.left{
	float: left;
}

.right{
	float: right;
}
.strong {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.overLabel {
	position:relative;
}
	.overLabel label {
		color: #707070;
		cursor:text;
		left:12px;
		position:absolute;
		top:16px;
	}
.container {
	margin: 0 auto;
	/*width: 940px;*/
	width: 906px;
	overflow: hidden;
}
.container2 {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
}
.hidden {
	display: none;
}
