﻿	/* CSS  Document */
form.phpform {
	max-width: 800px;
	margin: auto;
}
	
form.phpform, .phpform input, .phpform textarea, .phpform label, .phpform select, .phpform option {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	letter-spacing: normal;
}

.phpform fieldset {
	border:solid #ED8700 1px;
	margin:5px;
	padding:5px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:left;
	border-radius:5px;
}
.phpform fieldset fieldset {
	background-color: #111;
}
.phpform legend {
	border:solid #ED8700 1px;
	padding:5px;
	font-weight:bold;
	border-radius:5px;
	background-color: #000;
}


.phpform input, .phpform textarea, .phpform select  {
	background-color:#222;
	border:solid #ED8700 1px;
	padding:2px;
	border-radius:5px;
}
.phpform label {
}
.phpform option {
}

.phpform .focused {
	background-color:#333;
	outline: none;
}

.phpform button {

}


