.lightbox {
    width: 32px;
    height: 40px;
    float: right;
    margin-right: 10px;
    background: url(../images/search.png) no-repeat 0 10px;
}

.backdrop {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 1000%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=0);
    z-index: 50;
    display: none;
}

.box {
    position: absolute;
    top: 20%;
    left: 33%;
    width: 400px;
    height: 150px;
    background: #ffffff;
    z-index: 51;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    box-shadow: 0px 0px 5px #444444;
    display: none;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.box p {
    color: #000;
    text-align:center;
}

.close {
    float: left;
    margin: -25px 0 0 -25px;
    cursor: pointer;
}

#searchform {
    background: url(../images/search-bg.png) no-repeat 0 0px;
    width: 182px;
    height: 40px;
    padding-top: 0;
	margin-top:20px;
    margin-left: 110px;
}

#searchform #s {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: none;
    border: none;
    color: #ada8a3;
    width: 165px;
    padding: 1px 5px;
    margin: 5px 0 10px 1px;
}

#searchsubmit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e86a61;
    background: -moz-linear-gradient(top,  #e86a61 0%,  #cd4f32 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%, #e86a61),  color-stop(100%, #cd4f32));
    background: -webkit-linear-gradient(top,  #e86a61 0%, #cd4f32 100%);
    background: -o-linear-gradient(top,  #e86a61 0%, #cd4f32 100%);
    background: -ms-linear-gradient(top,  #e86a61 0%, #cd4f32 100%);
    background: linear-gradient(to bottom,  #e86a61 0%, #cd4f32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e86a61',  endColorstr='#cd4f32', GradientType=0);
    border: 1px solid #a4422b;
    box-shadow: inset 0px 1px 0px #f1a39e;
    color: #4c160e;
    text-shadow: 1px 1px 0px #dc7662;
    width: 182px;
    height: 34px;
	margin-top:3px;
    cursor: pointer;
}
