body {
	background-color: white;
	margin: 0 0 0 0;
	overflow-x: hidden;
}

h1 {
	font-family: Arial;
	font-size: 25px;
	color: #4284ad;
	margin-bottom:0px;
}

table {
	font-family: Arial;
	font-size: 15px;
	color: #444444;
}

.menu {
	font-family: Arial;
	font-size: 15px;
	color: #444444;
}

.menuselected {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #4284ad;
}

.menuconsult {
	font-family: Arial;
	font-size: 15px;
	color: red;
}

.link {
	font-family: Arial;
	font-size: 15px;
	color: #4284ad;
}

.comment {
	font-family: Arial;
	font-size: 12px;
	color: #4284ad;
	display:none;
	margin-top:10px;
	margin-bottom:25px;
	margin-left:50px;
}

.answer {
	font-family: Arial;
	font-style:italic;
	font-size: 15px;
	color: #444444;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:50px;
}




.bottom {
	font-family: Arial;
	font-size: 10px;
	color: #5a5a5a;
	text-align: justify;
}


.subheader {
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	color: white;
	margin-top:-20px;
	margin-bottom:10px;
}

.newsheader {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: white;
}

.ahead {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: white;
}

.newstext {
	font-family: Arial;
	font-weight: normal;
	font-size: 15px;
	color: white;
	text-align: justify;
}

.newsmore {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: white;
}

.ball {
	font-family: Arial Black;
	font-size: 20px;
	color: white;
	margin-top: 15px;
}

.prizeheader {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: white;
}

.prizetext {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: white;
	text-align: justify;
	line-height: 200%;
}

.order {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

.input1 {
	border:0;
	font: normal 14px Arial;
}
.font_style_contact{
	color: #3a7faa;
	font-weight: bold;
}
.feedback_content{
	width: 100%;
	height: 250px;
	background-color: #88caed;
	position: relative;
	color: #ffffff;
	overflow: hidden;
}
.contact_row{
	width: 383px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ffffff;
	position: absolute;
}
.contact_row2{
	width: 540px;
	height: 100px;
	border-top: 1px solid #ffffff;
	position: absolute;
	right: 20px;
	top: 60px;
	background-image: url("../images/pencil_icon.png");
	background-position: 10px 15px;
	background-repeat: no-repeat;
	background-color: #89d3fd;
}
.contact_row2.warning{
	background-image: url("../images/pencil_icon_warning.png")!important;
}
.contact_row>input,#add_attachment,.input{
	padding-left: 35px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	border: 0;
	background-color: transparent;
}
.contact_row2>textarea,.input2{
	padding-left: 45px;
	padding-top: 25px;
	width: 540px;
	height: 100px;
	color: #ffffff;
	border: 0;
	background-color: transparent;
	font-size: 14px;
	font-family: Arial;
	resize: none;
	overflow: auto;
}
#add_attachment{
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.persona{
	background-image: url("../images/persona_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	left: 20px;
	top: 24px;
}
.persona.warning{
	background-image: url("../images/persona_icon_warning.png")!important;
}
.letter{
	background-image: url("../images/letter_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	left: 20px;
	top: 74px;
}
.letter.warning{
	background-image: url("../images/letter_icon_warning.png")!important;
}
.attachment{
	background-image: url("../images/attachment_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	left: 20px;
	top: 124px;
}
#notice{
	width: 540px;
	position: absolute;
	right: 20px;
	top: 180px;
	font-size: 11px;
}
.send_button{
	position: absolute;
	left: 250px;
	top: 180px;
}
#attachment_input{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 50px;
	font-size: 30px;
	cursor: pointer;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	/* IE 5-7 */
	filter: alpha(opacity=0);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;
}
#response{
	position: absolute;
	left: 20px;
	top: 180px;
	width: 210px;
	height: 45px;
	overflow: hidden;
}
:focus {
	outline-color: transparent;
	outline-style: none;
}
.alert_icon{
	background-image: url("../images/alert_icon.png");
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 35px;
	min-height: 46px;
}


/*----------------------------*/
input::-ms-clear {
	display: none;
}
.input_codes {
	position: relative;
	width: 100%;
	max-width: 990px;
	min-width: 320px;
	text-align: center;
}
.input_codes input{
	position: absolute;
	/*    line-height: 19px;*/
	padding-left: 2px;
	border: none;
	width: 244px;
	height: 30px;
	background-color: transparent;
	font-family: Arial,sans-serif;
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.input_codes label{
	border: none;
	height: 30px;
	background-color: transparent;
	font-family: Arial,sans-serif;
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.amount_codes{
	top: 48px;
	left: 398px;
}
.prefix{
	top: 170px;
	left: 264px;
	width: 69px;
	height: 30px;
	color: #4284ae !important;
	font-weight: normal !important;
}
.min_probability{
	top: 170px;
	left: 566px;
	width: 244px;
	height: 30px;
}
.ld{
	position: absolute;
	width: 270px;
	height: 30px;
	text-align: center;
}
.ld label,
.input_codes input {
	font-family: inglobal;
}
.amount_selection{
	top: 292px;
	left: 538px;
}
.digital_code {
	top: 570px;
	left: 164px;
}
.alphanumeric_code {
	top: 570px;
	left: 711px;
}
.digital_code1k {
	top: 680px;
	left: 180px;
}
.alphanumeric_code1k {
	top: 680px;
	left: 728px;
}
.big_label{
	font-size: 119px !important;
	border: medium none !important;
	background-color: transparent !important;
	color: rgb(255, 255, 255) !important;
}
.min_symbols_digital {
	top: 484px;
	left: -9px;
	width: 142px;
	height: 120px;
}
.min_symbols_alphanumeric {
	top: 484px;
	left: 545px;
	width: 142px;
	height: 120px;
}

.input_codes .image_wrapper {
	display: inline-block;
	position: relative;
}

.chart_640,
.chart_480,
.chart_320 {
	display: none;
}

@media screen and (min-width: 671px) and (max-width: 1005px) {
	.chart_largest {
		display: none;
	}
	.chart_640 {
		display: inline-block;
	}

	.amount_codes{
		top: 50px;
		left: 247px;
	}
	.prefix{
		top: 166px;
		left: 119px;
	}
	.min_probability{
		top: 166px;
		left: 374px;
	}
	.amount_selection{
		top: 283px;
		left: 351px;
	}
	.amount_selection label {
		font-size: 22px;
	}
	.digital_code {
		top: 664px;
		left: 20px;
	}
	.alphanumeric_code {
		top: 662px;
		left: 354px;
	}
	.digital_code1k {
		top: 769px;
		left: 33px;
	}
	.alphanumeric_code1k {
		top: 767px;
		left: 366px;
	}
	.big_label{
		font-size: 95px !important;
	}
	.min_symbols_digital {
		top: 445px;
		left: 82px;
	}
	.min_symbols_alphanumeric {
		top: 445px;
		left: 417px;
	}
}
@media screen and (min-width: 511px) and (max-width: 670px) {
	.chart_largest {
		display: none;
	}
	.chart_480 {
		display: inline-block;
	}

	.amount_codes{
		top: 28px;
		left: 216px;
	}
	.input_codes input.amount_codes {
		font-size: 23px;
	}
	.prefix{
		top: 140px;
		left: 66px;
	}
	.min_probability{
		top: 140px;
		left: 266px;
	}
	.amount_selection{
		top: 258px;
		left: 226px;
	}
	.amount_selection label {
		font-size: 15px;
	}
	.digital_code {
		top: 451px;
		left: 194px;
	}
	.alphanumeric_code {
		top: 713px;
		left: 194px;
	}
	.digital_code1k {
		top: 553px;
		left: 207px;
	}
	.alphanumeric_code1k {
		top: 815px;
		left: 207px;
	}
	.big_label{
		font-size: 100px !important;
	}
	.min_symbols_digital {
		top: 378px;
		left: 41px;
	}
	.min_symbols_alphanumeric {
		top: 642px;
		left: 45px;
	}
}
@media screen and (max-width: 510px) {
	.chart_largest {
		display: none;
	}
	.chart_320 {
		display: inline-block;
	}
	.input_codes input {
		font-size: 17px !important;
	}

	.amount_codes{
		top: 24px;
		left: 102px;
	}
	.input_codes input.amount_codes {
		font-size: 15px !important;
	}
	.prefix{
		top: 99px;
		left: 3px;
	}
	.min_probability{
		top: 99px;
		left: 137px;
	}
	.amount_selection{
		top: 185px;
		left: 106px;
	}
	.amount_selection label {
		font-size: 10px !important;
	}
	.ld label {
		font-size: 17px;
	}
	.digital_code {
		top: 314px;
		left: 85px;
	}
	.alphanumeric_code {
		top: 491px;
		left: 85px;
	}
	.digital_code1k {
		top: 383px;
		left: 95px;
	}
	.alphanumeric_code1k {
		top: 560px;
		left: 95px;
	}
	.big_label{
		font-size: 69px !important;
	}
	.min_symbols_digital {
		top: 264px;
		left: 3px;
	}
	.min_symbols_alphanumeric {
		top: 442px;
		left: 3px;
	}
}