/**
#	Project: PHPDISK File Storage Solution
#	This is NOT a freeware, use is subject to license terms.
#
#	Site: http://www.phpdisk.com
#
#	$Id: style.css 236 2018-01-29 02:42:53Z along $
#
#	Copyright (C) 2008-2018 PHPDisk Team. All Rights Reserved.
#
*/

body {
	margin: 20px;
	line-height: 140%;
	color: #000000;
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	background-color: #9eb6d8;
	text-align: center;
}
a {
	color: #333399; 
	text-decoration: none;
}
a:hover {
	color: #CC0000; 
}
.bold{font-weight:bold}
td {
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	line-height: 160%;
	color: #000000;
}
div {
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	line-height: 160%;
	color: #000000;
}
textarea{
	width:98%;font-size:13px;line-height:1.5em;
}
#main {
	background-color: #fff;
	text-align: left;
	padding: 20px;
	width: 800px;
	border: 1px solid #698cc3;
	margin: 20px auto;
}
.title {
	font-size: 18px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
.txtred{color:#FF0000}
.formfield {
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	font-weight: bold;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #BFBFBF;
	margin-right: 10px;
}
.formbutton {
	font: 14px "Georgia", "Verdana", "Tahoma", "sans-serif", "宋体";
	font-weight: bold;
	padding: 3px;
}
.install_main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 30px;
	margin-top: 10%;
	border: 1px solid #333333;
	text-align: center;
}
.install_logo{
	border: 1px solid #333333;
}
.p2 {
	text-align: left;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtblue{ color:#0000FF}
.txtgreen{color:#008800}
.txtred{color:#ff0000}
.copyright {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
