/* objednavka CSS Document */
.obj_postup_schema{
	width: 90%;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
}	

.obj_postup_main{
	width: 70%;
	margin:auto;
	padding:20px;
	text-align:center;
}

.obj_postup_nadpis2{
	width: 100%;
	text-align:center;
	font-size: 10pt;
	font-weight:bold;
}

.obj_postup_text{
	width: 100%;
	border: 1px #000000 solid;
	margin-bottom: 5px;
	text-align:center;
}

.obj_postup_table{
	width: 100%;
	margin-bottom: 5px;
	text-align:center;
}

.obj_postup_table th{
	background-color:#999999;
	margin-bottom: 5px;
	font-size: 10pt;
	text-align:left;
	padding:3px;
}
.obj_postup_table td{
	background-color:#CCCCCC;
	margin-bottom: 5px;
	text-align:left;
	padding:3px;
}

.submit_btn{
	background-image:url(../image/submit_btn.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 110px;
	height: 40px;
	text-align:right;
	border:none;
	cursor:pointer;
}

.kosik_btn{
	width: 110px;
	height: 40px;
	text-align:right;
	border:none;
	text-decoration:none;
}
.kosik_view_btn{
	border:none;
	text-decoration:none;
	color:#000000;
	font-size: 8pt;
}

.kosik_del_btn{
	text-align:right;
	border:none;
	text-decoration:none;
}
