﻿.modal
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.modal2
{
    background-color:white;
    padding: 0px;
    border: solid 1px black;
    margin-top: 20px;    
}
.modal-header
{
	background-color: #4890f0;
	color: White;
	font-size: x-large;	
	padding-left: 20px;
	padding-right: 0px;
}
.modal-footer
{
	/*background-color: #4890f0;
	color: White;
	font-size: x-large;*/	
	padding-left: 20px;
	padding-bottom: 10px;	
}        
.modal-body
{
	width: 700px;
	padding: 10px;
}
.modal-footerbuttons
{
	clear: both;
	margin-top: 20px;
}
.modal-price-button
{
	margin-top: 60px;
	margin-left: 30px;
}
.modal-handset-image
{
	margin-top: 10px;
	margin-left: 30px;
	clear: left;
}
.modal-close-button
{
	position: absolute;
	right: 5px;
	top: 5px;
}


