/**
 * Copyright (C) 2003-2010 CeDiS, FU Berlin <distributed.campus@cedis.fu-berlin.de>
 *
 * This Program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation;
 * version 3 of the License.
 *
 * This Program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with this Program; if not, see <http://www.gnu.org/licenses/>.
 *
 * $Id: mailform.css 1594 2009-07-09 13:51:05Z gkallidis $
 */
#mailForm fieldset {
	background: #eee;
	border: 1px solid #ccc;
	width: 544px;
	padding: 8px 8px 2px 8px;
	margin: 10px 0 10px 0;
}

label {
	float: left;
	margin: 2px 0 0 0;
	width: 177px;
}

label.row {
	float: left;
	margin: 2px 0 0 0;
	width: 500px;
}

legend {
	display: none;
}

input.text {
	float: right;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 360px;
	padding: 3px 0px 3px 5px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input.text:hover, input.text:focus {
	border: 1px solid #999;
}

input.radio {
	float: left;
	width: 10px;
	padding: 3px 0px 3px 5px;
}

textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 536px;
	padding: 3px 0px 3px 5px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

textarea:hover, textarea:focus {
	border: 1px solid #999;
}

optgroup, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
}

#mailForm select {
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 360px; /* 130px; */
	padding: 3px 3px 3px 5px;
	margin-bottom: 6px;
	margin-right: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#mailForm select:hover, textarea:focus {
	border: 1px solid #999;
}

#submit_btn {
	float: left;
	width: 270px;
	background-color: #666;
	border: none;
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px 0px 3px 5px;
	margin: 0 0 0 8px;
}

#submit_btn:hover, #submit:focus {
	background-color: #333;
}

#reset {
	float: left;
	width: 270px;
	background-color: #666;
	border: none;
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px 0px 3px 5px;
}

#reset:hover, #reset:focus {
	background-color: #333;
}

#mailForm p {
	margin: 0 0 6px 0;
	padding: 0;
}

span.required {
	color: #c00;
	font-weight: bold;
}

.clear {
	clear: both;
}

#submitLostPassword {
	float: right;
	width: 360px;
	background-color: #666;
	border: none;
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px 0px 3px 5px;
	margin: 0;
}

#submitLostPassword:hover, #submitLostPassword:focus {
	background-color: #333;
}

