
/*======start css/mail/layout.css start=======*/

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

/* #container { padding: 8px; border: 1px solid #C0C0C0; width:500px; margin: 20px auto;}  */

#innerform {
	height: auto;
	background:#fff;
	border:1px solid #999999;
	text-align: center; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:500px; 
	float: left;
	padding: 0px;
}

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


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

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

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

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

#innerform .options input {
	float: none;
	padding-left: 0;
}
#innerform div.buttons {
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	float: left;
	width: 500px;
	padding-top: 20px;
}

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

#innerform input[type="submit"] {
	color: white;
	width: 160px;
	background: #333333;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
/* 	float: left; */
}

#innerform input[type="reset"] {
	color: #333333;
	width: 100px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
/* 	float: left; */
	background-color: #cccccc;
}

#innerform .clearthis {
	clear: both;
}


/*======end css/mail/layout.css end=======*/
