body {
	font-family: Arial, Helvetica, sans-serif;
    background: url("/global/img/landing/bg_footer.png") repeat-x scroll left bottom #F2F9FA;
    margin-bottom: 80px !important;
    min-height: 740px;
}

.white a, .white h3, .white h4, .white h5, .white {
	text-decoration: none;
	color: #fff;
}

a:hover{
	text-decoration: underline;
}
p {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Amaranth',sans-serif;
}

h2, h3, h4, h5 {
	margin: 0;
}

h1{
	color: #894246;
	font-size: 36px;
	line-height: 40px;
	margin: 10px 0;
}
h2{
	font-size: 18px;
	line-height: 21px;
	color: #EE3124;
}
h3{
	font-size: 21px;
	line-height: 24px;
}
h4{
	font-size: 18px;
	line-height: 21px;
}

h5{
	font-size: 14px;
	line-height: 16px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.pd10 {
	padding: 10px;
}

.brTopWhite {
	border-top: 1px solid #fff;
}

.amaranth {
	font-family: 'Amaranth',sans-serif;
}

.fs12 {
	font-size: 12px;
}

.fs18 {
	font-size: 18px;
}

.w109px {
	width: 109px;
}

.clear {
	clear: both;
}

.sepa10 {
	clear: both;
	height: 10px;
}

.sepa20 {
	clear: both;
	height: 20px;
}

.taRight {
	text-align: right;
}

.lnd_grey {
	color: #666;
}

.lnd_txtWhite {
	color: #fff;
}

.lnd_form {
/*	height: 585px;*/
	background-color: #fff;
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 6px; /* FF1-3.6 */
	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	color: #000;
}

.lnd_brWhite {
	border: 1px solid #fff;
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 6px; /* FF1-3.6 */
	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

.lnd_boxRed {
    overflow: hidden;
	color: #fff;
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 6px; /* FF1-3.6 */
	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

.lnd_boxGrey {
    overflow: hidden;
	color: #fff;
	width: 115px;
	padding: 10px;
	margin: 3px;
	text-align: center;
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 6px; /* FF1-3.6 */
	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

.lnd_boxAd {
    overflow: hidden;
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 6px; /* FF1-3.6 */
	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	width: 220px;
	padding: 5px;
	margin: 3px;
}

.lnd_register {
	list-style: outside;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 20px;
	padding-left: 8px;
}

.lnd_register li {
	margin-bottom: 4px;
}

.lnd_buttonWhite {
	background-color: #fff;
	color: #894246;
	font-size: 10px;
	padding: 2px 4px;
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 4px; /* FF1-3.6 */
	border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

form.standard {
	/*background: #f5f5f5;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	counter-reset: fieldsets;
	margin-top: 20px;
}
form.standard ol, form.standard ul {
	margin-left: 0;
}
form.standard fieldset {
	border: none;
	margin-bottom: 10px;
}

form.standard fieldset:last-of-type {
	margin-bottom: 0;
}

form.standard legend {
	color: #d3cfb3;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 60px;
}

form.standard fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}

form.standard ol li {
	/*
	background: #b9cf6a;
	background: rgba(248,248,248,.3);
	border-color: #e3ebc3;
	border-color: rgba(248,248,248,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	*/
	line-height: 30px;
	list-style: none;
	padding: 14px 10px 0 10px;
	margin-bottom: 14px;
	overflow: hidden;
}

form.standard ol ol li {
	background: none;
	border: none;
}

form.standard label {
	font-size: 14px;
	clear: left;
	text-align: right;
	font-weight: bold;
	display: block;
}
form.standard .f-min-2 label {
	font-size: 11px;
	white-space: nowrap;
}

form.standard fieldset div label {
	text-align: left;
	clear: none;
	font-weight: normal;
}
form.standard label span {
	color: #666;
	font-size: 10px;
	line-height: 13px;
	display: block;
	font-weight: normal;
}


/*
form.standard label[for=visa] {
	background-image: url(visa.gif);
}
form.standard label[for=amex] {
	background-image: url(amex.gif);
}
form.standard label[for=mastercard] {
	background-image: url(mastercard.gif);
}
*/

form.standard fieldset fieldset label:hover {
	cursor: pointer;
}

form.standard input:not([type=radio]),
form.standard textarea, .rnd_textarea, #goog-wm-qt {
	background: #ffffff;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 6px;
	line-height: 15px;
}

#goog-wm-qt {
	float: left;
	margin-right: 10px;
}

.bg_col-1 .rnd_textarea, .bg_col-2 .rnd_textarea, .bg_col-1 .rnd_select, .bg_col-2 .rnd_select {
	border: 1px solid #ccc !important;
}
.std_comments {
	width: 540px;
	height: 26px;
}
form.standard input:not([type=submit]):focus,
form.standard textarea:focus {
	background: #f5f5f5;
}

form.standard input[type=radio], form.standard input[type=checkbox], form.standard .minimal {
	float: left;
	margin: 10px 10px 0 0;
}

form.standard button {
	border: 1px solid #b80718;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 14px 28px 14px;
	padding: 5px 25px;
	text-shadow: 0 1px 1px #000000;
	background: #b80718; /* Old browsers */
	background: -moz-linear-gradient(top, #b80718 0%, #8a0209 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b80718), color-stop(100%,#8a0209)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b80718 0%,#8a0209 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b80718 0%,#8a0209 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b80718 0%,#8a0209 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80718', endColorstr='#8a0209',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b80718 0%,#8a0209 100%); /* W3C */
	-webkit-box-shadow: inset 0px 5px 5px 0px #f30d2c;
	-moz-box-shadow: inset 0px 5px 5px 0px #f30d2c;
	box-shadow: inset 0px 5px 5px 0px #f30d2c;
}

form.standard button:hover {
	background: #8a0209;
	cursor: pointer;
}

.littleInput input[type=text], .littleInput input[type=password], .littleInput select {
	width: 126px;
}
.littleInput .sg-3 input[type=text], .littleInput .sg-3 input[type=password], .littleInput .sg-3 select {
	width: 100px;
}
.middleInput input[type=text], .middleInput input[type=password], .middleInput select {
	width: 176px;
}
.midLongInput input[type=text], .midLongInput input[type=password], .midLongInput select {
	width: 286px;
}
form.standard select, .rnd_select {
	height: 29px;
	border: 1px solid #eee;
	position: relative;
	top: -5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}
form.standard select option {
	padding: 3px;
}

.message .ico_msg24 {
	width: 24px;
	height: 24px;
	background-image: url(/global/img/ico_msg_spr24.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 6px;
	top: 4px;
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
}
.message .close {
	width: 20px;
	height: 20px;
	background-image: url(/global/img/icons_sprite_white.png);
	background-repeat: no-repeat;
	background-position: 0 -520px;
	background-color: #c00;
	position: absolute;
	right: 10px;
	top: 7px;
	display: block;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.message .close:hover {
	background-color: #333;
}

.done .ico_msg24 {background-position: 0 -24px;}
.alert .ico_msg24 {background-position: 0 -48px;}
.error .ico_msg24 {background-position: 0 -72px;}
.system .ico_msg24 {background-position: 0 -96px;}

.message {
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
	padding: 8px 36px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 18px;
	background-color: #e8f5f9;
	border: 1px solid #50b0d3;
}
.done {
	background-color: #f5ffe8;
	border-color: #70963e;
}
.alert {
	border-color: #dfc134;
	background-color: #FAFFBD;
}
.error {
	background-color: #FFEBE8;
	border-color: #C00;
}
.system {
	background-color: #eee;
	border-color: #999;
	color: #c00;
}