﻿
.FormArea input[type="text"], .FormArea textarea, .FormArea .select
{
    border:solid 1px #ccc;
    padding:1px;
    height:20px;
    outline:none;
}

.FormArea input[type="password"], .FormArea textarea, .FormArea .select
{
    border:solid 1px #ccc;
    padding:1px;
    height:20px;
    outline:none;
}

.FormArea input[type="button"], .FormArea input[type="submit"]
{
    border:outset 1px #ccc;
    outline:none;
}

.FormArea .multipleselect
{
    border:solid 1px #ccc;
    padding:1px;
    outline:none;
}


.div_paging
{
    float:left;
    text-align:center;
    clear:both;
    width:100%;
    margin-top:10px;
}
    .div_paging a
    {
        font-size:10px;
        color:#535252;
        border:1px solid #E5E5E5;
        margin-left: 2px;
        padding: 5px 10px;
        text-decoration:none;
    }

        .div_paging a.active
        {
            background-color:#ccc;
            font-weight:bold;
            color:#F5F5F5;
            text-decoration:none;
        }

#content .subpage .subcenter p
{
    margin:5px 0;
}

#content .osmanli .right .bbannerbtn .btns a.active
{
    width:11px; height:11px; background:url(../images/sbtn_on.png) no-repeat; float:left; margin:0 5px 0 5px;
}

.photo_album_list
{
    float:left;
    clear:both;
    width:550px;
}
    .photo_album_list .photo_album_list_item
    {
        float:left;
        width:135px;
		padding:15px;
		border:1px solid #e2e2e2;
        margin-right:17px;
		margin-bottom:5px;
        margin-top:5px; 
        height:180px;
        text-align:center;
        overflow:hidden;
		background:#fff;
    }

    .photo_album_list .photo_album_list_item span
    {
        text-decoration:none;
        display:block;
        width:125px;
        padding:3px;
        overflow:hidden;
        border:1px solid #E2E2E2;
        float:left;
        height:83px;
        margin-bottom:12px;
    }

    .photo_album_list .photo_album_list_item h3
    {
        font-size:12px;
		margin-top:5px;
        color:#f33a36;
		border-bottom:1px dotted #e2e2e2;
		padding-bottom:10px;
    }


        ._photo_album_list ._photo_album_list_item span
    {
        text-decoration:none;
        display:block;
        width:100px;
        height:64px;
        padding:3px;
        padding-bottom:5px;
        overflow:hidden;
        border:1px solid #E2E2E2;
        float:left;
        margin-top:10px;
        margin-right:10px;
		
    }

    ._photo_album_list ._photo_album_list_item h3
    {
        font-size:12px;
        color:#f33a36;
		margin-top:5px;
		border:1px dotted #e2e2e2;
		padding-bottom:5px;
    }

    .content_album img{width:100px; overflow:hidden;height: 64px;}
    .content_album{float:left;clear:both;}
    .content_album a{text-decoration:none;display:block;width:100px; overflow:hidden;border:1px solid #e2e2e2;float:left;margin-right:5px;margin-top:5px; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;}