/* #Search
================================================== */
#search_box {
	float: right;	
	background: #21262b;
	box-shadow:inset 0px 0px 0px 0px #b3e2ff;
	position: absolute;
	bottom: 22.5px;	    
	right: 87.5px;
	border: 1px solid #505050;

    width:80px;
	height: 25px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;   
	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;

	box-shadow: inset 2px 2px 2px #000, 0px 1px 0px #9b8f80;

}

#search_box:hover,
 search_box:focus {
	background: #b3e2ff;	    	
	border: 1px solid #59c9ec;
    width:185px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;   

	box-shadow: inset 2px 2px 2px #071d21, 0px 1px 1px #144c54;}

#search_box:active{
 background:#59c9ec;
 border: 1px solid #fff;
	box-shadow: inset 2px 2px 2px #b3e2ff, 0px 1px 1px #9b8f80;

}

#search_box input {
	 background:none;
	 color: #fff;	
	 border:none;

	 padding: 5px 5px;
   	 width:85%;
	 height:10px;
	 -webkit-border-radius: 6px 0px 0px 6px;
     -moz-border-radius: 6px 0px 0px 6px;
     border-radius: 6px 0px 0px 6px;  
	 font-family: 'Questrial';

	 font-weight: lighter;
     position:absolute;
	 left:0px;
	 top:0px;	
	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;	 
	}
#search_box input:hover,
#search_box input:focus{
	 color: #000000;
	}

#search_box input:active{
	 color: #fff;
	}


a.LoginLink,
LoginLink,
input[type="submit"],
    input[type="reset"],
    input[type="button"] {
	font-family: 'Questrial';

    font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
	height: 20px;	
	color:#7aaac4;
	cursor: pointer;
	display: inline-block;
	position: absolute;
    bottom: 0px;
    left: 0px;
	float:left;
	margin-right: 15px;
	transition: all 0.3s ease-out;
	}

a.LoginLink:hover,
LoginLink:hover,
input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
	color: #fff;
	}

a.LoginLink:active,
LoginLink:active,
input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
	color: #5bcaea;
	}