.imgico {
    border-radius: 10px; 
    box-shadow: 0 0 10px #444;
    width:720px;
    border: 20px solid transparent;
}



.head {
    cursor:pointer;
    float:center;
    display:block;
    height:125px;
    width:100%;
    line-height:31px;
    text-align:right;
    border-radius: 4px 4px 0px 0px;
  background: linear-gradient(to bottom right, #000, #778899, #D3D3D3);
}

body {
    background: #D3D3D3;
}



.logotype{float:left; padding:10px 0 0 20px;}
.logotype a img{background:url(/img/logo.png) no-repeat; width:390px; height:150px;}




.container {
    float:left; 
    padding:10px 0 0 20px;
  width:390px;
  height:160px;
  position: absolute;
  
}



.myButton {
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:linear-gradient(to bottom, #000000, #808080);
	background-color:#ffc477;
	border-radius:8px; 
	border:1px solid #DCDCDC;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton:hover {
	background:linear-gradient(to bottom, #808080, #000000);
	background-color:#fb9e25;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myButton2 {
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:linear-gradient(to bottom, #000000, #808080);
	background-color:#ffc477;
	border-radius:3px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:monospace;
	font-size:15px;
	padding:2px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton2:hover {
	background:linear-gradient(to bottom, #808080, #000000);
	background-color:#fb9e25;
}
.myButton2:active {
	position:relative;
	top:1px;
}



.menus{
margin: 10px 20px 2px 5px;
}




.hrBar
{
        background: #FF4500;
        width: 100%;
        height: 2px;
}






.top-menu {
  position: relative; 
  background: linear-gradient(to bottom right, #000, #D3D3D3);
  box-shadow: inset 0 0 10px #ccc;
  width: 100%;
  
}
.top-menu:before,
.top-menu:after {
  content: "";
  display: block;
  height: 1px;
  border-top: 3px solid #575350;
  border-bottom: 1px solid #575350;
  margin-bottom: 2px;
}
.top-menu:after {
  border-bottom: 3px solid #575350;
  border-top: 1px solid #575350;
  box-shadow: 0 2px 7px #ccc;
  margin-top: 2px;
}

.topmenus{
margin: 10px 10px 10px 10px;
}

.content
{

	background: linear-gradient(to bottom right, #000, #778899, #D3D3D3);
	border: 5px solid #575350;
	padding: 10px 10px 10px 10px;

}


.ramcon
{

	background: linear-gradient(to bottom right, #F0FFF0, #DCDCDC);
	padding: 1px 10px 10px 10px;
	width: 85%;
	height: 900;
	border-radius: 10px; box-shadow: 0 0 10px #444;

}


.ramcon2
{

	background: linear-gradient(to bottom right, #F0FFF0, #DCDCDC);
	padding: 1px 10px 10px 50px;
	width: 95%;
	float:center;
	border-radius: 10px; box-shadow: 0 0 10px #444;

}
.ramcon5
{

	background: linear-gradient(to bottom right, #000, #778899, #D3D3D3);
	border: 5px solid #575350;
	padding: 10px 10px 10px 10px;

}


.ramimg
{

	background: linear-gradient(to bottom right, #F0FFF0, #DCDCDC);
	padding: 0px;
	width: 95%;
	float:center;
	border-radius: 10px; box-shadow: 0 0 10px #444;

}


.textss
{
    color:#000;
	font-family:monospace;
	font-size:18px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}


       .form {
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    color: #006089;
    border: 1px solid #006089;
    border-radius: 8px;
    font-size: 20px;
    padding: 5px 50px; 
    width: 390px;
}