@CHARSET "UTF-8";

.press_registration_form form {
	display: inline;
}

.press_registration_form label {
	font-size: 12px;
	float: left;
	text-align: right;
	width: 40%;
	line-height: 24px;
	padding-right: 10px;
}
.press_registration_form input {
	background-color: #eee;
	border: 1px solid gray;
	float: left;
	text-align: left;
	width: 49%;
	line-height: 24px;
}
.press_registration_form .form_line {
	float: left;
	display: block;
	width: 100%;
	height: 30px;
}

.press_registration_form select {
	width: 49.5%;
}

.press_registration_form .submit_button {
	text-align: center;
	height: 40px;
	font-size: 16px;
	color: white;
	background-color: #45C8CD;
	border: none;
}

.guimessages {
	padding-left: 30px;
	list-style-type: circle;
	list-style: disc;
	padding-bottom: 20px;
}

.guimessages_error {
	color: #d00;
	font-size: 12px;
	line-height: 20px;
}

.guimessages_info {
	color: green;
	font-size: 12px;
	line-height: 20px;
}

.guimessages_warning {
	color: orange;
	font-size: 12px;
	line-height: 20px;
}

.clear {
	clear: both;
}

