﻿.popup 
{
    background:#f6f8f6 !important;
    overflow: hidden;
    opacity: .7;
    z-index: 1;
}
    
#howtosell .title, #howtobuy .title, #posttask .title, #buytask .title
{
    font-family: Calibri, Tahoma, Arial;
    font-weight: bold;
    font-size: 2em;
    color: #ae3d0d;
    line-height: 1.3em;
    background-color: #f6f8f6;
}
#howtosell, #howtobuy, #posttask, #buytask
{
    float: left; width: 24.7%; text-align: center; border: solid 1px #f6f8f6; height: 435px;  border-radius: 20px;
}
#howtosell div, #howtobuy div, #posttask div, #buytask div
{
    font-size: 1.1em; color: #333333; padding: 2px 10px 2px 10px;
}
#howtosell
{
    background-color: #e4ca7c;
}
#howtobuy
{
    background-color: #ccccff;
}
#posttask
{
    background-color: #fdef97;
}
#buytask
{
    background-color: #c6ebfd;
}
#popup div a
{
    text-decoration: none; font-weight:bold; color: Blue;
}
.darror
{
    background: url(images/arrowdown.png) no-repeat scroll 50% 0px; height: 15px;
}

.close_link 
{
    cursor: pointer;
}