
input, textarea {
    padding: 3px 5px;
	background: #fff;
	border: 0 none;
	color: #000;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

border: 1px solid #000;
	border-radius: 3px;
}
/*
input[type="submit"]{
    background-color: #abde60;
    color: #68af00;
	font-weight: bold;
	border: 0 none;
	padding: 3px 13px;
    cursor: pointer;
	border-radius: 3px;
	}
input[type="submit"]:hover {
    background-color: #c2f07e;
}
*/
input[id="agree"] {
    background: none repeat scroll 0 0 #BEFCAB;
    border: 1px solid #43B91E;
    color: #45942D;
    min-width: 200px;
}
input[id="agree"]:hover {
    background: none repeat scroll 0 0 #A7F3A1;
}
input[id="cancel"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #9B1E1E;
    color: white;
    min-width: 200px;
}
input[id="cancel"]:hover {
    background: none repeat scroll 0 0 #E17171;
}

select {
    background: none repeat scroll 0 0 #DCDCDC;
border-radius: 3px;
    border: 0 none;
    color: #000;
    padding: 3px;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

table td {
    padding: 15px;

}



.highlight:hover {
    background: #B8B8B8 !important;
}

.highlight, .table-striped, .content, .info, .mid, .bar{
    background: #F5F5F5 !important;
}

.info{
    background: #fff !important;
}



.table{
    background: #B0C4DE !important;
}


.ui-widget, .ui-state-highlight, .ui-corner-all {
    background: #fff !important;
}


h1, h2, h3, h4 {
    font-family: Tahoma, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

fieldset {
    border: 1px solid #B8B8B8;
}
fieldset legend {
    color: #8A8A8A !important;
}
.even, .odd, {
    background: none repeat scroll 0 0 transparent !important;
    color: #6397af !important;
}

.btn {
    background-color: #4682B4;
    color: white;
box-shadow: 0 0 1px #000;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btn:hover {
    background-color: #87CEEB;
    color: black;

    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}


.bar, .bar {
background: #6397af;
color: #000;
margin: 0!important;
padding: 0px ;

text-align:center;
}
.message {
background: #F5F5F5 !important;
color: black;
margin-top: 20px;
margin-right: 10px;
font-size: 13px;
margin-left: 40px;

}

.title {
color: black;
text-align:center;
margin-top: 10px;
margin-right: 0px;
font-weight: tahoma;
font-size: 16px;
text-align:center;

}

.pOnline {
    height: 19px;
    font-size: 12px;
    color: #FFF;
    background-color: #2a4361;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    vertical-align: middle;
}





