body{
    padding:0px;
    background-color:#eeeeee;
}

/**************************************/
/* expat header -> profile */
/**************************************/
.top_add_1000_120{
    width:1000px;
    height:120px;
    border: 1px solid #cccccc;
    color: #999999;
}
#news-input button {
    padding: 5px 45px;
    background-color: #FFAA5E;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 0;
    border-radius: 4px;
}
.news-right {
        width: 230px;
    height: 120px;
    border: 1px solid #C0C0C0;
    margin-bottom: 10px;
    padding: 130px 10px 0 10px;
    background: url(/static/img/home/news_box.png) no-repeat;
    text-align: center;
    margin-top: 10px;
}
ul.nav-pills a{
color: #08c;
text-decoration: none;
}
div.input-prepend>input[type=text]{
    width:190px;
}
/**************************************/
/* phpbb global */
/**************************************/
div.inner>ul.linklist{
    height:29px;
}
/**************************************/
/* User Control Panel -> profile */
/**************************************/
select#bday_day{
    /*display:inline-block;*/
    margin-left:5px;
}
label[for=bday_year]{
    display:inline-block;
    margin-top:5px;
}
/**************************************/
/* User Control Panel -> private message */
/**************************************/
input[name=full_action]{
    width:20px;
}
fieldset.fields1>dl>dt>{
    width:150px;
}
#message-box{
    width: 430px;
}
#smiley-box{
    margin-right:5px;
}
#smiley-box>hr{
    margin-right:5px;
}
#format-buttons>select{
    width:60px;
}
fieldset.fields1>dl>dt{
    height:40px;
}

fieldset.fields1>dl:nth-child(4)>dt{
    width:150px;
}
fieldset.fields1>dl:nth-child(4)>dd{
    margin-left:12em;
}
form#ucp fieldset.fields2:nth-child(9)>dl,form#ucp fieldset.fields2:nth-child(12)>dl{
   height:32px !important;
}
.fields2>dl>dd>input#foldername{
    margin:0px;
}
/**************************************/
/* User Control Panel -> private board preferences */
/**************************************/
/*div.panel>fieldset>*/
/*dl>dd>*/
select#timezone{
    width:280px !important;
}
select#dateoptions{
    width:280px !important;
}

/**************************************/
/* Mobile version */
/**************************************/

.main_left #page-header h1{
    display:static !important;
    color:red;
}

div.topic-actions .search-box, .phpbb-global-search-box{
    height:25px;
  display:block;
}
.phpbb-global-search-box .inputbox{
    margin:0px 0px;
}
div.topic-actions .search-box input.search, .phpbb-global-search-box input.search{
    height:17px;
    /*padding:0px 0px;*/
    margin-bottom:0px;
    font-size:12px;
    
}
.blue_line .dropdown a{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*
 *for clasifieds
 */
.btn-classified-customed1 {
background-color: #e78018 !important;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear,left top,left bottom,from(#e67f18),to(#e67f18));
background-image: -moz-linear-gradient(top,#e67f18,#e67f18);
background-image: -ms-linear-gradient(top,#e67f18,#e67f18);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e67f18),color-stop(100%,#e67f18));
background-image: -webkit-linear-gradient(top,#e67f18,#e67f18);
background-image: -o-linear-gradient(top,#e67f18,#e67f18);
background-image: linear-gradient(#e67f18,#e67f18);
border-color: #e67f18 #e67f18 #e78018;
color: #fff !important;
font-weight: bolder;
text-shadow: 0 1px 1px rgba(255,255,255,0);
-webkit-font-smoothing: antialiased;
width: 250px;
margin-bottom: 20px;
}
.go-widget .title {
text-align: center;
font-size: 20px;
font-weight: bold;
padding: 10px 0;
color: #e57e21;
border-top: 1px solid #7a7a7a;
border-bottom: 1px solid #7a7a7a;
}
.fast-post .inputs {
color: #009dfe;
margin: 10px 0;
}
.fast-post {
text-align: center;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #7a7a7a;
}
.fast-post .text {
color: black;
font-size: 12px;
}
a.fast-post-submit{
color: white;
}
.fast-post-submit {
font-size: 16px;
font-weight: bold;
background-color: #e57e21;
padding: 4px 25px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fast-post-submit:hover {
color: #fff;
text-decoration: none;
background-color: #d07320;
}
