.gmenu {
  background: #ebf9ff;
  margin: 1px;
  color: #264564;
  padding: 3px 4px 3px 4px;
}
.list1 {
    background-color: #ffffff;
    border-bottom: 1px solid #d5d5d5;
    margin: 1px;
    padding: 2px 4px 2px 4px;
    font-family: "Times New Roman", Times,
serif;
    font-size: 14px;
}
.list2 {
    background: #ffffff;
    border-bottom: 1px solid #d5d5d5;
    margin: 1px;
    padding: 2px 4px 2px 4px;
    font-family: "Times New Roman", Times,
serif;
    font-size: 14px;
}
.table {
    background: #ffffff;
    border-bottom: 1px solid #d5d5d5;
    margin: 1px;
    padding: 2px 4px 2px 4px;
    font-family: "Times New Roman", Times,
serif;
    font-size: 14px;
}
.fchd2  {
clear: both;
background: #d02868 url(/images/tmn.gif) repeat-x scroll 0 0;
text-align: center;
padding: 5px 0;
font-size: 13px;
color: #FFF;
height: 14px;
}
.fchd2 a {
color: #FFF;
text-decoration: none;
cursor: pointer;
margin: 0 5px;
}
.fchd2 a #active {
text-decoration:none
}
.bmenu {
    font-weight: bold;
    background: #d18ba1 url(/images/phdr.gif) repeat-x scroll 0 bottom;
    color: #ffffff;
    padding: 2px 0px 2px 4px;
    margin: 0px -1px 0px -1px;
    font-family: Tahoma;
font-size: 12px;
}
.fchd3 {
    background-image: url(/images/phdr.gif);
    background-color: #d18ba1;
    color: #ffffff;
    padding: 2px 4px 2px 4px;
    margin: 1px -1px 0px -1px;
}
.fchd3 a {
    color:white;
    text-decoration:none;
}
#pk {
    transition: all 15s ease;
    -webkit-transition: all 15s ease;
    -moz-transition: all 15s ease;
    transition-delay: 5s;
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 120px;
}
#pk:hover {
    background-color: #ffffff;
    padding: 5px;
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    position: relative;
    width: 365px;
}
.rmenu {
  background: #fee5fd;
  border: 1px solid #ffc6fc;
  margin: 1px 0;
  padding: 4px;
}
.rmenu input, .rmenu textarea, .rmenu select
{
  border: 1px solid #E2C0C7;
}
.tai {
font-size: 10px;
background-color: #F2F6F8;
border-top: 1px solid #E0E0E0;
border-right: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
border-left: 3px solid #80ABC8;
margin: 2px 2px 2px 2px;
color: grey;
padding: 2px 4px 2px 4px;
}