/*
 popup.js
*/
div.popup {
  max-width: 600px;
 /* border: 1px solid white;*/
  /*padding: 5px;*/
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}

#banner_popup{
	color: #666666;
	background:#000000;
	width: 510px;
	float: left;
}
#bannerpopup{
	width: 510px;
	height: 263px;
	background-color:#FFFFFF;
	/*padding: 20px;*/
}
#banner_popup label{
	width: 114px;
	line-height: 24px;
	float: left;
	margin: 0 0 2px 0;
}
.popup a{
	color: #FFFFFF;
}
.popup a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#banner_popup #left{
	float: left;
	margin: 5px;
	padding: 5px;
}
#banner_popup #right{
	float: right;
	margin: 5px;
}
#clear{
	clear: both;
}
#banner_popup .btn{
	padding: 4px 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: medium none;
	float: left;
	background-color: #4e93a2;
	clear: right;
}
#banner_popup .input_txt{
	width: 225px;
	height: 20px;
	border: medium none;
	background-color: #FFFFFF;
	padding: 2px;
	color: #666666;
	float: right;
	margin: 0 0 2px 0;	
	border: solid 1px #4e93a2;
}

#banner_popup #bannermessage{
	float: left;
	margin-top: 20px;
	display: block;
	width: 300px;
}
#banner_popup #popup_closebox{
	padding: 5px;
}




#alert_popup{
	color: #cccccc;
	background:#000000;
	width: 510px;
	float: left;
	height: 300px;
	padding: 5px;
}
#alertpopup{
	width: 510px;
	height: 263px;
	background-color:#FFFFFF;
	/*padding: 20px;*/
}
#alert_popup label{
	width: 114px;
	line-height: 24px;
	float: left;
	margin: 0 0 2px 0;
}

#alert_popup #left{
	float: left;
	margin: 5px;
	padding: 5px;
}
#alert_popup #right{
	float: right;
	margin: 5px;
}

#alert_popup .btn{
	padding: 4px 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: medium none;
	float: left;
	background-color: #4e93a2;
	clear: right;
}
#alert_popup .input_txt{
	width: 225px;
	height: 20px;
	border: medium none;
	background-color: #FFFFFF;
	padding: 2px;
	color: #666666;
	float: right;
	margin: 0 0 2px 0;	
	border: solid 1px #4e93a2;
}

#alert_popup #bannermessage{
	float: left;
	margin-top: 20px;
	display: block;
	width: 300px;
}
#alert_popup #popup_closebox{
	padding: 5px;
}