form{
margin: 1em 0;
}
form form{
margin: 0;
}
fieldset{
border: 0;
margin-top: 1em;
border-top: 3px solid #555;
background: #202020;
padding: 1em;
}
legend{
background: #555;
padding: 0.2em 1em;
}
input{
border: 1px solid #000;
padding: 0.2em;
margin: 0.2em;
background: #eee;
}

input[type=text] {
	vertical-align: text-bottom;
	padding-bottom: 0px;
}
input[disabled]{
	color: #666;
	background: #ccc;
}

input.checkbox_radio {
	background: url(../_img/1x1.png) no-repeat;
	border: 0px;
}

div.space-indicator * {
	height: 17px;
	padding: 0px;
	margin: 0px;
}

div.space-indicator {
	background-color: #8fc4fd;
	width: 100%;
}

div.space-indicator div {
	background-color: #1e90ff;
}
tr.subhead th {
	background-color: #404040
}

table.admin-table {
	border: 0px;
}

table.admin-table tr td:first-child {
	padding-left: 3em;
}

table.admin-table tr td:last-child {
	text-align: left;
}

table.admin-table tr:last-child td {
	padding-left: 1em;
}

.login {
	width : 150px;
	padding : 0.2em;
}

fieldset#firewall {
	margin-top: 1em;
	margin-bottom: 1em;
}

form.firewall {
	margin: 0;
}
table#firewall {
	border: 0px;
	padding: 1px;
	margin: 0 0;
	width: 625px;
	
}

table#firewall td{
	padding: 0.2em 0.2em;
}

table#firewall .legend {
	font-size: 0.8em;
}
table#firewall td.p_fw_c0 {
	width: 20px;
}
table#firewall td.p_fw_c1 {
	width: 120px;
}
table#firewall td.p_fw_c2 {
	width: 120px;
}
table#firewall td.p_fw_c3 {
	width: 120px;
}
table#firewall td.p_fw_c4 {
	width: 120px;
}
table#firewall td.p_fw_c5 {
	width: 50px;
}
table#firewall td.p_fw_c6 {
}
table#firewall td.err {
	color: red;
}
table#firewall td.edit {
	white-space: nowrap;
}
table#firewall input.err {
	color: red;
}
div.portnumber {
	font-size: 0.8em;
}

table#profile tr{  
	background: none;
}

div.profile_legend_h {
	font-weight: bold;
	padding-bottom: 5px;
}
div.profile_legend {
	font-weight: normal;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.notice {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 75%;
	padding: .6em;
	font-size: larger;
	border-style: solid;
	border-width: 1px;
}

div.notice.sucess {
	background-color: #67ac67;
	border-color: #00ac00;
}

div.notice.error {
	background-color: #ac6767;
	border-color: #ac0000;
}

div.highlight {
	color: #ff0000;
}

div.log {
	font-family: monospace;
	font-size: 11px;
}

div.line0 {
	background: #101515;
}

div.line1 {
	background: #202525;
}

div.wizard_bg {

	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: white;
	opacity: 0.9;
}

.dummy{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 75px auto;
	color: white;
	
}
div.wizard {
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 400px;
	width: 750px;
	margin: 75px auto;
	
	font-weight: bold;
	background: #000000 url(../_img/sv100p.png) bottom right no-repeat;
	border-style: outset;
	border-width: 5px;
	border-right-color: #696969;
	border-bottom-color: #696969;
	border-top-color: #888888;
	border-left-color: #888888;
	padding: 20px;
}

table#wizard {
	margin: 0px;
}
table#wizard td {
	padding: 5px;
	background-color: black;
	font-weight: normal;	
}
table#wizard td.wiz_head {
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 30px;
}
table#wizard input[type=submit] {
	margin-left: 5px;
	margin-right: 5px;
}
fieldset#wizard {
	background: none;
	border-width: 3px 0 0;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
	width: 550px;
}
div.wiz.userlist {
	position: absolute;
	top: 150px;
	left: 400px;
	border-left: 1px solid;
	padding-left: 2em;
}
img.wizard_img {
	height: 75px;
	padding: 0px; 
}
img.wizard_imglarge {
	height: 275px;
	width: 275px;
}
div.wizard_imglarge {
  
	position: absolute;
	top: 150px;
	left: 500px;
	border: none;
	padding: none;
	display: none;
}

table#wizard_ulist {
	margin: 0px;
}

table#wizard_ulist td {
	padding: 0.5px;
	padding-right: 1em;
	padding-top: 0px;
	background-color: black;
	font-size: 1em;	
	font-style: italic;
	
}
table#wizard_ulist td.wiz_head {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 15px;
}

.highlight {
	color: red;
}
.wiz_spacer {
	padding: none;
	padding-left: 150px;
}

table#datetime {
	width: 500px;
}

div#update_status {
	position: fixed;
	bottom: 0;
	width: 860px;
	text-align: center;
	display: none;
	background-color: green;
}
div#update_status.error {
	background-color: red;
}

div.progress-main * {
	height: 17px;
	padding: 0px;
	margin: 0px;
}

div.progress-main {
	text-align: left !important;
	background-color: #8fc4fd;
	width: 100%;
}

div.progress-main div.progress-meter {
	width: 0%;
	text-align: right;
	background-color: #1e90ff;
}

div.progress div.progress-mini-box {
	width: 100%;
	overflow: hidden;
	height: 3px;
	margin: 0;
	padding: 0;
	background-color: #333;
}
div.progress div.progress-mini {
	padding: 0;
	width: 10%;
	margin-left: -10%;
	height: 3px;
	background-color: #bbb;
}

div.progress-error {
	color: red;
	font-weight: 900;
	font-size: larger;
}

div.progress-warn {
	color: orange;
	font-weight: 500;
}

div.progress-notice {
	color: white;
	font-weight: 500;
}
.comment {
	font-size : 0.8em;
	font-style : italic;
}
fieldset#fetchmail form{
	margin : 0px;
}
fieldset#fetchmail td{
	text-align : left;
	vertical-align : middle;
	padding : 0.2em 1.2em;
}
fieldset#fetchmail input{
	margin : 2px;
	width : 139px;
}
fieldset#fetchmail input[type="submit"]{
	width : 100px;
}
fieldset#fetchmail input[type="checkbox"]{
	width : 15px;
}
fieldset#fetchmail select {
	margin : 2px;
	width : 147px;
}

.printer_edit {
	padding-top : 0px;
	margin : 0px;
	display : inline;
}
input.printer_button {
	width : 75px;
}

