* {margin: 0; padding: 0;}
.graybtnfr{
    position: relative;
    display: block;
    cursor: pointer;
    height: 30px;
    float: left;
    overflow: hidden;
    font:bold 13px/25px Arial;
    text-align: center;
    padding: 0 15px;
    *padding: 0;
    border: 0;
    color: #4c4c4c;
    box-shadow: 1px 3px #d1d1d1;
	-moz-border-radius: 5px;
	border-radius:5px;
    background: #e6e7e8;
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #d6d6d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#d6d6d6));
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#d6d6d6 100%);
	background: -o-linear-gradient(top,  #fbfbfb 0%,#d6d6d6 100%);
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#d6d6d6 100%);
	background: linear-gradient(to bottom,  #fbfbfb 0%,#d6d6d6 100%);
	-pie-background: linear-gradient(top,  #fbfbfb 0%,#d6d6d6 100%);  
}

#entertriger{
    cursor: pointer;
    float: right;
}
.grplank{
    float: right;
    position: relative;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
	background: #ececec;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ececec 100%);
	-pie-background: linear-gradient(top,  #f7f7f7 0%,#ececec 100%);
	-moz-border-radius:5px;
	border-radius:5px;
    behavior:url(/assets/js/PIE.htc);
}
.grplank a,
.grplank span{
    float: right;
    color: #383838;
    padding: 0 25px 0 20px;
    margin-right: 5px;
    display: block;
    text-decoration: none;
    background:url("../img/sprite1.png") 100% -43px no-repeat;
}
.grplank .username {background: none; border-right: 1px solid #bcbcbc;}
.grplank .exit {
    color: #6d6d6d;
    background:url("../img/sprite1.png") 100% -85px no-repeat;    
    padding-left: 15px;
}
.grayboxwrap {
    position: absolute;
    top: 30px;  right: 5px;
    width: 240px;
    zoom: 1;
}
.graybbox{
    display: none;
    position: relative;
    background: #fff;
    padding: 15px 20px;
    margin-right: 10px;
    font: 13px/15px Arial;
    width: 195px;
    border: 1px solid #969696;
	-moz-border-radius:10px;
	border-radius:10px;
    zoom:1;
}
.closefr{
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    height: 25px;
    width: 25px;
    background:url("../img/sprite1.png") 0 0 no-repeat;
    cursor: pointer;
}

.error {color: red; font-size: 13px; line-height: 13px; float: left; padding-bottom: 5px;}
.graybbox input[type=text],
.graybbox input[type=password]{
    position: relative;
    display: block;
    clear: both;
    width: 185px;
    font: 13px/15px Arial;
    padding: 5px;
    margin:5px 0 10px;
    border: 1px solid #b2b2b2;
	background: #fff;
    -moz-border-radius: 4px;
	border-radius:4px;
    
}
.graybbox .left {
    float: right; 
    font-size: 12px;
    margin: 10px 0 0;
    height: 30px;
}
.graybbox .left input {
    float: left;
    margin-right: 5px;
}
.linksbox {
    text-align: center;
    clear: both;
}
.linksbox a {
    color: #336eb8;
    font-size: 11px;
}
.graybbox .row{
    overflow: hidden;
    margin: 5px -30px 5px 0;
}
.graybbox .row .graybtnfr{
    float: left;
    margin-right: 10px;
}