.cssform p {
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 100px;
	height: 1%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #737373;
}
.cssform label {
	font-weight: normal;
	float: left;
	margin-left: -100px; /*width of left column*/
	width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
}
.cssform textarea {
	width: 150px;
	height: 120px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
}

* html .threepxfix {
	margin-left: 3px;
}
#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(img/msg_arrow.gif) left center no-repeat;
	padding-left:7px
}
#msgcontent {
	display:block;
	padding:5px;
	min-width:150px;
	max-width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #fff;
}

