﻿.EditForm
{
    border: none !important;
    background: transparent;
}
div.loginfrm {
	float:left;
	width:442px;
	padding:20px;
	margin:10px 200px;
}

div.forgetpasswordfrm {
    float: left;
    padding: 20px;
    width: 842px;
}
div.contactfrm {
	float:left;
	width:690px;
}
div.profilefrm {
	float:left;
	width:712px;
}
.editbtn {
	background:url(../images/btn_edit.png) no-repeat;
	width:76px;
	height:40px;
	border:none;
	cursor:pointer;
	float:left;
}
#loading
{
    position: fixed;
    top: 40%;
    left: 45%;
    z-index: 1104;
}

.imagegallery ul li div img{
	border:2px solid #dddddd;
	padding:5px;
	background:#fff;
}
.imagegallery ul li div img:hover{
	border:2px solid #8cceec;
	padding:5px;
	background:#d5f2ff;
	opacity:0.5;
}
	
.imagegallery ul li div:hover span {
	background:url(../images/img_delete.gif) no-repeat;
	width:18px;
	height:18px;
	float:left;
	margin: 0 -18px 0 0;
	position:relative;
}
.registration h3 {
	font-family:helv_m;
	font-size:20px;
	color:#003561;
	font-weight:normal;
	line-height:42px;
}