 * {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	/*background: url(/graphics/bgrepeat.jpg) #C4AC7F;*/
}

a:link,a:visited,a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#btn a:link,#btn a:visited,#btn a:active {
	float:left; height:30px; line-height:30px; padding-left:10px; padding-right:10px; cursor:pointer; background-color:#C51128; color:#FFF; text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}

#btn a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:25px;
	width:100%;
	line-height:40px;
	color:#fff;
	margin-bottom:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:20px;
	color:#fff;
	margin-bottom:10px;
	width:400px;
}

#conditions h1 {
	font-weight : bold;
	font-size : 12px;
	margin-bottom:20px;
	color : #c61128 !important; font-weight:bold;	
}

input {
	color: #333333;
	border: 2 solid #333333;
}

.clear {
	clear: both;
}

#bgcontainer {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*background:url(/graphics/bg.jpg) top center no-repeat;*/
}

* html > #bgcontainer {
	height: 100%;
}

#container {
	min-height: 100%;
	width: 810px;
	margin: 0 auto;
	position: relative;
	/*overflow:hidden;*/
}

* html > #container {
	height: 100%;
}

/************************************* 1 COLUMNS *************************************/

#middle1 {
	float: left;
	width: 810px;	
	height: auto;
}

#infomiddle1 {
	float:left;
	width: 810px;
	height: 100%;
}

/************************************* 1 COLUMNS END *************************************/

#footer {
	float:left;
	width: 810px;
	height: 60px;
	line-height: 18px;
	text-align:center;
	color: #000000;
}

#footer a:link,#footer a:visited,#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

/**/
#share {
	float:left; width:810px; height:404px; display:none;	
}

p {
	margin-top: 15px;
}

.text label, .radio label, .select label {
    float: left;
	display: block;
	width: 115px;
	text-align: left;
}

.text {
	
	float: left;
	display: block;
	width: 300px;
	margin-bottom:5px;
	
}

.text input {

	width: 180px;
	
}

#box-errors {
    color: #FFFFFF !important;
    font-weight: bold !important;
	margin-bottom:5px;
	margin-top:5px;
	
}

.error {
    color: #FFFFFF !important;
    font-weight: bold !important;
	
}

.checkbox {
	float:left;
	margin-top:10px;	
}

 /* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
	 -webkit-appearance: none;
	 margin: 0;
 }

 /* Firefox */
 input[type=number] {
	 -moz-appearance: textfield;
 }