﻿body, div, td {
	font-family:Arial, Helvetica, sans-serif; font-size:11pt;color:#000000;text-decoration:none;
}
td {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif; font-size:11pt;color:#000000;
}
a.topnav {
	font-family:Arial, Helvetica, sans-serif; font-size:9pt;color:#000000;text-decoration:none;
}
a.topnav:hover {
	text-decoration:underline;
	color:#545455;
}


.question {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
.answer {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:30px;
	height:30px;
}

.posinput {
	float:right;
	padding-right:200px;
}
.poslabel {
	color:#fff;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	height:60px;
}

.posinputlong {
	float:right;
	padding-right:20px;
}
.poslabelshort {
	color:#000000;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
}
.inputshort {
	width:150px;
}

.inputlong {
	width:100%;
    max-width:300px;
}
input_no {
	width:190px;
	color:#1a2454;
}
textarea {
	font-family: arial,helvetica,verdana;
    font-size: 13px;
    width:300px;
    color:#1a2454;
}
.poscenter {
	margin: 0 auto;
	text-align:center;
}
.divbar {
	background-image:url('images/div.png');
	height: 20px;
	margin: 0 auto;
	text-align:center;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:5px;
	padding-bottom:3px;
}
.enterbutton {
	color:#1a2454;
	background-color:#d3c57b;
	font-size:23px;
	width:190px;
	height:40px;
	text-align:center;
	border:4px #5f6c83 solid;
}
.divspace {
	height:18px;
}
.error {
	color:#ff0000;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
li .error {
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
}
.inputbg {
	color:#999999;
}
.inputerror {
	border:2px #ce5351 solid;
}
.inputlabelerror {
	color:#fdd;
	font-weight:bold;
}
#footer {
	margin: 0 auto;
	width:650px;
	color: #000; FONT-SIZE: 12px; FONT-FAMILY: arial, helvetica, verdana; Font-weight: bold; text-decoration: none;
	text-align:center;
	margin-top:20px;
}
.listmanuf {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:10px;
	padding-bottom:0px;
}

.ColorBlack {
	color: #000;
}
.Rating {
	padding-top:10px;
	padding-left:30px;
	height:30px;

}



/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #fff;
    margin: 3px 1px 0px 10px;
    border: 1px solid #982225;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #982225;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
/*.container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
