body{
background-color:#dbdbdb;

}
.mytable{
background-color:#710702;
/*box-shadow: 0px 0px 8px 5px #888;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;*/

}
.heading
{
background: -moz-linear-gradient(center top, #42011e, #a5044b);
background: -webkit-gradient(linear, left top, left bottom, from(#42011e), to(#a5044b));
background:  -o-linear-gradient(top, #42011e, #a5044b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#42011e', EndColorStr='#a5044b');
	border-radius: 10px 10px 0px 0px ;
	-moz-border-radius:10px 10px 0px 0px ;
	-webkit-border-radius: 10px 10px 0px 0px;
        padding:10px;
}
.input {
    border: 1px solid #848484;
    background:#FFFFFF;
    fontstyle:20px;
	 border-radius:2px;
	 height:22px;
}

.input:hover {
    border: 1px solid #848484;
    background:#FFFFFF;
	border-radius:2px;
	 height:22px;
}

.input:focus {
        border: 1px solid #848484;
        background:#FFFFFF;
        color: #000000;
		border-radius:2px;
	 height:22px;
}

fieldset
{
border:Solid 1px;
border-color:#cccccc;
border-radius:7px;
}

legend
{
 color:#282828;
 font-size:15px;
 border:Solid 1px;
 border-radius:7px;
 border-color:#cccccc;
 background:#cccccc;
 padding:10px;

 font-weight:bold;
}

.button {
    border: 1px solid #000033;
    background: url('../Images/sub1.gif') no-repeat top left;
    padding: 4px 10px;
}
.button:hover {
    border: 1px solid #000033;
    background: url('../Images/sub2.gif') no-repeat top left;
    padding: 4px 10px;
}
label {
    display: block;
/*    width: 150px;*/
    float: left;
    margin: 2px 4px 6px 4px;
/*    text-align: right;*/

    font-size:14px!important;
}
br { clear: left; }

/*.form-top{
    margin-top:150px;
}*/

legend{
    padding: 10px!important;
}

.form-control{
    margin: 3px!important;
}

.form-select{
    width: 100%;
}
.border{
    border: #dee2e6;
  border-top-style: none;
  border-top-width: medium;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-left-style: none;
  border-left-width: medium;
border-style: solid;
border-width: 2px;
margin-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;   
}

.text-danger{
    color:red !important;
}

.fw-bolder{
    font-weight: bolder!important;
}