/* Css Document */

/*form label {		background: #ffff00; }
form span.field {	background: #add8e6; }
form span.extras {	background: #90ee90; }
form span.info {	background: #90ee90; }*/

#main {
	background: transparent url("/mimages/root/bg.gif") repeat-x top;
	}

.outer_content {
	padding: 4px;
	}

	.outer_content .c_34,
	.outer_content .c_56 {
		width: 296px;
		margin: 0;
		}

	.outer_content .c_3456 {
		width: 592px;
		}


/* Left */

.tab_content ul {
	margin-left: 15px;
	}

	.tab_content ul li {
		padding-bottom: 10px;
		}

		.tab_content ul li.last {
			padding-bottom: 10px;
			}




/* Forms */
form label {
	width: 90px;
	}

	form label span {
		padding: 5px 5px 5px 0;
		text-align: left;
		}

		form span.field {
			width: 300px;
			}

			form span.field input.text {
				width: 200px;
				}
			form span.field textarea {
				width: 290px;
				}

	form li.error label {
		color: #ff0000;
		font-weight: bold;
		background-image: none;
		}



