.cssform {
	border-style:solid;
	border-color:#94a3c4;
	border-width:1px 1px 1px 1px;
	background-color:#eceff5;
	color:#3b5998;
	font-weight:bold;
	padding:4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 460px;
}

.cssform input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	resize: none;
}
.cssform input:focus, textarea:focus, select:focus {
	background: #ffffff;
	border: 1px solid #94a3c4;
	outline: none;
}
.cssform input:hover, textarea:hover, select:hover {
	border: 1px solid #94a3c4;
}


.cssform p {
	width: 300px;
	margin: 0;
	padding: 16px 0 0 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed #94a3c4;
	height: 1%;
}

.cssform span {
	width: 500px;
	margin: 0;
}

.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 170px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	line-height: 24px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

.cssp {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
} 


/*.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;
}




form div.submit {
	width: 300px;
	padding: 20px 0 40px 160px;
	margin:0;
	/* background-color:blue; */
	border-top: 1px dashed gray;
height: 1px
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  padding: 0;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton div.inputFile {
	float:none;
  	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

