/*****************************/
/*      ALL, HTML, BODY      */
/*****************************/


head {
/* 	height:100% */
}


/*****************************/
/*         FIELDSET          */
/*****************************/
fieldset {
	text-align:left;
}


/*****************************/
/*           INPUT/BUTTONS   */
/*****************************/

.buttons a, a.button, span.button {
	text-decoration: none;
	font-style: normal;
 	font-weight: bold;
 	font-size:12px;
	color: #202020;
	border:1px solid #999999;
	padding: 3px 4px 3px 4px;
	cursor:pointer;
	background-color:#FFF;
}

input.submit, input.button {
	background-color:#FFF;
	border:1px solid #999999;
	color:#202020;
	cursor:pointer;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:2px 4px;
	text-decoration:none;
}

input.button:hover, input.submit:hover, .button:hover a, a.button:hover, span.button:hover {
	border:1px solid #999999;
	background-color:#5b7282;
	text-decoration: none;
}

div.buttons {
	text-align: center;
	clear: both;
	margin: 0 0 15px 0;
	padding-top: 10px;
}
div.buttons * {
	text-align: center;
}


input {
	border:1px solid #CCC;
	color:#202020;
	font-weight:normal;
	margin-bottom:5px;
}


input:focus {
	background: #fff;
	border:1px solid #6c76bc;
}

input.file {}
input.checkbox {
	display: inline;
	border: none;
}
input[type=image] {
	border: transparent;
}
input[type=radio], input.radio {
	margin-top: 10px;
}
input.radio {
	border: none;
	background: transparent;
}
span.radio input[type=radio] {
	margin-top: 5px;
}
span.radio input[type=radio] {
	margin-top: 5px;
}

/* TEXTAREA */
textarea {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCC;
	color:#202020;
	font-weight:bold;
	margin-bottom:5px;
}
textarea.edit {
	height: 250px;
	width: 400px;
}
textarea.short {
	height: 150px;
	width: 400px;
}
textarea:focus {
	background: #fff;
	border:1px solid #6c76bc;
}

/* SELECT */
select {
	background: #FFFFFF;
	border: solid 1px #3f40a7;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* LABEL */
label {
/* 	font-size: 12px; */
	display: block;
	text-align: left;
/* 	margin: 3px 0px; */
}
label.bold {
	font-weight: bold;
}
