/*   
	Theme Name: ServNet CMS 2011 - Forms
	Theme URI: http://www.servnet.be
	Description: ServNet Content Management System
	Author: Sam Vanfleteren
	Version: 1.0
*/

.label {
	width: 120px;
	height: 20px;
	float: left;
	clear: left;
}

.label-login {
	width: 140px;
	font-size: 16px;
	float: left;
	clear: left;
	margin-bottom: 8px;
}

.inputvalue {
	float: left;
	margin-top: -2px;
	height: 30px;
	clear: right;
}

.inputvalue-login {
	float: left;
	margin-top: -2px;
	height: 30px;
	clear: right;
	width: 240px;
	margin-bottom: 8px;
}

input {
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
}

.input-login {
	width: 240px;
	height: 20px;
	font-size: 16px;
	margin-bottom: 3px;
}

.pw-hint {
	font-size: 11px;
	color: #999;
}

.button {
	background-image: url(../images/admin/button.png);
	border-width: 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 28px;
	
	color: #555;
	font-size: 11px;
}

.button-placeholder {
	margin-top: 20px;
	clear: left;
	float: right;
	margin-right: 20px;
}

.loginbutton {
	background-image: url(../images/admin/button.png);
	border-width: 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 28px;
	
	color: #555;
	font-size: 15px;
	
	margin-top: 25px;
}

	.login-button-placeholder {
		width: 390px;
		text-align: center;
	}

.input-small {
	width: 150px;
}

.input-tiny {
	width: 60px;
}

.input-large {
	width: 250px;
}
