/* :::::::::::::::::::::::::::::::::: */
/* :::   COMMON styly formularu   ::: */
/* :::::::::::::::::::::::::::::::::: */

form {
	margin: 0px;
	padding: 0px;	
}

input, textarea, .text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	border-style: solid;
	border-width: 1px;
	
	padding: 2px 5px 0px 5px;
}

.select {
	padding-right: 2px;
	padding-bottom: 2px;
}

input {
	height: 20px;	
}

textarea {
	height: 80px;
	overflow: auto;
}

input.button {
	font-weight: bold;
	height: auto;
}

input.checkbox, input.radio {
	border-style: none;
	background: url(/common/images/transparent-pix.png);
	vertical-align: bottom;
}

input.imageSubmit {	
	height: 40px;
	padding: 0px;
	
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	
	cursor: pointer;
}

input.imageSubmit:hover {
	background-position: center -40px;
}

input.imageSubmitSend {
	width: 57px;
}

input.imageSubmitContinue {
	width: 83px;
}

option.noValue {
	font-style: italic;
}

.x-smallWidth {
	width: 30px
}

.smallWidth {
	width: 70px
}

.smallMediumWidth {
	width: 100px
}

.mediumWidth {
	width: 140px
}

.largeWidth {
	width: 200px
}

.x-largeWidth {
	width: 300px
}

form .required {
	padding-left: 4px;
}

/* ------------------------------------ */
/* -----   formular pomoci DIVu   ----- */
/* ------------------------------------ */

form .paramLabel {
	margin-top: 8px;
}

form .paramInput {
}

form div.formButtons {
	margin-top: 15px;
}

/* ---------------------------------- */
/* -----   SEND-INFO formular   ----- */
/* ---------------------------------- */

#content #sendInfo input#sendInfoInput {
	float: left;
	width: 140px;
}

#content #sendInfo a#sendInfoSubmit {
	display: block;
	width: 36px;
	height: 24px;
	float: right;

	background-position: top center;
}

#content #sendInfo a#sendInfoSubmit:hover {
	background-position: center -24px;
}

/* ----------------------------- */
/* -----   TEST formular   ----- */
/* ----------------------------- */

#content .testForm {
	margin-top: 0px;
}

#content .testForm input.answerItem {
	margin-left: 40px;
}
