.cssform {
	margin: 0px;
	padding: 0px;
	width: 295px;
}
.cssform p {
	width: 185px;
	clear: none;
	margin: 0;
	padding-left: 110px;
	height: 1%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -110px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 160px;
}
.cssform textarea {
	width: 170px;
	height: 150px;
}
/*.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
*/

* 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;
	background:#eee;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

