body {
        background: #252525 url(images/bg-noise.png) repeat;    /* Page background */
        color: #676767;                                                                                 /* Font color */
                                                                /* Padding between link blocks and edge */
        font-family: "Lucida Console", Monaco, monospace;
	font-size: 8pt;                       /* Font */
        text-shadow: rgba(0,0,0,0.6) 1px 1px 0;                 /* Text Shadow */

}

form {
        margin-top: 1em;
}

form input {
        background: rgba(0, 0, 0, 0.3);                                                 /* Background search box */
        color: #666;                                                                                    /* Text color search box */
        border: 1px solid rgba(0, 0, 0, 0.4);                                   /* Border search box */
        font-size: 8pt;                                                                                /* Text size search box */

        font-family: "Lucida Console", Monaco, monospace;
        text-shadow: 0 1px 1px rgba(0,0,0,0.6);
        text-align: center;
        float: right;
	width: 130px;
        -moz-transition:.3s linear;
    -webkit-transition:.3s linear;

        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        -khtml-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);


}

form input:hover {
        background: rgba(0, 0, 0, 0.3);
        border:1px solid rgba(0, 0, 0, 0.4);
        -moz-transition:.3s linear;
    -webkit-transition:.3s linear;

}

form input:focus {
        background: rgba(0, 0, 0, 0.3);
        color: #666;
        border: 1px solid rgba(0, 0, 0, 0.4);                                                                   /* Border search box */
/*
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255,255,255,0.1);
        -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255,255,255,0.1);
        -o-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255,255,255,0.1);
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255,255,255,0.1);
*/

        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        -khtml-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        -moz-transition:.3s linear;
    -webkit-transition:.3s linear;
}

form input:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: 3;
}

form input:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-right: 3;
}

select {
        background: rgba(0, 0, 0, 0.3);                                                 /* Background search box */
        color: #666;                                                                                    /* Text color search box */
        border: 1px solid rgba(0, 0, 0, 0.4);                                   /* Border search box */
        font-size: 8pt;                                                                                /* Text size search box */
	width: 130px;
        font-family: "Lucida Console", Monaco, monospace;
        text-shadow: 0 1px 1px rgba(0,0,0,0.6);
        text-align: center;
        float: right;
        -moz-transition:.3s linear;
    -webkit-transition:.3s linear;

        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        -khtml-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.1);


}

#center {

  position: fixed;
   top: 50%;
   left: 50%;
   height: 300px;
   margin-top: -150px;
   width: 224px;
   margin-left: -112px;

}
