div.prompt_outer_container
{
	overflow:hidden;
	width:400px;
	background:#ffffff;
	border:2px solid #07fad5;
}

div.prompt_container
{
   
}

div.prompt_header_container
{
    text-align:center;
    background:#dbdddf;
}

div.prompt_header_horizontal_spacer
{
    font-size:1px;
    height:10px;
}

div.prompt_title
{
    font-weight:bold;
   
}
div.prompt_message_container
{
    text-align:left;
}

div.prompt_message_horizontal_spacer
{
    font-size:1px;
    height:10px;
    clear:both;
}

div.prompt_message_left_spacer
{
    float:left;
    font-size:1px;
    width:30px;
    height:100%;
}

div.prompt_message
{
    float:left;
    width:340px;
}

span.prompt_message
{
    
}

div.prompt_buttons_container
{
    text-align:right;
    overflow:hidden;
    height:55px;
}

div.prompt_button_horizontal_spacer
{
    font-size:1px;
    height:10px;
    clear:both;
}

div.prompt_button_vertical_spacer
{
    float:right;
    font-size:1px;
    width:50px;
    height:100%;
}

.prompt_button
{
    float:right;
}
