﻿.control, .checkbox, .date {
  display: block;
  float: none;
  border: none;
  padding: 0;
  clear: left;
  min-height: 1px;
  margin: 10px 0;
}

.checkbox, .radio{
	min-height:1px;
}

.radio{
	padding: 0 0 0 0px;
}

.radio input{
	float: left;
}

* html .checkbox, * html .radio, * html .date{
	height:1px;
}

.checkbox:after, .radio:after, .date:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}


* html .control {
  height: 1px;
}

.control:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.control label, label, .label {
  margin: 0px;
  border: none;
  padding: 5px 15px 0 0;
  display: block;
  color: #333;
  font-size: 12px;
  float: left;
  width: 150px;
  font-weight: normal;
  text-align: right;
  position: relative;
}


label input{
	position: absolute;
	left: 160px;
	top: 5px;
}

.radio label{
	text-align: left;
	padding-left: 5px;
}

.checkbox label{
	padding-left: 185px;
	width: 280px;
	text-align: left;
}




.control input, .control select, .control textarea {
  width: 300px;
  border: none;
  padding: 6px 2px 1px 4px;
  font-size: 12px;
  font-family: tahoma;
  border-top: #bdbdbd solid 1px;
  border-left: #bdbdbd solid 1px;
  background: #d3d3d3;
  height: 19px;
  clear: none;
  float: left;
  display: block;
}
.date{
	height: 27px;
}
.date input{
	width: 195px;
  border: none;
  padding: 6px 2px 1px 4px;
  font-size: 12px;
  font-family: tahoma;
  border-top: #bdbdbd solid 1px;
  border-left: #bdbdbd solid 1px;
  background: #d3d3d3;
  height: 19px;
	float: left;
}

#content .date img{
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	float: left;
	display: block;
	padding: 2px 10px 0;
}


.time select{
	width:  96px !important;
	margin-right: 10px;
}

.optional .control input, .optional .control select, .optional .control textarea{
	background: #dddddd;
}


.control textarea{
	overflow: auto;
}

.control select {
  padding: 0;
  width: 308px;
  height:24px;
  font-size:14px;
}

.control cite {
  width: 300px;
  float: left;
  border: none;
  padding: 3px 3px 2px 5px;
  font-size: 10pt;
  font-family: tahoma;
  min-height: 16px;
  font-weight: bold;
  font-style: normal;
}

.multiline textarea, .multiline span {
  padding: 0 0 0 4px;
  width: 302px;
}

.multiline textarea {
  margin: 0;
}

.multiline span {
  height: 150px;
  overflow-y: scroll; 
}

.nolabel label {
  display: none;
}

.long span, .long input, .long textarea {
  width: 300px;
}

.long select {
  width: 308px;
}

.long textarea, .long span {
  width: 302px;
}

.short span, .short input, .short textarea {
  width: 100px;
}

.short select {
  width: 108px;
}

.short textarea, .short span {
  width: 102px;
}


.login label {
  width: 90px;
}



.check input {
  width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 183px;
	top: -15px;
}

.check span {
  width: 24px;
	height: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 183px;
	top: -15px;
}

.control.extended_calendar span, .control.extended_calendar input {
  width: 130px;
}

* html .check input {
  margin: -3px 0 -1px -10px;
}

.control sup {
   font-size: 1px;
   display: block;
   margin: 0;
   text-indent: -5000px;
   background: url(req.gif) no-repeat top right;
   width: 15px;
   height: 20px;
   top: 5px;
   position: relative;
   float: left;
}
