label {
	margin: 3px 0;
	display:inline-block;
	width:20%;
	vertical-align: top;
	padding-top: 5px;
}
label.checkbox {
	font-weight: normal;
	display: inline;
}
input {
	border: 1px solid #ccc;
	font-size: 14px;
	background: white;
	height:24px;
}
input:hover {
	border: 1px solid #6ad;
}
input.medium {
	width: 78%;
	display:inline-block;
}
input.inputtext {
	border: 0;
	width: auto;
}
input.submit {
	margin-top: 10px;
	height: 30px;
	width: 60px;
	border: 1px solid #FF721A;
	background-color: #FF721A;
	border-radius: 2px;
	color: #fff;
	cursor:pointer;
}
#message {
	border: 1px solid #ccc;
	font-size: 14px;
	background: white;
	width:78%;
	resize: vertical;
}

#dialog {
	margin: 30px auto 0 auto;
	background: #fff;
	color: #222;
	border: 1px solid #999;
	padding: 10px 20px;
	width: 80%;
	text-align: left;
}
#dialog p { margin-top:15px;}
#cosform { position:relative;}
.required { color:red;}
#msg {
	font-size: 14px;
	margin-top: 5px;
	position: absolute;
	height: 28px;
	margin-left: 20%;
	text-align: center;
	line-height: 28px;
	border-radius: 2px;
	bottom: 0;
	width: 78%;
	}
/*
.error, .success {
	font-size: 14px;
	margin-top: 5px;
	position: absolute;
	height: 28px;
	margin-left: 20%;
	text-align: center;
	line-height: 28px;
	border-radius: 2px;
	bottom: 0;
	width: 78%;
	}
*/
.error {
	background: #ff6666;
	border: 1px solid #ff6666;
	color: #fff;
}
.success {
	background: #cfc;
	border: 1px solid #cfc;
	color: #051;
}
