﻿

.form {
  /*width: 470px;*/
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #eee;
  padding: 0px 0 0px 0px;
  color: #555;
}


.form .dropdown 
{
    width: 280px;
}
.form .dropdown-small 
{
    width: 80px;
}




div.row {
	/*padding:3px 0pt;*/
	position:relative;
	margin:5px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-weight: bold;
}

div.darker 
{
    background-color: #f5f5f5;
}
div.row-required-title {
	/*padding:3px 0pt;*/
	position:relative;
	margin:5px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 5px 5px 0;
	text-align: right;
}

div.row-sub {
	/*padding:3px 0pt;*/
	position:relative;
	margin:0px 0 11px 0;
}

span.desc {
	display:block;
	float:left;
	padding:3px 0px 3px 5px;
	text-align:right;
	width:175px;
}
span.multiline {
	width:167px;
	padding:3px 8px 3px 5px;
}

span.element {
	display:block;
	/*float:left;*/
	padding:2px 0pt 0pt 70px;
	margin-left: 95px;
}

span.req {
    font-weight: bold;
	color:#ea0202;
}

span.subtext {
	padding:0px 15px 0px 0px;
	text-align:right;
	font-size: 80%
}


.textfield 
{
    width: 250px;
}

.textfield-small 
{
    width: 60px;
}

textarea 
{
    width: 250px;
}



