#popup_container {
	font-size: 1.6em;
	min-width: 250px;
	max-width: 300px;
	background: #FFF;
	border: solid 1px #fff;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	position:relative;
}

#popup_title {
	font-size: 14px;
	font-weight:normal;
	text-align: center;
	height:40px;
	line-height:40px;
	color: #656668;
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 0em;
	background:#eee;
}

#popup_container .close
{
    width:20px;
    height:20px;
    position:absolute;
    right:10px;
    top:10px;
    border:1px solid #ccc;
    border-radius:12px;
    text-align:center;
    line-height:20px;
    cursor:pointer;
    color:#ccc;
    font-size:20px;
}

#popup_content {
	padding-top:20px;
}

#popup_content.alert {
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	
}

#popup_message {
	text-align: center;
	font-size:14px;
}

#popup_panel {
	text-align: center;
	border-top: 1px solid #e3e3e3;
    margin-top:20px;
    height:35px;
    line-height:35px;
}
#popup_panel input{
    border: none;
    background-color: #fff;
    color: #ff7b0d;
    outline:none;
    cursor:pointer;
    font-size: 14px;
}
#popup_prompt {
	margin: .5em 0em;
}
#popup_panel div
{
    float:left;
    text-align:center;
    width:49%;
}
.rightline
{
    border-right:1px solid #ccc;
    
}