@charset "utf-8";


@font-face {
	font-family: 'AVG_regular';
	font-style: normal;
    font-weight: normal
	src: url('fonts/agw_ce-webfont.eot');
	src: url('fonts/agw_ce-webfont.woff') format('woff'), url('fonts/agw_ce-webfont.ttf') format('truetype'), url('fonts/agw_ce-webfont.svg#AVG_regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
    color: #4d4d4d;
    font: 13px/19px Verdana,Geneva,sans-serif;
	margin:0;
	padding:0;
    float: left;
    width: 100%;
}


h2 {
    border-bottom: 1px dotted #ececec;
    color: #4d4d4d;
    font: 100 16px "AVG_regular",Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 0px 0 10px;
    text-transform: uppercase;
}

#content{
    float: left;
    width: 100%;
}

h2 {
    color: #4d4d4d;
    font: 100 16px "AVG_regular",Verdana,Geneva,sans-serif;
    text-transform: uppercase;
}

input, select {
    color: #4d4d4d;
    font: 14px sans-serif,Arial;
    margin: 0;
    outline: medium none;
    padding: 5px 10px;
}

#content p {
	color: #4d4d4d;
    font: 13px/19px Verdana,Geneva,sans-serif;
}

.textdiv > label {
    display: block;
    float: left;
    font-family: "AVG_regular",Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 28px;
    text-transform: none;
    width: 200px;
}

.textdiv label.error {
    color: #c00;
    display: inline;
    float: right;
    width: 100%;
}

.rearea .error_wrapper {
	width:220px;
	padding-bottom:0;
}

.textdiv input {
    border: 1px solid #ccc;
    width: 200px;
	color: #4d4d4d;
    padding: 5px 10px;
}

.rearea div {
    float: left;
    padding: 0 0 9px;
    width: 100%;
}

.rearea {
    float: left;
    padding-top: 10px;
    width: 100%;
}

input[type="submit"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d1d72b 0%, #bbc232 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 0.2em;
    color: #fff;
    cursor: pointer;
    font: bold 13px sans-serif,Arial;
    height: 36px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 1px #4d4d4d;
    width: 130px;
}

input[type='text']:focus {
    border: 1px solid #bbc000;
    background: #fffaaa;
}
.disclaimer{
	position: relative;
	padding-bottom: 10px;
	font-size: 10px;
}
.disclaimer label.error{
	position: absolute;
	bottom: 0;
	left:0;
	font-size: 12px;
}
.disclaimer .table{
	width: 100%;
	display: table;
}
.disclaimer .table-cell{
	display: table-cell;
	float: none;
	width: auto;
}
.disclaimer .table-cell:first-child{
	width:20px;
}
.disclaimer div.checker span{
	text-align: left;
}
.styled-checkbox{
	width: auto !important;
}
