.input {
    border: 1px solid #848484;
    background:#FFFFFF;
    height:20px;
    fontstyle:20px;
	border-radius:3px;
	box-shadow:0px -1px 1px #888 inset;
}
.input:hover{
    border: 1px solid #848484;
    background:#FFFFFF;
    height:20px;
    fontstyle:20px;
	border-radius:3px;
	box-shadow:0px 1px 1px #888 ;
}

.input:active
{
box-shadow:0px 0px 2px 2px #888 ;
background-color:#F2F2F2;
}


.Mytable{
box-shadow: 0px 0px 15px 2px #888;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
background-color:#BDBDBD;
width:85%;
font:Didot;

}

.Mytab{
box-shadow: 0px 0px 10px 5px #888;
border-radius:20px 20px 5px 5px;
-moz-border-radius:20px 20px 5px 5px;
-webkit-border-radius:20px 20px 5px 5px;
background-color:#FFFFFF;
width:50%;
font:Didot;
}

body {
	background-color:#FFFFFF;
}

fieldset
{
border:Solid 1px;
border-color:#BDBDBD;
border-radius:7px;

}

legend
{
 color:#424242;
 font-size:18px;
 border:Solid 1px;
 border-radius:7px;
 border-color:#BDBDBD;
 background:#BDBDBD;
 padding:1px;
}
hr
{
border-color:#BDBDBD;
}

.menu{
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background: -moz-linear-gradient(center top,#BDBDBD,#424242);
background: -webkit-gradient(linear, left top, left bottom, from(#BDBDBD), to(#424242));
background: -o-linear-gradient(top,#BDBDBD,#424242);
color:#CBE5FF;
padding: 10px;

}



.input:focus {
        border: 1px solid #848484;
        background:#E8E8E8;
        color: #000000;
}

.button {
   
    padding: 4px 10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background: -moz-linear-gradient(center top,#424242,#BDBDBD);
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#BDBDBD));
	background:  -o-linear-gradient(top,#424242,#BDBDBD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#424242', EndColorStr='#BDBDBD');	text-align:center;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}
.button:hover {
   		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		padding: 4px 10px;
	background: -moz-linear-gradient(center top,#BDBDBD,#424242);
        background: -webkit-gradient(linear, left top, left bottom, from(#BDBDBD), to(#424242));
	    background:  -o-linear-gradient(top,#BDBDBD,#424242);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#BDBDBD', EndColorStr='#424242');	text-align:center;;
}


label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

frameset
{
background-color:black;
}
.Mybutton
{
	border:solid 1px;
	border-color:#424242;
    padding: 18px 50px;
	border-radius:10px;
	text-align:center;
	font-size:16px;
	color:#424242;
	background-color:#FFFFFF;	
	text-transform:uppercase;
	font-weight:bold
}

.Mybutton:hover {
		
   		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		padding: 18px 50px;
		font-size:16px;
	    color:#FFFFFF;
	    text-transform:uppercase; 
		background: -moz-linear-gradient(center top,#424242,#BDBDBD);
        background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#BDBDBD));
	    background:  -o-linear-gradient(top,#424242,#BDBDBD);
		box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
		font-weight:bold;
}
.Mytdup
{
	border-radius: 15px 15px 0px 0px  ;
	-moz-border-radius:15px 15px 0px 0px ;
	-webkit-border-radius: 15px 15px 0px 0px ;
 	background: -moz-linear-gradient(center top,#424242,#BDBDBD);
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#BDBDBD));
	background:  -o-linear-gradient(top,#424242,#BDBDBD);
	padding:5px;
	color:#efe5e5
	}
.Mytddn
{
	border-radius:0px 0px 15px 15px ;
	-moz-border-radius:0px 0px 15px 15px ;
	-webkit-border-radius:0px 0px 15px 15px ;
 	background: -moz-linear-gradient(center top,#BDBDBD,#424242);
    background: -webkit-gradient(linear, left top, left bottom, from(#BDBDBD), to(#424242));
	background:  -o-linear-gradient(top,#BDBDBD,#424242);
	padding:5px;
	color:#efe5e5
	}	
	
.Mytabtd
{
border-radius:20px 20px 0px 0px;
 padding:18px 40px;
background-color:#424242;
}
	