	#popover 
	{
		
		background-color:#ffffff;
		position:fixed;
		z-index:100;
		left:50%;
		top:5%;
		font-family: verdana; 
		font-size: 10pt; 
		display: none;
		border:12px solid #c60000;
		width:550px;
		padding:15px;
		margin-left:-275px;
		line-height:normal;
		

	}

	#popover p 
	{
		margin: 1.12em 0 
	}

	
	#popover H1 { font-style:normal; font-family: 'Oswald', sans-serif; font-size: 24pt; text-transform:uppercase; color: #d60000}
	
	#popover .FormText { font-size: 13pt; padding:2px;}

	.btn{
		font-family: 'Oswald', sans-serif; 
		font-size: 12pt; 
		text-transform:uppercase; 
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
		-webkit-border-radius: .5em; 
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		padding: 8px 0px;
		bottom: 0;
		position: relative;
		cursor:pointer;
		padding-left:20px;
		padding-right:20px;
	}	
	
	.orange {
		color: #fff !important;
		border: solid 1px #da7c0c;
		background: #f78d1d;
		background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
		background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	}
	.orange:hover {
		background: #f47c20;
		background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
		background: -moz-linear-gradient(top,  #f88e11,  #f06015);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	}
	.orange:active {
		color: #fcd3a5;
		background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
		background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	}

	.red {
		color: #fff !important;
		border: solid 1px #891A1C;
		background: #EE2E24;
		background: -webkit-gradient(linear, left top, left bottom, from(#EE2E24), to(#B61D22));
		background: -moz-linear-gradient(top,  #EE2E24,  #B61D22);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE2E24', endColorstr='#B61D22');
	}
	.red:hover {
		background: #f47c20;
		background: -webkit-gradient(linear, left top, left bottom, from(#D71D24), to(#A71C20));
		background: -moz-linear-gradient(top,  #D71D24,  #A71C20);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D71D24', endColorstr='#A71C20');
	}
	.red:active {
		color: #fcd3a5;
		background: -webkit-gradient(linear, left top, left bottom, from(#B61D22), to(#EE2E24));
		background: -moz-linear-gradient(top,  #B61D22,  #EE2E24);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B61D22', endColorstr='#EE2E24');
	}

	.green {
		color: #fff !important;
		border: solid 1px #1C8824;
		background: #2EEE24;
		background: -webkit-gradient(linear, left top, left bottom, from(#2EEE24), to(#1EB629));
		background: -moz-linear-gradient(top,  #EE2E24,  #1EB629);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EEE24', endColorstr='#1EB629');
	}
	.green:hover {
		background: #2AF420;
		background: -webkit-gradient(linear, left top, left bottom, from(#22D22E), to(#1DA727));
		background: -moz-linear-gradient(top,  #22D22E,  #1DA727);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#22D22E', endColorstr='#1DA727');
	}
	.green:active {
		color: #A4FEAA;
		background: -webkit-gradient(linear, left top, left bottom, from(#1EB629), to(#2EEE24));
		background: -moz-linear-gradient(top,  #1EB629,  #2EEE24);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EB629', endColorstr='#2EEE24');
	}

