@import "datePicker.css";

#content .objednavka {
	width: 404px;
	margin: 0px auto;
}
#content fieldset table {
         width: 100%;
         border-collapse: collapse;
}
#content fieldset table tr td {
         padding-left: 15px;
         padding-right: 15px;
}
#content fieldset {
         border: 1px solid #cccccc;
         margin-right: 10px;
         margin-top: 15px;
}

#content fieldset input {
         border: 1px solid #79000F;
         width: 195px;
         float: right;
}
#content fieldset textarea {
         width: 100%;
         height: 60px;
         border: 1px solid #79000F;
         float: none;
}
#content fieldset select {
         border: 1px solid #79000F;
}
#content fieldset .radio {
         border: none;
         width: auto;
         float: none;
}
#content .auto-width {
         width: auto;
}
#content .width_50 {
         width: 50px;
}
#content .no-float {
         float: none;
}
#content .submit {
         border: 1px solid #79000F;      
         background-color: #79000F;
         color: #FDFCEA;
         font-family: verdana;
         font-size: 110%;
         margin: 0px auto;
         margin-top: 15px;
}
#content .center {
         text-align: center;
}
#content .hlasky {
         color: red;
         border: 1px solid red;
}
#content .pre {
         white-space: nowrap;
}
#content .checkbox {
         width: auto !important;
         margin-bottom: -1px;
         margin-top: 4px;
         float: none;
         border: 0px;
}
#content .width_auto {
	width: auto;
}
#content input.width_auto {
	border: 0px;
} 