﻿#popup_container 
{
    font-size: 14px;
    min-width: 300px;
    max-width: 600px;
    background: #FFF;
    color: #000;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    position: fixed;
}

#popup_title {
	font-size: 16px;
    text-align: left;
    line-height: 1.75em;
    color: #FFF;
    background: #373737;
    cursor: default;
    padding: 5px;
    margin: 0em;
    width: 100%;
}

#popup_content {
	padding: 10px;
	margin: 0em;
	margin-bottom: 5px;
    margin-top: 5px;
}

#popup_message {
	
}

#popup_footer {
	text-align: center;
    border-top: 1px solid #F5F5F5;
    padding:10px;
}

#popup_footer input[type=button] {width:70px;}

#popup_prompt {
	margin: .5em 0em;
}