@charset "iso-8859-1";
/* CSS Document */

.center
{
	text-align: center;
}

#login_fieldset
{
	width: 20em;
	border-style: solid;
	border-width: 1px;
	border-color: #969696;
	background-color: #F9F9F9;
	margin-top: 0.5em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 4px;
}

#login_status
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #969696;
	padding-bottom: 4px;
}

input, textarea
{
	margin: 3px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #969696;
	background-color: white;
	padding: 2px 2px;
}

.fieldset
{
border-style: solid;
border-width: 1px;
border-color: #969696;
background-color: #F9F9F9;
margin-top: 0.5em;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
text-align: left;
padding: 4px 0;
}

.fieldset label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.fieldset p
{
padding: 3px 0;
}

.status
{
color: #FF0000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #969696;
padding-bottom: 4px;
padding-left: 4px;
}

.submit input
{
margin-left: 8.8em;
}

.required_field
{
font-size: 60%;
color: #FF0000;
}

.termineTitle
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
background-color: #eeeeee;
}

.termineContent
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
background-color: #FFFFFF;
}