form {

	margin: 0px;

	padding: 0px;

}



input.text, select {

	border: 1px solid #8b8b8b;

	background-color: #f5f5f5;

	height: 18px;

	font-size: 13px;

}



input.image {

	vertical-align: top;

}



input.submit {

	background-color: #DDE9FF;

	border: 2px solid #8F8F8F;

	color: #135368;

	font-weight: bold;	

	/*height: 20px;*/

	/*line-height: 12px;*/

	padding: 0px;

	margin: 0px;

}



textarea {

	border: 1px solid #8b8b8b;

	background-color: #f5f5f5;

	font-size: 12px;

}



/* *************** sirky boxu ****************** */

.xx-smallWidth {

	width: 4em;

}



.x-smallWidth {

	width: 7em;

}



.smallWidth {

	width: 9em;

}



.smallMediumWidth {

	width: 12em;

}



.mediumWidth {

	width: 15em;

}



.mediumLargeWidth {

	width: 22em;

}



.largeWidth {

	width: 30em;

}



.x-largeWidth {

	width: 40em;

}



.xx-largeWidth {

	width: 50em;

}



/* *************** vysky boxu ****************** */

.x-smallHeight {

	height: 1em;

}



.smallHeight {

	height: 5em;

}



.mediumHeight {

	height: 10em;

}



.largeHeight {

	height: 20em;

}



.x-largeHeight {

	height: 30em;

}



.xx-largeHeight {

	height: 45em;

}



.standardHeight	{

	height: 20px;

}