﻿
/* ----------------------------------------- form --------------------------------------- */

input, select, textarea
{
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Sans-Serif;
	color: #415264;
}

select {padding:2px 2px 1px 2px}

.spanForm
{
	display: -moz-inline-box;
	display: inline-block;
	text-align: right;
	padding: 0px 3px 2px 0px;
}

.disabledTextBox
{
	background-color: #f2f1ee;
	border: solid 1px #cac8bb;
	color: #cac8bb;
	cursor: default;
}

/* ----------------------------------------- button --------------------------------------- */

.button input, .button a
{
	display: -moz-inline-box;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(Images/bckButtonS.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	padding: 5px 0px 6px 0px;
	text-decoration: none;
}

.buttonVelky input, .buttonVelky a, .buttonVelkyZeleny input, .buttonVelkyZeleny a
{
	display: -moz-inline-box;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(Images/bckButtonVelkyS.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
}
.buttonVelkyZeleny input, .buttonVelkyZeleny a { background-image: url(Images/bckButtonVelkyS-zeleny.gif); }

.button a:hover, .buttonVelky a:hover, .buttonVelkyZeleny a:hover { color: #ffffff; }
.button a:visited, .buttonVelky a:visited, .buttonVelkyZeleny a:visited { color: #ffffff; }

.button, .buttonVelky, .buttonVelkyZeleny
{
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(Images/bckButtonL.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 12px;
	text-align: center;
}

.buttonVelky { background-image: url(Images/bckButtonVelkyL.gif);  }
.buttonVelkyZeleny { background-image: url(Images/bckButtonVelkyL-zeleny.gif);  }

.button span, .buttonVelky span, .buttonVelkyZeleny span 
{
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(Images/bckButtonP.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 12px;
	text-align: center;
}

.buttonVelky span { background-image: url(Images/bckButtonVelkyP.gif); }
.buttonVelkyZeleny span { background-image: url(Images/bckButtonVelkyP-zeleny.gif); }
