﻿/** 
  * ======================================================
  * $Workfile: $
  * $Revision:$
  * $Date: $
  * $Author: $
  * $Archive: $
  * ======================================================
  * Change History:
  * 1.00 initial revision
**/	

.Modal {
	background-color:#fff;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 20px #fff;
	-webkit-box-shadow: 0 0 20px #fff;
}
      
.Modal h2 {
	margin: 0;
	padding: .5em 0;
	border-bottom:1px solid #333;
	font-size: 1.5em;
}

p#SurveyPopUpLinks {
	float: left;
	width: 100%;
}

p#SurveyPopUpLinks a {
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	display: block;
	float: left;
	font-weight: bold;
	letter-spacing: 2;
	margin: 1em .5em;
	padding: .25em;
	text-decoration: none;
	width: auto;
}

p#SurveyPopUpLinks a:hover {
	background: #c03;
	color: #fc0;

}
