/* CSS Document *//*

/* the main layout */

#contentForm {
	display: block;
	width: 368px;
	margin-left: 300px;
}
#words {
	width: 350px;
	float: left;
	padding-right: 33px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	padding-top: 15px;
	height: 140px;
}

/* and now the form formatting itself */
label {
	display: block;
	float: left;
	clear: left;
	Width: 150px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 1em;
	color: #000000;
	background: #F5F5F5;
	border: 1px solid #666666;
	margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
	border: 1px solid #000000;
	background-color: #CCCCCC;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 60px;
	height: 20px;
	margin-left: 150px;
	background-image: url(images/send1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

span.required{
	font-size: 13px !important;
	color: #FF0000 !important;
}

.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
	background: #FF9D9D url(file:///macintosh%20/Users/placidotavira/Documents/elegraphics/images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
