/* css/NPmMain.css */
* { margin: 0; padding: 0; }

body {
	border-top-width: 30px;
	border-top-style: ridge;
	border-color:     green;
	font: 14px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-align: center;
	background-color: #eaf7ee;
}

/* Php Info page */
img.logo {float: none;}

#test {
/*    position: relative;
	float: none; */
    width: 400px;
	margin: auto;
	margin-top: 10px;
	padding: 6px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: left;
}
#test form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	background-color: #9ce3ac;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}
form .submit { float: right; }

#test form .submit input,
input[type=button],
input[type=submit] {
	border: none;
	background-color: #5fc477;
	color: white;
}

#test form label {
	color: #777;
	font-size: 16px;
}

#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
#alertmsg {
/*    position: relative;
	float: none; */
    width: 380px;
	margin: auto;
	margin-top: 5px;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	-moz-border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: red;
	text-align: center;
}

/* For Site Settings Page */
#Settings {
    width: 600px;
	margin: auto;
	margin-left: 20px;
	margin-top: 10px;
	padding: 6px 16px 40px 16px;
    font-family: "Courier";
	font-size: large;
	font-weight: normal;
	-moz-border-radius: 11px;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: left;
}
