/* MAIN */

<!--

#content a { color:#000000; }
#content a:hover { color:#000000; }
#content a:visited { color:#000000;}




.btn-group button {
    background-color: #191970; /* Dark Blue background */
    border: 1px black; /* Black border */
    color: #000000; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #004E86;
}


/* form 5 */

	#form5{
		margin:1em 0;
		padding-top:10px;

		}
	#form5 fieldset{
		margin:0;
		padding-top:.5em;
		border:none;
		border-top:1px solid #f1f1f1;
		}
	#form5 legend{
		background:#fff;
		padding:0 5px;
		font-style:italic;
		}
	#form5 p{
		clear:both;
		margin:1.5em 0;
		overflow:hidden;
		}
	#form5 label{
		float:left;
		width:100px;
		display:block;
		text-align:right;
		margin-right:10px;
		}
	#form5 input, #form5 textarea, #form5 select{
		margin:0;
		width:250px;
		border:1px solid #ddd;
		padding:3px 5px 3px 5px;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		}


	#form5 textarea{
		height:125px;
		overflow:auto;
		}
	#form5 p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 400px;
		border-top:1px solid #f1f1f1;

		}
	#form5 button{
		height:28px;
		line-height:28px;
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		background:url(../images/form5/form_button.gif) no-repeat;
		padding:0 10px 0 25px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		}


/* // form 5 */
