@import url('text.css');
@import url('errors.css');

#contentf {
	width: 345px;
	height:260px;
	padding-top:5px;
	padding-left:15px;
	background-image:url(../../media/bubble.gif);
	background-repeat:no-repeat;
}
label {
	font: bold .7em Tahoma, verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
	display:block;
	float:left;
	padding-right: 10px;
	width: 75px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

#container {
	padding: 8px;
	width:400px;
	margin: 10px auto;
	border:none;
}

div.row {
  clear: both;
  padding-top: 0px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
} 

fieldset {
	padding: 10px;
	float: left;
	position: relative;
	border:none;
}
	
input, textarea, .options {
	font: .9em Tahoma, verdana, sans-serif;
	padding: 0.2em;
}

.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	float: left;
	width: 300px;
	padding-top: 20px;
}

.options label {
	font: .9em Tahoma, verdana, sans-serif;
	color: #000;
	text-transform: none;
}

input[type="submit"] {
	background: #333333;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	color: #CCCCCC;
	float: left;
}
#innerform {
	float: left;
	padding: 15px;
}

input[type="reset"] {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	color: #333;
	float: left;
	background-color: #C3C3C3;
}

.clearthis {
	clear: both;
}

.smallt {
	font-size: 11px;
}
#content table tr td #contentf div p {
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 18px;
}
