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


label {
	font: bold .7em "lucida sans", verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
	display:block;
	float:left;
	padding-right: 10px;
	width: 200px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

#container1 {
	padding-left:50px;
	width:400px;
	left: 1px;
}

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

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

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

fieldset {
	border: 1px solid #003333;
	padding: 10px;
	float: left;
	position: relative;
	width: 550px;
	left: 0px;
}
	
input, textarea, .options {
	font: .9em "lucida sans", verdana, sans-serif;
	padding: 0.2em;
}

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

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

input[type="submit"] {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	color: #CCCCCC;
	float: left;
	background-image: url(../images/input-bg.jpg);
	margin-left:150px;
}
#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: #CCCCCC;
	float: left;
	background-image: url(../images/input-bg.jpg);
}

.clearthis {
	clear: both;
}

#poem {
	border: 1px solid #003333;
	padding: 10px;
	float: right;
	position: relative;
	width: 350px;
	left: 0px;
	top:260px;
	}
span.break{ display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}