﻿.popup-form
{
	width:220px;
	height:346px;
	margin:0;
	padding:0;
	position:fixed;
	bottom:0px;
	right:1px;
	background-color:#81C35C;
	border:1px solid #76AD54;
	
	/*-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;*/
}

.popup-showblock
{
	width:220px;
	height:17px;
	margin:0;
	padding:3px 0 0 0;
	position:fixed;
	bottom:0;
	right:1px;
	border:1px solid #76AD54;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	background:url("titlebck.gif") no-repeat scroll left top #81C35C;

	/*-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;*/
}
.popup-infobubble
{
	width:210px;
	height:72px;
	margin:0;
	padding:0;
	position:fixed;
	bottom:24px;
	right:8px;
	cursor:pointer;
	background-image:url('info-bubble.png');
}
.popup-infobubble .title
{
	margin:0;
	padding:14px 2px 0 40px;
	font-size:20px;
	font-weight:bold;
	color:#56636B;
	text-align:left;
	width:150px;
}
.popup-infobubble a.butCloseBubble {
    position:relative;
    top:-8px;
    left:12px;
}
.popup-title
{
	text-align:left;
	font-weight:bold;
	color:#fff;
	background:url("titlebck.gif") no-repeat scroll left top #81C35C;
	cursor:pointer;
	height:18px;
    padding:0 0 4px 58px;
}
.popup-showblock:hover, .popup-title:hover
{
	text-decoration:underline;
}
.popup-title .icon-delete
{
	padding-left:44px;
	position:relative;
	top:3px;
}
.popup-content
{
	padding:4px 8px 0 8px;
	background-color:#fff;
	height:333px;
}
.popup-content .buttons a
{
	float:left;
	margin:0 8px 6px 0;
}
.popup-content input.input
{
	width:200px;
	margin:0 0 6px 0;
}
.popup-content textarea.input
{
	width:200px;
	height:122px;
	margin:0 0 6px 0;
}
.popup-content .PopUpFormMessage
{
	color: #FF0000;
}