/* 
    Document   : form
    Created on : 02.06.2009, 18:42:47
    Author     : petrica
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


input[type=text]
{
height: 18px;
font-weight: bold;
background:url("/images/style/grd1.jpg") no-repeat left top;
border-width: 1px;
border-top-color: gray;
border-left-color: gray;
border-right-color: gray;
border-bottom-color: gray;
PADDING-RIGHT: 2px;
PADDING-LEFT: 2px;
PADDING-BOTTOM: 2px; 
}

.select1
{
height: 25px;
background:url("/images/style/grd1.jpg") no-repeat left top;
border-width: 1px;
border-top-color: gray;
border-left-color: gray;
border-right-color: gray;
border-bottom-color: gray;
PADDING-RIGHT: 2px;
PADDING-LEFT: 2px;
PADDING-BOTTOM: 2px; 
}

textarea
{
font-weight: bold;
background:url("/images/style/grd1.jpg") no-repeat left top;
border-width: 1px;
border-top-color: gray;
border-left-color: gray;
border-right-color: gray;
border-bottom-color: gray;
PADDING-RIGHT: 2px;
PADDING-LEFT: 2px;
PADDING-BOTTOM: 2px; 
}


.table_header
{

}

.table_header th
{
  font-size: 16px;
  font-weight: bold;
  padding: 7px;
}

.table_header td
{
  padding: 7px;
}

.table_form
{

}

.table_form td, .table_form th
{
  padding: 5px;
  font-size: 12px;
}

.table_form label
{
  display:block;
  width:150px;
  text-align:right;
}

.table_form .left label
{
  width: auto;
  text-align: left;
  display: inline;
}

.table_form .admin_left label
{
  width: auto;
  text-align: left;
}

.table_form ul.radio_list
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.table_form ul.radio_list li
{

}

.table_form ul.radio_list label
{
  display: inline;
}

.red
{
  color: #C91F1A;
}

.inline ul.radio_list
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.inline ul.radio_list li
{
  display:block;
  float:left;
  width:32%;
  padding-left: 150px;
}

.inline ul.radio_list label
{
  display: inline;
}

.paying ul.radio_list li
{
  margin-bottom: 30px;
}

.info
{
  background-color:#F8FAA3;
  border:1px solid #3F3F3F;
}

.info div
{
  padding:10px;
}

.info p
{
  margin-top: 0px;
}

/*************************** discount ************************************/

.discount {
  background-color:#EEEEEE;
  border:1px solid #8B8B8B;
  margin-left:109px;
  margin-top:48px;
  padding:9px;
  width:275px;
}

.discount h4 {
  text-align:center;
  margin-top: 0;
  margin-bottom: 5px;
}

.discount p {
  margin-bottom: 5px;
  margin-top:5px;
}

.discount .info {
  height:23px;
  width:55px;
}

/*************************** end table discount ********************************/

#sf_admin_container .sf_admin_form_field_file label {
  display: inline;
  float: none;
}