/* -------------------------------- */
/* BASIC TAGS                       */
/* -------------------------------- */
	body {
		background: #d9e3d7 url(../img/bgnd_main.gif) repeat-x top center;
		color: #363636;
		cursor: default;
		font: 10px "Trebuchet MS", Tahoma, Arial, sans-serif;
	}
	
	a {
		color: #f03c78;
		text-decoration: none;
	}
	
	a.dark {
		color: #363636;
		text-decoration: none;
	}
	
	a.link_more {
		color: #b4c8af;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	strong {
		font-weight: bold;
	}
	
	em {
		font-style: italic;
	}
	
	.hide {
		display: none;
	}



/* -------------------------------- */
/* CORE                             */
/* -------------------------------- */
	#header_in,
	#main,
	#footer_in {
		margin: 0px auto;
		width: 960px;
	}


/* -------------------------------- */
/* HEADER                           */
/* -------------------------------- */
	#header_in {
		background: #e4e4e4 url(../img/bgnd_header.gif) no-repeat top center;
		font-size: 1.2em;
		height: 210px;
		overflow: hidden;
	}
	
	#logo {
		float: left;
		height: 120px;
		margin-left: 20px;
	}
	
	#top {
		float: right;
		margin: 30px 20px 0 0;
		text-align: right;
	}
	
	#top span {
		line-height: 35px;
	}
	
	#top span a {
		font-weight: bold;
	}
	
	
	
	#menu {
		clear: both;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 60px;
		padding: 10px 20px 0 0;
	}
	
	#menu ul {
		float: right;
	}
	
	#menu ul li {
		float: left;
		padding: 0 2px;
	}
	
	#menu ul li a {
		color: #2d3c28;
		display: block;
		margin-left: 20px;
		padding-left: 50px;
		padding-right: 10px;
	}
	
	#menu ul li a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	#menu ul li a.first {
		margin-left: 0;
	}
	
	#menu ul li a.info {
		background: url(../img/bgnd_menu_info.gif) no-repeat left center;
	}
	
	#menu ul li a.rules {
		background: url(../img/bgnd_menu_rules.gif) no-repeat left center;
	}
	
	#menu ul li a.friends {
		background: url(../img/bgnd_menu_friends.gif) no-repeat left center;
	}



/* -------------------------------- */
/* CONTENT                          */
/* -------------------------------- */
	#main {
		clear: both;
		overflow: hidden;
	}
	
	#infobar {
		font-size: 1.2em;
		margin: 0 auto;
		width: 940px;
	}
	
	#breadcrumb {
		clear: both;
		margin: 5px 0;
	}
	
	#breadcrumb a {
		color: #2d3c28;
	}
	
	#breadcrumb span {
		font-weight: bold;
	}
	
	#sidebar_left {
		clear: both;
		float: left;
		padding: 0 0 10px 0;
		width: 210px;
	}
	
	#sidebar_right {
		float: right;
		padding: 0 0 10px 0;
		width: 210px;
	}
	
	#content {
		float: left;
		width: 540px;
	}
	
	#content.e404 {
		clear: both;
		float: none;
		margin: 0 auto;
		width: 540px;
	}
	
	.box {
		background: url(../img/box_normal_foot.gif) no-repeat center bottom;
		clear: both;
		margin-top: 0;
		overflow: hidden;
		padding-bottom: 30px;
	}
	
	.box .box_header {
		background: url(../img/box_normal_head.gif) no-repeat center top;
		line-height: 30px;
		padding: 20px 30px 0;
	}
	
	.box .box_tabs {
		background: url(../img/box_normal_tabs.gif) no-repeat center top;
		line-height: 30px;
		padding: 10px 10px 0;
	}
	
	.box .box_body {
		background: url(../img/box_normal_body.gif) repeat-y center top;
		padding: 10px 30px 0;
	}
	
	.box.pool .box_body {
		padding-top: 5px;
	}
	
	.sidebar .box .box_header {
		background: url(../img/box_small_head.gif) no-repeat center top;
	}
	
	.sidebar .box .box_body {
		background: url(../img/box_small_body.gif) repeat-y center top;
	}
	
	.sidebar .box {
		background: url(../img/box_small_foot.gif) no-repeat center bottom;
	}
	
	.box span.color {
		color: #f03c78;
	}
	
	.box h2 {
		clear: both;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.6em;
	}
	
	.box h2.color {
		color: #f03c78;
	}
	
	.box h2.light {
		color: #909090;
		font-weight: normal;
	}
	
	.box h2.link {
		cursor: pointer;
		font-weight: normal;
	}
	
	.box h2 .to_right {
		float: right;
	}
	
	.box h2 a {
		color: #2d3c28;
	}
	
	.box span.h2 {
		color: #2d3c28;
		display: block;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.6em;
		padding-bottom: 10px;
	}
	
	.box h3 {
		clear: both;
		color: #5ab40a;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1.5em;
	}
	
	.box h3.light {
		font-weight: normal;
	}
	
	.box h4 {
		clear: both;
		color: #5ab40a;
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2em;
	}
	
	.box h4.light {
		font-weight: normal;
	}
	
	.box .box_body {
		clear: both;
		font-size: 1.2em;
	}
	
	.box .box_body.center {
		padding: 10px 20px;
	}
	
	.box .box_body .center {
		text-align: center;
	}
	
	.box .box_body .fixed {
		overflow: hidden;
	}
	
	.box div.to_right {
		text-align: right;
	}
	
	
	/* tabs */
	.box .box_tabs {
		overflow: hidden;
	}
	
	.box .box_tabs a {
		color: #2d3c28;
		float: left;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		width: 25%;
	}
	
	.box .box_tabs a.selected {
		background: url(../img/box_normal_tab.gif) no-repeat center top;
		color: #4f9f09;
	}
	
	.box .box_tabs a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.box .box_tabs a.selected:hover {
		color: #4f9f09;
	}
	
	
	/* standard list */
	.box ul.ul {
		color: #363636;
		font-weight: normal;
		list-style: square;
		padding: 0 15px;
	}
	
	.box ul.ul li {
		line-height: 2em;
	}
	
	
	/* list */
	.box ul.list {
		color: #363636;
		font-weight: normal;
	}
	
	.box ul.list li {
		background: url(../img/list_style.gif) no-repeat 0px 3px;
		padding-left: 15px;
	}
	
	.box ul.list li a {
		color: #363636;
		font-weight: bold;
	}
	
	
	/* numbers list*/
	.box ol.numbers {
		color: #363636;
		font-weight: normal;
		list-style: decimal inside;
	}
	
	.box ol.numbers li.number {
		background: #fff url(../img/bgnd_list_numbers.gif) no-repeat left top;
		color: #fff;
		font-weight: bold;
		padding: 5px 0 5px 10px;
	}
	
	.box ol.numbers li.number p {
		color: #363636;
		display: inline;
		font-size: 1.1em;
		margin-left: 10px;
	}
	
	.box ol.numbers li.number ul.tree {
		height: 100%;
		margin: 4px 0 4px 32px;
	}
	
	.box ol.numbers li.number.big {
		padding-left: 6px;
	}
	
	.box ol.numbers li.number.big p {
		margin-left: 8px;
	}
	
	.box ol.numbers li.number span.controls {
		color: #363636;
		font-size: 0.9em;
		font-weight: normal;
		padding-left: 10px;
	}
	
	
	/* tree list */
	.box ul.tree {
		background: url(../img/tree_line.gif) repeat-y;
		color: #363636;
		font-weight: normal;
	}
	.box ul.tree.hide {
		display: none;
	}
	
	.box ul.tree li.node {
		background: url(../img/tree_node.gif) no-repeat;
		padding: 2px 0 4px 20px;
	}
	
	.box ul.tree li.node.last {
		background: #fff url(../img/tree_node_last.gif) no-repeat;
	}
	
	.box ul.tree li.node a {
	}
	
	.box ul.tree li.node ul {
		height: 100%;
		margin: 2px 0 2px 20px;
	}
	
	.box ul.tree li.node ul li {
		padding: 2px auto;
	}
	
	a.tested,
	h2.tested/* ,
	.box ul.tree li.node ul li.tested */ {
		background: #fff url(../img/tested.gif) no-repeat 0 2px;
	}
	
	a.tested,
	/* .box ul.tree li.node ul li.tested, */
	.box ul.tree li.node ul li.indent {
		padding-left: 20px;
	}
	
	h2.tested {
		background-position: left center;
		padding-left: 20px;
	}
	
	a.test_link {
		margin-right: 5px;
		vertical-align: middle;
	}
	
	.box ul.tree li.node ul li.tested div.info {
		margin-left: 20px;
	}
	
	
	
	
	.box ul.tree li.node ul div.head {
		font-weight: bold;
	}
	
	.box ul.tree li.node ul div.head.own {
		color: #f03c78;
	}
	
	.box ul.tree li.node ul div.info {
		font-size: 0.9em;
		padding-bottom: 4px;
	}
	
	
	/* post */
	.box .post {
		border-top: 1px solid #dddddd;
		margin-top: 20px;
		padding-top: 15px;
	}
	
	.box .post.first {
		border: 0;
		margin-top: 0;
		padding-top: 0;
	}
	
	.box .post .post_info {
		color: #909090;
	}
	
	.box .post .post_content {
		clear: both;
		margin: 10px 0;
		overflow: hidden;
		text-align: justify;
	}
	
	.box .post .floatbar {
		background: #e8e8e8;
		float: left;
		margin-right: 5px;
		padding: 3px 5px;
	}
	
	/* columns */
	.columns {
		clear: both;
	}
	
	.columns.big {
		font-size: 1.4em;
		line-height: 2em;
	}
	.columns.bigger {
		font-size: 1.5em;
		line-height: 2em;
	}
	
	.columns .left {
		float: left;
		width: 48%
	}
	.columns .right {
		float: right;
		width: 48%
	}
	
	.columns .toleft {
		text-align: left;
	}
	.columns .toright {
		text-align: right;
	}
	
	.columns span.points {
		background: url(../img/bgnd_round_left.gif) no-repeat left center;
		color: #efefef;
		display: block;
		padding: 0 0 0 10px;
	}
	
	.columns span.points span.inner {
		background: url(../img/bgnd_round_right.gif) no-repeat right center;
		color: #efefef;
		display: block;
		font-weight: bold;
		padding: 0 10px 0 0;
		text-align: center;
		width: 50px;
	}
	
	.columns.bigger span.points span.inner {
		color: #5ab40a;
	}
	
	
	
	/* bar */
	.box .bar {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 1em;
		width: 100%;
	}
	
	.box .bar.left,
	.box .bar.right {
		font-size: 1.2em;
		padding: 1em 0;
	}
	
	.box .bar.right {
		text-align: right;
	}
	
	.box .bar.clean {
		border: 0;
	}
	
	.box .bar a,
	.box .bar span.link {
		font-weight: bold;
	}
	
	.box .bar.left a,
	.box .bar.left span.link {
		margin-right: 10px
	}
	
	.box .bar.right a,
	.box .bar.right span.link {
		margin-left: 10px
	}
	
	.box .bar span.link {
		background: url(../img/bgnd_round_left.gif) no-repeat left center;
		color: #efefef;
		padding: 5px 0 5px 10px;
	}
	
	.box .bar span.link span.inner {
		background: url(../img/bgnd_round_right.gif) no-repeat right center;
		color: #efefef;
		padding: 5px 10px 5px 0;
	}
	
	
	/* limiter */
	.box .limiter {
		border-bottom: 1px solid #dddddd;
		margin: 1em 0;
	}
	.box .limiter.clean {
		border-bottom: 0px;
		margin: 1em 0;
	}
	
	
	/* ankieta */
	.box ol.questions {
		list-style: decimal;
		margin: 0 0 0 20px;
	}
	.box ol.questions li {
		padding: 0 0 5px 0;
	}
	
	.box ul.answers {
		list-style: disc;
		margin: 0 0 0 20px;
	}
	.box ul.answers.multi {
		list-style: square;
	}
	.box ul.answers li {
		padding: 0;
	}
	
	.sidebar .box ul.answers {
		list-style: disc;
		margin: 0 0 0 15px;
	}
	
	
	.box div.graph_title {
		float: left;
		width: 120px;
	}
	
	.box div.graph {
		background: #e8e8e8;
		float: left;
		height: 16px;
		padding: 0;
		position: relative;
		width: 240px;
	}
	
	.box div.graph span {
		color: #fff;
		display: block;
		float: left;
		font-weight: bold;
		margin-left: 5px;
		position: absolute;
		text-align: center;
	}
	.box div.graph span.dark {
		color: #363636;	
	}
	
	.box div.graph strong.graph_bar {
		background: url(../img/gradient.png) repeat-x left top;
		color: #fff;
		display: block;
		margin-left: 0;
		text-align: center;
		text-indent: -200%;
	}
	
	.sidebar .box div.graph_title {
		width: 110px;
	}
	
	.sidebar .box div.graph {
		width: 110px;
	}
	
	
	/* tagcloud */
	.box .tagcloud a {
		color: #b4c8af;
	}
	
	
	/* checklist table */
	table.checklist {
		width: 100%;
	}
	table.checklist.small {
		width: auto;
	}
	
	table.checklist th {
		background: #d6e0d5;
		font-size: 1em;
		font-weight: bold;
		padding: 5px 0;
		text-align: left;
	}
	
	table.checklist th.c_number {
		overflow: hidden;
		text-indent: -100%;
		width: 9%;
	}
	
	table.checklist th.c_make {
		width: 25%;
	}
	
	table.checklist th.c_weight {
		width: 10%;
	}
	
	table.checklist th.c_form {
		width: 10%;
	}
	
	table.checklist th.c_type {
		width: 20%;
	}
	
	table.checklist th.c_date {
		width: 25%;
	}
	
	table.checklist th.c_value {
		width: 15%;
	}
	
	table.checklist th.c_delete {
		overflow: hidden;
		text-indent: -100%;
		width: 4%;
	}
	
	table.checklist th.c_center {
		text-align: center;
		vertical-align: middle;
	}
	
	table.checklist th.w100 {
		text-align: center;
		width: 100px;
	}
	
	table.checklist th.w150 {
		text-align: center;
		width: 150px;
	}
	
	table.checklist tfoot td {
		padding: 5px 0;
		text-align: right;
	}
	
	table.checklist tfoot td.left {
		text-align: left;
	}
	
	
	table.checklist td.c_color {
		color: #f03c78;
	}
	
	table.checklist td.c_number {
		background: #fff url(../img/bgnd_list_numbers.gif) no-repeat center center;
		color: #fff;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	
	table.checklist td.c_color,
	table.checklist td.c_number {
		padding-top: 10px;
	}
	
	table.checklist td.c_more,
	table.checklist td.c_number {
		border-bottom: 1px solid #dddddd;
		padding-bottom: 10px;
	}
	
	table.checklist td.c_more div {
		background: #e8e8e8;
		margin-top: 2px;
		padding: 2px;
	}
	
	table.checklist td.c_label {
		font-size: 1.1em;
		font-weight: bold;
	}
	
	table.checklist td.c_input {
		font-size: 1.1em;
		font-weight: bold;
		padding-bottom: 2px;
	}
	
	table.checklist td.c_submit {
		text-align: right;
		vertical-align: middle;
	}
	
	table.checklist td.c_center {
		text-align: center;
		vertical-align: middle;
	}
	
	
	/* products */
	ol.products {
		list-style: decimal;
		margin-left: 20px;
	}
	
	
	/* sidebar */
	.sidebar h2,
	.sidebar span.h2 {
		font-size: 1.25em;
		line-height: 1.25em;
	}
	
	.sidebar .post_content,
	.sidebar .post_content p {
		text-align: left;
	}


/* -------------------------------- */
/* FOOTER                           */
/* -------------------------------- */
	#footer {
		clear: both;
	}
	
	#footer_in {
		font-size: 1.2em;
		line-height: 1.75em;
		padding: 0 0 10px;
		width: 530px;
	}
	
	#footer_in .left {
		float: left;
	}
	
	#footer_in .right {
		float: right;
		text-align: right;
	}
	
	#footer_in .center {
		clear: both;
		padding: 0;
		text-align: center;
	}
	
	#footer_in .center img {
		vertical-align: middle;
	}

/* -------------------------------- */
/* FORMS                            */
/* -------------------------------- */
	ol.form {
		clear: both;
		list-style:none;
		margin: 0;
		padding: 0;
	}
	
	ol.form label{
		width: 20%;
	}
	
	ol.form li.form_item,
	ol.form li.form_group {
		border-bottom: 1px solid #dfdfdf;
		clear: both;
		height: 100%;
		margin: 0;
		overflow: hidden;
		padding: 0.5em;
	}
	
	ol.form li.form_item label,
	ol.form .form_label {
		cursor: pointer;
		float: left;
		line-height: 100%;
		margin: .3em 2% 0 0;
		padding: 0;
		position: relative;
		width: 25%;
	}
	ol.form li.form_group label,
	ol.form .form_group .form_label {
		cursor: pointer;
		float: left;
		line-height: 100%;
		margin: 0 2% 0 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
	ol.form li.form_item label em,
	ol.form .form_label em {
		color: red;
		display: block;
		font-style: normal;
		font-weight: bold;
		position: absolute;
		right: 0;
		top: 0;
	}
	ol.form li.form_item label.inline {
		display: inline;
		float: none;
		line-height: 18px;
		margin-left: 2px;
		margin-right: 0px;
	}
	ol.form li.form_item label.small {
		float: left;
		margin-left: 5px;
		text-align: center;
		width: 10%;
	}
	
	ol.form li.form_item input.form_input,
	ol.form li.form_item select,
	ol.form li.form_item textarea,
	ol.form li.form_item div.form_element,
	ol.form li.form_item div.form_element .form_datepicker_date,
	ol.form li.form_group ul {
		float: left;
		font: 12px Tahoma, Arial, sans-serif;
		width: 72%;
	}
	
	ol.form li.form_item.short input.form_input,
	ol.form li.form_item.short input.file,
	ol.form li.form_item.short select,
	ol.form li.form_item.short textarea,
	ol.form li.form_item.short div.form_element,
	ol.form li.form_item.short div.form_element .form_datepicker_date,
	ol.form li.form_group.short ul {
		width: 35%;
	}
	
	.sidebar ol.form li.form_item input.form_input,
	.sidebar ol.form li.form_item input.file,
	.sidebar ol.form li.form_item select,
	.sidebar ol.form li.form_item textarea,
	.sidebar ol.form li.form_item div.form_element,
	.sidebar ol.form li.form_item div.form_element .form_datepicker_date {
		width: 60%;
	}
	
	ol.form li.form_item input.form_input,
	ol.form li.form_item select,
	ol.form li.form_item textarea,
	ol.form li.form_item div.form_element .form_datepicker_date	{
		border: 1px solid #E2DBD1;
	}
	
	ol.form li.form_item input.form_input,
	ol.form li.form_item textarea,
	ol.form li.form_item div.form_element .form_datepicker_date	{
		padding-left: 2px;
	}
	
	ol.form li.form_item input.form_input {
		height: 18px;
	}
	
	ol.form li.form_item input.form_input.small {
		width: 40px;
	}
	
	ol.form li.form_item span.mceEditor {
		clear: both;
		display: block;
		width: 50%;
	}
	
	ol.form li.form_item select {
		margin-bottom: 0.3em;
	}
	
	ol.form li.form_item div.form_element.indent {
		line-height: 18px;
		margin-left: 27%;
	}
	
	ol.form li.form_item.short div.form_before {
		float: left;
		margin-right: 1%;
		text-align: right;
		width: 30%;
	}
	
	ol.form li.form_item.short div.form_after {
		float: left;
		margin-left: 2%;
		width: 25%;
	}
	
	ol.form li.form_group ul {
		list-style:none;
		margin: 0px;
		overflow: hidden;
		padding: 0px;
	}
	
	ol.form li.form_group ul li {
		clear: both;
	}
	ol.form li.form_group ul input {
		clear: both;
		display: block;
		float: left;
		line-height: 16px;
	}
	ol.form li.form_group ul label {
		cursor: pointer;
		display: block;
		float: left;
		line-height: 18px;
		margin-left: 5px;
		width: 70%;
	}
	
	.sidebar ol.form li.form_group ul {
		width: 100%;
	}
	.sidebar ol.form li.form_group ul label {
		width: 78%;
	}
	
	
	ol.form li.form_item div.form_element .form_datepicker_date {
		margin-right: 10px;
		width: 100px;
	}
	ol.form li.form_item div.form_element .form_datepicker_hour {
		margin-right: 2px;
		width: 45px;
	}
	ol.form li.form_item div.form_element .form_datepicker_minute {
		width: 45px;
	}
	
	
	ol.form li.form_item div.multiselectable {
		display: block;
		float: left;
		overflow: auto;
		width: 72%;
	}
	
	ol.form li.form_item div.multiselectable .m-selectable-from,
	ol.form li.form_item div.multiselectable .m-selectable-to {
		display: block;
		float: left;
		min-height: 8em;
		overflow: auto;
		width: 45%;
	}
	
	ol.form li.form_item div.multiselectable .m-selectable-controls {
		display: block;
		float: left;
		padding-top: 2em;
		overflow: auto;
		width: 10%;
	}
	
	ol.form li.form_item div.multiselectable label,
	ol.form li.form_item div.multiselectable select {
		clear: both;
		display: block;
		width: 100%;
	}
	
	ol.form li.form_item div.multiselectable label {
		padding: 0 0 0.5em;
	}
	
	ol.form li.form_item div.multiselectable select {
		min-height: 7em;
	}
	
	ol.form li.form_item div.multiselectable button {
		background: #fafafa;
		border: 1px solid #bfbfbf;
		display: block;
		font-size: 1em;
		height: 2em;
		margin: 1em auto 0;
		padding: 5px auto 5px auto;
		width: 3em;
	}
	
	ol.form li.form_item div.multiselectable button.multis-right {
		background: #fafafa url(../img/ico_arrow_right.gif) no-repeat center center;
	}
	
	ol.form li.form_item div.multiselectable button.multis-left {
		background: #fafafa url(../img/ico_arrow_left.gif) no-repeat center center;
	}
	
	ol.form small {
		font-size: 0.8em;
	}
	
	ol.form li div.form_more,
	ol.form li.form_buttons {
		clear: both;
		margin-left: 27%;
	}
	
	ol.form li.form_buttons {
		clear: both;
		padding-top: 1em;
		text-align: right;
	}
	
	ol.form li.form_buttons button,
	button {
		background: #fff;
		border: 0;
		color: #709267;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 0px;
		padding: 5px 5px 5px 35px;
	}
	
	ol.form li.form_buttons button.submit,
	button.submit {
		background: url(../img/bgnd_round_right.gif) no-repeat right center;
		padding: 5px 10px 5px 0;
	}
	
	ol.form li.form_buttons button.submit span.inner,
	button.submit span.inner {
		background: url(../img/btn_submit.gif) no-repeat left center;
		margin: 0 0 0 -5px;
		padding: 5px 0px 5px 45px;
	}
	
	ol.form li.form_item input.form_input_error,
	ol.form li.form_item textarea.form_input_error {
		border: 1px solid red;
	}
	
	
	
	.inline ol.form li.form_item,
	.inline ol.form li.form_group {
		border-bottom: 0;
		clear: none;
		float: left;
		height: 100%;
		padding: .5em 1% 1em;
	}
	
	.inline.small ol.form li.form_item,
	.inline.small ol.form li.form_group {
		border-bottom: 0;
		clear: none;
		float: left;
		height: 100%;
		padding: .25em 1% .25em;
	}
	
	.inline ol.form li.form_item.first,
	.inline ol.form li.form_group.first {
		clear: both;
	}
	
	.inline ol.form li.form_item.odd,
	.inline ol.form li.form_group.odd {
		background: #f5f5f5;
	}
	
	.inline ol.form li.form_item.w50,
	.inline ol.form li.form_group.w50 {
		width: 48%;
	}
	
	.inline ol.form li.form_item.w30,
	.inline ol.form li.form_group.w30 {
		width: 28%;
	}
	
	.inline ol.form li.form_item.w25,
	.inline ol.form li.form_group.w25 {
		width: 23%;
	}
	
	.inline ol.form li.form_item.w20,
	.inline ol.form li.form_group.w20 {
		width: 18%;
	}
	
	.inline ol.form li.form_item.w15,
	.inline ol.form li.form_group.w15 {
		width: 13%;
	}
	
	.inline ol.form li.form_item label,
	.inline ol.form .form_label {
		font-weight: bold;
		margin: .3em 0 0 0;
		padding: 0 0 5px 0;
		width: 90%;
	}
	.inline ol.form li.form_item label em,
	.inline ol.form .form_label em {
		display: inline;
		position: relative;
		left: 5px;
	}
	
	.inline ol.form li.form_item input.form_input,
	.inline ol.form li.form_item select,
	.inline ol.form li.form_item textarea,
	.inline ol.form li.form_item div.form_element,
	.inline ol.form li.form_item div.form_element .form_datepicker_date,
	.inline ol.form li.form_group ul {
		clear: both;
		width: 90%;
	}
	
	
	
	div.loading {
		background: url(../img/ico_checking.gif) no-repeat center center;
		height: 20px;
	}
	
	div.loading.right {
		float: right;
		width: 20px;
	}
	
	
	
	.form_checking,
	.form_error,
	.form_hint {
		background-color: #fafafa;
		background-position: 10px 5px;
		background-repeat: no-repeat;
		border: 1px solid #E2DBD1;
		clear: both;
		display: block;
		height: 100%;
		line-height: 1.5em;
		margin: 5px 0 0 27%;
		overflow: hidden;
		padding: 5px 0px;
		text-indent: 35px;
		width: 72.5%;
	}
	
	.form_group .form_checking,
	.form_group .form_error,
	.form_group .form_hint {
		margin-left: 0;
		width: 100%;
	}
	
	.inline .form_checking,
	.inline .form_error,
	.inline .form_hint {
		margin-left: 0;
		width: 100%;
	}
	
	.form_checking {
		background-image: url(../img/ico_checking.gif);
		background-color: #f2f2f2;
		border-color: #cfcfcf;
	}
	
	.form_error {
		background-image: url(../img/ico_red_bulb.gif);
		background-color: #ffd9d9;
		border-color: #d94c4c;
	}
	
	.form_hint {
		background-image: url(../img/ico_light_bulb.gif);
		background-color: #fff7d9;
		border-color: #d9bd4c;
	}
	
	.form_hint a {
		text-decoration: underline;
	}
	
	
	
	div.error, div.success, div.tip, div.checking {
		background-color: #fafafa;
		background-position: 10px 10px;
		background-repeat: no-repeat;
		border: 1px solid #bfbfbf;
		font-weight: bold;
		height: 100%;
		line-height: 1.5em;
		overflow: hidden;
		padding: 10px 10px 10px 35px;
		margin: 10px auto;
	}
	div.error {
		background-image: url(../img/ico_cross_circle.gif);
		background-color: #ffd9d9;
		border-color: #d94c4c;
	}
	div.success {
		background-image: url(../img/ico_tick_circle.gif);
		background-color: #f1ffd9;
		border-color: #a5d94c;
	}
	div.tip {
		background-image: url(../img/ico_light_bulb.gif);
		background-color: #fff7d9;
		border-color: #d9bd4c;
	}
	div.checking {
		background-image: url(../img/ico_checking.gif);
	}
	
	div.error p, div.success p, div.tip p, div.checking p {
		float: left;
	}
	div.btn_close {
		background: url(../img/ico_close.gif) no-repeat top right;
		cursor: pointer;
		float: right;
		height: 1.5em;
		width: 15px;
	}
	
	.dialog {
		display: none;
		z-index: 1000;
	}
