div,td,span,li {line-height:120%;}

input, textarea, select { font-size:12px; border: 1px Solid Silver; }
.checkbox, .radio, label {border:0px; cursor:pointer;}

a.flag_lang_active img, a.flag_lang_inactive img { margin:0px 7px; }
a.flag_lang_active:link img, a.flag_lang_active:active img, a.flag_lang_active:visited img, a.flag_lang_active:hover img { border:1px Solid #78b4d2; }
a.flag_lang_inactive:link img, a.flag_lang_inactive:active img, a.flag_lang_inactive:visited img { border:1px Solid transparent; }
a.flag_lang_inactive:hover img { border:1px Solid #78b4d2; }


.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}

.float-left			{float:left;}
.float-right		{float:right;}
.mybg				{background:url(../images/get/menu_bg.png) #d20c03;}
.bg-transp			{background:none;}
.pointer			{cursor:pointer;}
.border0			{border:0px;}

.cwhite				{color:white;}

.red				{color:red;}
.green				{color:green;}
.orange				{color:orange;}
.bold				{font-weight:bold;}

.error				{font-size:85%; font-weight:bold; color:red; line-height:150%;}
.align-left			{text-align:left;}
.align-right		{text-align:right;}
.align-center		{text-align:center;}

.lh150				{line-height:150%;}
.lh200				{line-height:200%;}

.fs50				{font-size:50%;}
.fs55				{font-size:55%;}
.fs60				{font-size:60%;}
.fs65				{font-size:65%;}
.fs70				{font-size:70%;}
.fs75				{font-size:75%;}
.fs80				{font-size:80%;}
.fs85				{font-size:85%;}
.fs90				{font-size:90%;}
.fs95				{font-size:95%;}

.input_bg			{
	background:
		url(../images/get/input_bg_tl.gif) no-repeat,
		url(../images/get/input_bg_top.gif) repeat-x,
		url(../images/get/input_bg_left.gif) repeat-y;
	/*background-position: top left, top left, top left;
	width: 385px;
	height: 100px;
	border: 1px solid #000000;*/
}


/* corner */
.corner12 {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.corner10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.corner8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.corner6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


/* corner-top */
.corner12top {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.corner12bottom {
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

#ui-datepicker-div {z-index:1000000;}