/*****************************/
/*      ALL, HTML, BODY      */
/*****************************/


head {
	height:100%
}

body {
	background-color:#ffffff;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:101%
}

.bodytext {
	color: #666666;
	text-align: left;
}




/*****************************/
/*         FIELDSET          */
/*****************************/
fieldset {
/*	border: solid 1px #CCCCCC;
	margin: 5px;
	padding: 0;
	width: 98%;
	text-align: left;*/
}


/*****************************/
/*           INPUT/BUTTONS   */
/*****************************/

.buttons a, a.button, span.button {
	text-decoration: none;
	font-style: normal;
 	font-weight: normal;
 	font-size:12px;
	color: #000000;
/* 	border:2px solid #00006c; */
/* 	padding: 2px 2px; */
	cursor:pointer;
/* 	background-color:#FFFFFF; */
/* 	position:relative; */
/* 	top:4px; */
}

input.submit, input.button {
	text-decoration: none;
	font-style: normal;
 	font-weight: normal;
 	font-size:12px;
	color: #000000;
/* 	border:2px solid #3f40a7; */
/* 	padding: 2px 2px; */
	cursor:pointer;
/* 	background-color:#FFFFFF; */
/* 	position:relative; */
/* 	top:4px; */
}

input.button:hover, input.submit:hover, .button:hover a, a.button:hover, span.button:hover {
	color:#000000;
/* 	border:2px solid #3f40a7; */
/* 	background-color:#FFFFFF; */
}

div.buttons {
	text-align: center;
	clear: both;
	margin: 0 0 15px 0;
	padding-top: 10px;
}
div.buttons * {
	text-align: center;
}


input {
/* 	background: #FFFFFF; */
/* 	padding: 2px; */
  	border: solid 1px #000;
}


input:focus {
	background: #fff;
}

input.file {}
input.checkbox {
	display: inline;
	border: none;
}
input[type=image] {
	border: transparent;
}
input[type=radio], input.radio {
	margin-top: 0;
}
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;
	border: solid 1px #000;
}
textarea.edit {
	height: 250px;
	width: 400px;
}
textarea.short {
	height: 150px;
	width: 400px;
}
textarea:focus {
	background: #fff;
}

/* SELECT */
select {
	background: #FFFFFF;
	border: solid 1px #3f40a7;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* LABEL */
label {
	font-size: 10px;
	display: block;
	text-align: left;
	margin: 3px 0px;
	font-weight: normal;
}
label.bold {
	font-weight: bold;
}
