
/* styly pouze pro obsluhu objednavky */

div.order {
	clear: both;
}


#included-box-login .box-body {
	background: none;
	background-color: none;
	border: none;
}



#order-form {
	clear: both;
}

.form-row span.label,
.form-footer span.label {
	color: #1A507E;
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	color: #000;
	margin-right: 10px;
}


.detail-order-form {
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	padding: 8px 0;
	margin: 10px 0;
	text-align: right;
}
	
	.detail-order-form div.fi-inputs {
	}
	.detail-order-form div.form-footer {
		padding: 0;
	}
	
	.detail-order-form div.form-footer .fi-submit,
	.detail-order-form div.form-footer .fi-submit:focus,
	.detail-order-form div.form-footer .fi-submit:hover {
	  
		background: #1C527E url('../../img/el/portal/bg-fi-submit.jpg') right top no-repeat;
		padding: 0 25px 0 5px;
		color: #fff;
		border: 1px solid #fff;
		font-weight: bold;
		cursor:	pointer;
		margin: 0px; 
		text-transform: uppercase; 
	}


