/* CSS Document */
#box_login {
	padding-top:120px;

}

.box {
	width:400px;
	margin:0px auto;
	min-width:20em;
	color:#333;
}

.box .hd .c,
.box .ft .c {
	font-size:1px; /* ensure minimum height */
	height:21px;
}

.box .ft .c {
	height:28px;
}

.box .hd {
	background:transparent url(../images/boxw_03.gif) no-repeat 0px 0px;
}

.box .hd .c {
	background:transparent url(../images/boxw_04.gif) no-repeat right 0px;
}

.box .bd {
	background:transparent url(../images/boxw_06.gif) repeat-y 0px 0px;
}

.box .bd .c {
	background:transparent url(../images/boxw_07.gif) repeat-y right 0px;
}

.box .bd .c .s {
	margin:0px 28px 0px 4px;
	background:#fff url(../images/boxw_10.gif) repeat-x 0px 0px;
	padding:1em;
}

.box .ft {
	background:transparent url(../images/boxw_08.gif) no-repeat 0px 0px;
}

.box .ft .c {
	background:transparent url(../images/boxw_09.gif) no-repeat right 0px;
}


/* content-specific */

.box h1 {
 /* header */
	font-size:2em;
	margin:0px;
	padding:0px;
	margin-top:-0.6em;
}

.box p {
	margin:0.5em 0px 0px 0px;
	padding:0px;
	font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .box pre {
	font-size:1.1em;
}

form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 5px;
	width:300px;
	margin:0px auto;
}

.formular fieldset {
	margin:0px;
	padding : 20px;
	border: 1px solid #B5B8C8;
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
	padding:10px 0px 10px 0px;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 5px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}