/* formclose */
.formexit
{
	width:26px;
	height:26px;
	background:url('../i/admin/formexit.png') 0 0 no-repeat;
	display:inline-block;
	position:absolute;
	top:-11px;
	right:-11px;
	cursor:pointer;
}
	.exit-left
	{
		left:-11px !important;
		right:auto;	
	}
	.exit-right
	{
		right:-11px !important;
		left:auto;		
	}

.forms h1
{
	font-size: 32px;
	font-family: 'calibri', arial;
	color: #402e00;
}
	.forms p input
	{
		margin-bottom: 15px;
	}

#photos {
    border-bottom: none !important;
}
	
#photos li {
    float: left;
}
	
/* sizes */
.lbl
{
	width: 75px;
	display: inline-block;
}

.w480
{
	width: 480px;
}
.w90
{
	width: 90px;
}
.txt380
{
	width: 100%;
	margin-bottom: 10px;
	max-width: 100%;
	height: 380px;
}
.formsbuttons
{
	padding-top: 12px;
}

/* admin positions */
.b-ml15
{
	margin-left: 15px;
}

.gallerydel
{
    width: 13px;
    cursor: pointer;
    height: 13px;
    background: url('../i/editoraldel.gif') 0 0 no-repeat;
    position: absolute;
    right:0px;
    top:0px;
	z-index: 10;
}
#photos li
{
	position: relative;
}
    #photos .exit-left
    {
        left:0px !important;
        right:auto !important;          
    }
    #photos .exit-right
    {
        right:0px !important;
        left:auto !important;           
    }