﻿DIV.formEnvelope
{
	overflow: hidden;
	zoom: 1;
}

DIV.formEnvelope FIELDSET
{
	float: left;
	overflow: hidden;
}

DIV.formEnvelope FIELDSET DIV.frmSection
{
	display: block;
	overflow: hidden;
	clear: both;
}

DIV.formEnvelope FIELDSET DIV.frmRequired, DIV.formEnvelope FIELDSET DIV.frmOptional
{
	overflow: hidden;
	margin: 0.75em 1ex;
}

DIV.formEnvelope FIELDSET LABEL.frmLabel
{
	float: left;
	text-align: right;
	line-height: 150%;
	padding-right: 5px;
}

DIV.formEnvelope FIELDSET SPAN.frmField
{
	display: block;
	float: left;
}

DIV.formEnvelope FIELDSET SPAN.frmFieldNoLabel
{
	display: block; /*float: left;*/
	padding-left: 5px;
}

DIV.formEnvelope FIELDSET INPUT.frmTextBox
{
	float: left;
}

DIV.formEnvelope FIELDSET SPAN.frmInputFitWrap
{
	padding-right: 8px;
	overflow: visible;
	display: block;
}

DIV.formEnvelope FIELDSET INPUT.frmFitContent
{
	padding: 2px 2px;
	width: auto;
	width: 100%;
}

DIV.formEnvelope FIELDSET SELECT.frmFitContent
{
	width: 100%;
}

DIV.formEnvelope FIELDSET SPAN.frmCheckbox
{
	display: block;
	float: left;
}

DIV.formEnvelope FIELDSET SPAN.frmRadiolist
{
	display: block;
	float: left;
}

DIV.formEnvelope FIELDSET SPAN.frmRadiolist LABEL
{
	margin-right: 1ex;
}

DIV.formEnvelope FIELDSET DIV.frmControls
{
	overflow: hidden;
	margin: 0.25em 1ex;
	padding-left: 5px;
}

DIV.formEnvelope FIELDSET DIV.frmInfoBoxStatic
{
	float: right;
	overflow: hidden;
	margin: 0.75em 1ex;
	color: white;
	border: solid 1px white;
	padding: 5px;
	font-size: 80%;
}

DIV.formEnvelope FIELDSET DIV.frmInfoBoxStatic P
{
	margin-bottom: 0.5em;
}




/************************* šířky labelů *************************/

DIV.formEnvelope FIELDSET.wl12 LABEL.frmLabel
{
	width: 12ex;
}

DIV.formEnvelope FIELDSET.wl12 SPAN.frmFieldNoLabel
{
	margin-left: 12ex;
}

DIV.formEnvelope FIELDSET.wl12 DIV.frmControls
{
	margin-left: 12ex;
}

/* 20 */

DIV.formEnvelope FIELDSET.wl20 LABEL.frmLabel
{
	width: 20ex;
}

DIV.formEnvelope FIELDSET.wl20 SPAN.frmFieldNoLabel
{
	margin-left: 20ex;
}

DIV.formEnvelope FIELDSET.wl20 DIV.frmControls
{
	border-left: solid 20ex transparent;
}





/************************* šířky polí *************************/

DIV.formEnvelope FIELDSET SPAN.wf10
{
	width: 10ex;
}

DIV.formEnvelope FIELDSET INPUT.wf10
{
	width: 10ex;
}

DIV.formEnvelope FIELDSET SPAN.wf15
{
	width: 15ex;
}

DIV.formEnvelope FIELDSET INPUT.wf15
{
	width: 15ex;
}


DIV.formEnvelope FIELDSET SPAN.wf20
{
	width: 20ex;
}

DIV.formEnvelope FIELDSET INPUT.wf20
{
	width: 20ex;
}


DIV.formEnvelope FIELDSET SPAN.wf30
{
	width: 30ex;
}

DIV.formEnvelope FIELDSET INPUT.wf30
{
	width: 30ex;
}

DIV.formEnvelope FIELDSET SPAN.wf45
{
	width: 45ex;
}

DIV.formEnvelope FIELDSET INPUT.wf45
{
	width: 45ex;
}




/************************* tlačítka *******************************/

SPAN.lbEnvelope_AppButton
{
	display: inline-block;
	text-align: left;	
	height: 28px;
	overflow: hidden;
}

SPAN.lbEnvelope_AppButton A.AppButton
{
	display: block;	
	font-size: 12px;	
	font-weight: 100;	
	text-decoration: none;
	background-image: url(images/apbtn_bgr_left.png);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 28px;
	margin-right: 10px;		
	cursor: pointer;
}

SPAN.lbEnvelope_AppButton A.AppButton SPAN.lbContent
{
	background-repeat: no-repeat;
	background-position: right 2px;
	display: block;			
	height: 28px;
	padding: 7px 28px 0 7px;
	margin-right: -10px;	
	font-size: 12px;
}

SPAN.lbEnvelope_AppButton A.AppButton:hover SPAN.lbContent
{
	text-decoration: underline;
}

SPAN.lbEnvelope_AppButton A.AppButtonIconArrow SPAN.lbContent
{
	background-image: url(images/ico_arrowr.png);	
}

SPAN.lbEnvelope_AppButton A.AppButtonIconBasket SPAN.lbContent
{
	background-image: url(images/ico_basket.png);
}

SPAN.lbEnvelope_AppButton A.AppButtonIconClear SPAN.lbContent
{
	background-image: url(images/ico_ven.png);	
}



