
div#requests_window {
    position: absolute;
    height: auto;
    max-height: 300px;
    width: 300px;
    background-color: #000;
    z-index: 99;
    border: 1px solid gray;
    overflow: auto;
    opacity: .9;
    filter: alpha(opacity=90);
	float: right;
	margin-top: 27px;
	
	        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
}

div#clan_requests_window {
    position: absolute;
    height: auto;
    max-height: 300px;
    width: 300px;
    background-color: #000;
    z-index: 99;
    border: 1px solid gray;
    overflow: auto;
    opacity: .9;
    filter: alpha(opacity=90);
	float: right;
	margin-right: 100px;
	margin-top: 27px;
	
	        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
}


div#ach_window {
    position: absolute;
    height: auto;
    max-height: 300px;
    width: 300px;
    background-color: #000;
    z-index: 99;
	float: right;
    border: 1px solid #808080;
    opacity: .9;
    filter: alpha(opacity=90);
		        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
}
div#ach_window:hover {
    background-color: #121212;
}
#achivments_data {
    position: relative;
    background-color: #212406;
    color: #ff0;
    line-height: 25px;
    height: 55px;
    padding: 5px;
    border: 1px solid #ff0;
}
.achivments_title {
    float: left;
    color: #ffa500;
    line-height: 2px;
}
#achiv_box {
    line-height: 30px;
    display: block;
    height: 30px;
    width: 250px;
    border: 1px solid #808080;
}


