

/*Generated from Designmycss.com*/
body {
  width: 100%;
  height: 100%;
}
.button {
	-moz-box-shadow: 0px 10px 14px -7px #e4f09e;
	-webkit-box-shadow: 0px 10px 14px -7px #e4f09e;
	box-shadow: 0px 10px 14px -7px #e4f09e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b7c278), color-stop(1, #969c46));
	background:-moz-linear-gradient(top, #b7c278 5%, #969c46 100%);
	background:-webkit-linear-gradient(top, #b7c278 5%, #969c46 100%);
	background:-o-linear-gradient(top, #b7c278 5%, #969c46 100%);
	background:-ms-linear-gradient(top, #b7c278 5%, #969c46 100%);
	background:linear-gradient(to bottom, #b7c278 5%, #969c46 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7c278', endColorstr='#969c46',GradientType=0);
	background-color:#b7c278;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:8px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #646629;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #969c46), color-stop(1, #b7c278));
	background:-moz-linear-gradient(top, #969c46 5%, #b7c278 100%);
	background:-webkit-linear-gradient(top, #969c46 5%, #b7c278 100%);
	background:-o-linear-gradient(top, #969c46 5%, #b7c278 100%);
	background:-ms-linear-gradient(top, #969c46 5%, #b7c278 100%);
	background:linear-gradient(to bottom, #969c46 5%, #b7c278 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#969c46', endColorstr='#b7c278',GradientType=0);
	background-color:#969c46;
}
.button:active {
	position:relative;
	top:1px;
}

.buttonGreen {
	-moz-box-shadow: 0px 10px 14px -7px #9ef0ae;
	-webkit-box-shadow: 0px 10px 14px -7px #9ef0ae;
	box-shadow: 0px 10px 14px -7px #9ef0ae;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #46e35b), color-stop(1, #13c437));
	background:-moz-linear-gradient(top, #46e35b 5%, #13c437 100%);
	background:-webkit-linear-gradient(top, #46e35b 5%, #13c437 100%);
	background:-o-linear-gradient(top, #46e35b 5%, #13c437 100%);
	background:-ms-linear-gradient(top, #46e35b 5%, #13c437 100%);
	background:linear-gradient(to bottom, #46e35b 5%, #13c437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#46e35b', endColorstr='#13c437',GradientType=0);
	background-color:#46e35b;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:8px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2a6636;
}
.buttonGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #13c437), color-stop(1, #46e35b));
	background:-moz-linear-gradient(top, #13c437 5%, #46e35b 100%);
	background:-webkit-linear-gradient(top, #13c437 5%, #46e35b 100%);
	background:-o-linear-gradient(top, #13c437 5%, #46e35b 100%);
	background:-ms-linear-gradient(top, #13c437 5%, #46e35b 100%);
	background:linear-gradient(to bottom, #13c437 5%, #46e35b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#13c437', endColorstr='#46e35b',GradientType=0);
	background-color:#13c437;
}
.buttonGreen:active {
	position:relative;
	top:1px;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 150px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}
 
table
{
    border-spacing:1px;
    border-style:solid;
    border-color:#D8D8D8;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    padding:0;
    box-shadow:0px 0px #000000;
    table-layout:auto;
}


th
{
    color:#000000;
    background:#d5b8b3;
    border-style:solid;
    border-width:0px;
    border-color:#acddda;
    font-weight:800;
	font-size:14px;
    padding:5px;
    text-align:left;
    vertical-align:top;
}
 
tr
{
    color:#333333;
    font-weight:bold;
}
 
tr:hover td
{
    color:#081C6B;
}
 
td
{
    padding:3px 5px;
    text-align:left;
    vertical-align:top;
	font-weight:bold;
	font-size:14px;
}
 
th:first-child
{
    border-top-left-radius:10px;
}
 
th:last-child
{
    border-top-right-radius:10px;
}
 
tr:last-child td:first-child
{
    border-bottom-left-radius:10px;
}
 
tr:last-child td:last-child
{
    border-bottom-right-radius:10px;
}

/* The CSS */
select {

   padding:3px;
    background:white;
	font-size:14px;
    font-weight:bold;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:30px}
}



input[type=text] {
border-radius:5px;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
padding: 3px 0px 3px 3px;
border: 1px
solid #999;
font-size:14px;
font-weight:bold;
}
input[type=text]:focus{
 background-color:#FFF;
 border: 1px
solid #07c;
 box-shadow: 0
0 10px #760AAB;
} 

input[type=password] {
border-radius:5px;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
padding: 3px 0px 3px 3px;
border: 1px
solid #999;
font-size:14px;
font-weight:bold;
}
input[type=password]:focus{
 background-color:#FFF;
 border: 1px
solid #07c;
 box-shadow: 0
0 10px #07c;
} 



#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; font:Arial, Helvetica, sans-serif; font-weight:bold;color: #990000;font-size: 16px;background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}

.HeaderLabel
{
 color:#CC0066;
 font-size:20px;
 font-weight:bold;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 text-align:center;
 text-transform:uppercase;

}

input[type="radio"]+label {
width:25px;
height:25px;
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input:-moz-read-only { /* For Firefox */
    background-color:#FFCC00;
}

input:read-only { 
    background-color:#FFFF66;
}

input[type="text"][readonly],
textarea[readonly] {
  background-color: #CCCCCC;
}



.buttonNew {
	-moz-box-shadow: 0px 10px 14px -9px #276873;
	-webkit-box-shadow: 0px 10px 14px -9px #276873;
	box-shadow: 0px 10px 14px -9px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 0px 9px #3d768a;
}
.buttonNew:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.buttonNew:active {
	position:relative;
	top:1px;
}
.buttonGreen {
	-moz-box-shadow: 0px 10px 14px -9px #277339;
	-webkit-box-shadow: 0px 10px 14px -9px #277339;
	box-shadow: 0px 10px 14px -9px #277339;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #59b36e), color-stop(1, #409955));
	background:-moz-linear-gradient(top, #59b36e 5%, #409955 100%);
	background:-webkit-linear-gradient(top, #59b36e 5%, #409955 100%);
	background:-o-linear-gradient(top, #59b36e 5%, #409955 100%);
	background:-ms-linear-gradient(top, #59b36e 5%, #409955 100%);
	background:linear-gradient(to bottom, #59b36e 5%, #409955 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59b36e', endColorstr='#409955',GradientType=0);
	background-color:#59b36e;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 0px 9px #3e8a50;
}
.buttonGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #409955), color-stop(1, #59b36e));
	background:-moz-linear-gradient(top, #409955 5%, #59b36e 100%);
	background:-webkit-linear-gradient(top, #409955 5%, #59b36e 100%);
	background:-o-linear-gradient(top, #409955 5%, #59b36e 100%);
	background:-ms-linear-gradient(top, #409955 5%, #59b36e 100%);
	background:linear-gradient(to bottom, #409955 5%, #59b36e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#409955', endColorstr='#59b36e',GradientType=0);
	background-color:#409955;
}
.buttonGreen:active {
	position:relative;
	top:1px;
}
   .buttonPurple {
	-moz-box-shadow: 0px 10px 14px -9px #5e2773;
	-webkit-box-shadow: 0px 10px 14px -9px #5e2773;
	box-shadow: 0px 10px 14px -9px #5e2773;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9d59b3), color-stop(1, #834099));
	background:-moz-linear-gradient(top, #9d59b3 5%, #834099 100%);
	background:-webkit-linear-gradient(top, #9d59b3 5%, #834099 100%);
	background:-o-linear-gradient(top, #9d59b3 5%, #834099 100%);
	background:-ms-linear-gradient(top, #9d59b3 5%, #834099 100%);
	background:linear-gradient(to bottom, #9d59b3 5%, #834099 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d59b3', endColorstr='#834099',GradientType=0);
	background-color:#9d59b3;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 0px 9px #6c3e8a;
}
.buttonPurple:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #834099), color-stop(1, #9d59b3));
	background:-moz-linear-gradient(top, #834099 5%, #9d59b3 100%);
	background:-webkit-linear-gradient(top, #834099 5%, #9d59b3 100%);
	background:-o-linear-gradient(top, #834099 5%, #9d59b3 100%);
	background:-ms-linear-gradient(top, #834099 5%, #9d59b3 100%);
	background:linear-gradient(to bottom, #834099 5%, #9d59b3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#834099', endColorstr='#9d59b3',GradientType=0);
	background-color:#834099;
	color:#FFFFFF;
}
.buttonPurple:active {
	position:relative;
	top:1px;
}
.buttonOrange {
	-moz-box-shadow: 0px 10px 14px -7px #000000;
	-webkit-box-shadow: 0px 10px 14px -7px #000000;
	box-shadow: 0px 10px 14px -7px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de6107), color-stop(1, #ed881d));
	background:-moz-linear-gradient(top, #de6107 5%, #ed881d 100%);
	background:-webkit-linear-gradient(top, #de6107 5%, #ed881d 100%);
	background:-o-linear-gradient(top, #de6107 5%, #ed881d 100%);
	background:-ms-linear-gradient(top, #de6107 5%, #ed881d 100%);
	background:linear-gradient(to bottom, #de6107 5%, #ed881d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de6107', endColorstr='#ed881d',GradientType=0);
	background-color:#de6107;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f07c00;
}
.buttonOrange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ed881d), color-stop(1, #de6107));
	background:-moz-linear-gradient(top, #ed881d 5%, #de6107 100%);
	background:-webkit-linear-gradient(top, #ed881d 5%, #de6107 100%);
	background:-o-linear-gradient(top, #ed881d 5%, #de6107 100%);
	background:-ms-linear-gradient(top, #ed881d 5%, #de6107 100%);
	background:linear-gradient(to bottom, #ed881d 5%, #de6107 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed881d', endColorstr='#de6107',GradientType=0);
	background-color:#ed881d;
}
.buttonOrange:active {
	position:relative;
	top:1px;
}


.buttonMerun {
	-moz-box-shadow: 0px 10px 14px -7px #000000;
	-webkit-box-shadow: 0px 10px 14px -7px #000000;
	box-shadow: 0px 10px 14px -7px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f04f4f), color-stop(1, #ba2f2f));
	background:-moz-linear-gradient(top, #f04f4f 5%, #ba2f2f 100%);
	background:-webkit-linear-gradient(top, #f04f4f 5%, #ba2f2f 100%);
	background:-o-linear-gradient(top, #f04f4f 5%, #ba2f2f 100%);
	background:-ms-linear-gradient(top, #f04f4f 5%, #ba2f2f 100%);
	background:linear-gradient(to bottom, #f04f4f 5%, #ba2f2f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f04f4f', endColorstr='#ba2f2f',GradientType=0);
	background-color:#f04f4f;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f00000;
}
.buttonMerun:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ba2f2f), color-stop(1, #f04f4f));
	background:-moz-linear-gradient(top, #ba2f2f 5%, #f04f4f 100%);
	background:-webkit-linear-gradient(top, #ba2f2f 5%, #f04f4f 100%);
	background:-o-linear-gradient(top, #ba2f2f 5%, #f04f4f 100%);
	background:-ms-linear-gradient(top, #ba2f2f 5%, #f04f4f 100%);
	background:linear-gradient(to bottom, #ba2f2f 5%, #f04f4f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba2f2f', endColorstr='#f04f4f',GradientType=0);
	background-color:#ba2f2f;
}
.buttonMerun:active {
	position:relative;
	top:1px;
}



.buttonBlue {
	-moz-box-shadow: 0px 10px 14px -7px #273a73;
	-webkit-box-shadow: 0px 10px 14px -7px #273a73;
	box-shadow: 0px 10px 14px -7px #273a73;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5977b3), color-stop(1, #405999));
	background:-moz-linear-gradient(top, #5977b3 5%, #405999 100%);
	background:-webkit-linear-gradient(top, #5977b3 5%, #405999 100%);
	background:-o-linear-gradient(top, #5977b3 5%, #405999 100%);
	background:-ms-linear-gradient(top, #5977b3 5%, #405999 100%);
	background:linear-gradient(to bottom, #5977b3 5%, #405999 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5977b3', endColorstr='#405999',GradientType=0);
	background-color:#5977b3;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3e5d8a;
}
.buttonBlue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #405999), color-stop(1, #5977b3));
	background:-moz-linear-gradient(top, #405999 5%, #5977b3 100%);
	background:-webkit-linear-gradient(top, #405999 5%, #5977b3 100%);
	background:-o-linear-gradient(top, #405999 5%, #5977b3 100%);
	background:-ms-linear-gradient(top, #405999 5%, #5977b3 100%);
	background:linear-gradient(to bottom, #405999 5%, #5977b3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#405999', endColorstr='#5977b3',GradientType=0);
	background-color:#405999;
}
.buttonBlue:active {
	position:relative;
	top:1px;
}





.buttonDarkGreen {
	-moz-box-shadow: 0px 10px 14px -9px #45c21b;
	-webkit-box-shadow: 0px 10px 14px -9px #45c21b;
	box-shadow: 0px 10px 14px -9px #45c21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2a6332), color-stop(1, #47bd2a));
	background:-moz-linear-gradient(top, #2a6332 5%, #47bd2a 100%);
	background:-webkit-linear-gradient(top, #2a6332 5%, #47bd2a 100%);
	background:-o-linear-gradient(top, #2a6332 5%, #47bd2a 100%);
	background:-ms-linear-gradient(top, #2a6332 5%, #47bd2a 100%);
	background:linear-gradient(to bottom, #2a6332 5%, #47bd2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a6332', endColorstr='#47bd2a',GradientType=0);
	background-color:#2a6332;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 0px 9px #286638;
}
.buttonDarkGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #47bd2a), color-stop(1, #2a6332));
	background:-moz-linear-gradient(top, #47bd2a 5%, #2a6332 100%);
	background:-webkit-linear-gradient(top, #47bd2a 5%, #2a6332 100%);
	background:-o-linear-gradient(top, #47bd2a 5%, #2a6332 100%);
	background:-ms-linear-gradient(top, #47bd2a 5%, #2a6332 100%);
	background:linear-gradient(to bottom, #47bd2a 5%, #2a6332 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#47bd2a', endColorstr='#2a6332',GradientType=0);
	background-color:#47bd2a;
}
.buttonDarkGreen:active {
	position:relative;
	top:1px;
}

.buttonDarkBlue {
	-moz-box-shadow: 0px 10px 14px -9px #2f1bc2;
	-webkit-box-shadow: 0px 10px 14px -9px #2f1bc2;
	box-shadow: 0px 10px 14px -9px #2f1bc2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7571b3), color-stop(1, #3f3d66));
	background:-moz-linear-gradient(top, #7571b3 5%, #3f3d66 100%);
	background:-webkit-linear-gradient(top, #7571b3 5%, #3f3d66 100%);
	background:-o-linear-gradient(top, #7571b3 5%, #3f3d66 100%);
	background:-ms-linear-gradient(top, #7571b3 5%, #3f3d66 100%);
	background:linear-gradient(to bottom, #7571b3 5%, #3f3d66 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7571b3', endColorstr='#3f3d66',GradientType=0);
	background-color:#7571b3;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 0px 9px #292966;
}
.buttonDarkblue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3f3d66), color-stop(1, #7571b3));
	background:-moz-linear-gradient(top, #3f3d66 5%, #7571b3 100%);
	background:-webkit-linear-gradient(top, #3f3d66 5%, #7571b3 100%);
	background:-o-linear-gradient(top, #3f3d66 5%, #7571b3 100%);
	background:-ms-linear-gradient(top, #3f3d66 5%, #7571b3 100%);
	background:linear-gradient(to bottom, #3f3d66 5%, #7571b3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d66', endColorstr='#7571b3',GradientType=0);
	background-color:#3f3d66;
	color:#FFFFFF;
}
.buttonDarkblue:active {
	position:relative;
	top:1px;
}
.buttongrey {
	-moz-box-shadow: 0px 10px 14px -7px #9a655d;
	-webkit-box-shadow: 0px 10px 14px -7px #9a655d;
	box-shadow: 0px 10px 14px -7px #9a655d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c49b95), color-stop(1, #9a655d));
	background:-moz-linear-gradient(top, #9a655d 5%, #c49b95 100%);
	background:-webkit-linear-gradient(top, #9a655d 5%, #c49b95 100%);
	background:-o-linear-gradient(top, #9a655d 5%, #c49b95 100%);
	background:-ms-linear-gradient(top, #9a655d 5%, #c49b95 100%);
	background:linear-gradient(to bottom, #9a655d 5%, #c49b95 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a655d', endColorstr='#c49b95',GradientType=0);
	background-color:#c49b95;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2b665e;
}  
.buttongrey:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc8d86), color-stop(1, #e6d4d1));
	background:-moz-linear-gradient(top, #bc8d86 5%, #e6d4d1 100%);
	background:-webkit-linear-gradient(top, #bc8d86 5%, #e6d4d1 100%);
	background:-o-linear-gradient(top, #bc8d86 5%, #e6d4d1 100%);
	background:-ms-linear-gradient(top, #bc8d86 5%, #e6d4d1 100%);
	background:linear-gradient(to bottom, #bc8d86 5%, #e6d4d1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc8d86', endColorstr='#e6d4d1',GradientType=0);
	background-color:#e6d4d1;
}
.buttongrey:active {
	position:relative;
	top:1px;
}

 .buttonLightGreen {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #79db44));
	background:-moz-linear-gradient(top, #77b55a 5%, #79db44 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #79db44 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #79db44 100%); 
	background:-ms-linear-gradient(top, #77b55a 5%, #79db44 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #79db44 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#79db44',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.buttonLightGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79db44), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #79db44 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #79db44 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #79db44 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #79db44 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #79db44 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79db44', endColorstr='#77b55a',GradientType=0);
	background-color:#79db44;
}
.buttonLightGreen:active {
	position:relative;
	top:1px;
}


 

.buttonGray {
	-moz-box-shadow: 0px 10px 14px -7px #000000;
	-webkit-box-shadow: 0px 10px 14px -7px #000000;
	box-shadow: 0px 10px 14px -7px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6b1b0d), color-stop(1, #d4733f));
	background:-moz-linear-gradient(top, #6b1b0d 5%, #d4733f 100%);
	background:-webkit-linear-gradient(top, #6b1b0d 5%, #d4733f 100%);
	background:-o-linear-gradient(top, #6b1b0d 5%, #d4733f 100%);
	background:-ms-linear-gradient(top, #6b1b0d 5%, #d4733f 100%);
	background:linear-gradient(to bottom, #6b1b0d 5%, #d4733f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b1b0d', endColorstr='#d4733f',GradientType=0);
	background-color:#6b1b0d;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.buttonGray:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d4733f), color-stop(1, #6b1b0d));
	background:-moz-linear-gradient(top, #d4733f 5%, #6b1b0d 100%);
	background:-webkit-linear-gradient(top, #d4733f 5%, #6b1b0d 100%);
	background:-o-linear-gradient(top, #d4733f 5%, #6b1b0d 100%);
	background:-ms-linear-gradient(top, #d4733f 5%, #6b1b0d 100%);
	background:linear-gradient(to bottom, #d4733f 5%, #6b1b0d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4733f', endColorstr='#6b1b0d',GradientType=0);
	background-color:#d4733f;
}
.buttonGray:active {
	position:relative;
	top:1px;
}
 
 .custom-select {
  position: relative;
  width: 90%;
  height: 36px;
  border: 1px solid ;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #D9DBE1;
  font-weight: bold;
  font-size: 11px; 
  font-family: Verdana,  Arial, Sans-Serif; 
  font-style: normal;
}
.custom-select a {
  display: inline-block;
  width: 90%;
  height: 20px;
  padding: 8px 10px;
  color: #000;
  background-color: #D9DBE1;
  text-decoration: none;
  cursor: pointer;
}
}
.custom-select a span {
  display: inline-block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
}
.custom-select select {
  display: none !important;
}
.custom-select > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 1px 0 0 -1px;
  width: 100%;
  border: 1px solid #888;
  border-top: 0;
  background: #FFFFFF;
  z-index: 10;
  overflow: hidden;
}
.custom-select input {
  width: 90%;
  border: 1px solid #888;
  margin: 5px 5px 0;
  padding: 5px;
    font-weight: bold;
  font-size: 11px; 
  font-family: Verdana,  Arial, Sans-Serif; 
  font-style: normal;
  background: #fff url('../images/multilist.search.png') no-repeat 5px 50%;
  line-height: 2em;
  padding: 2px 5px 2px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #EAEBEE;
  
}

.custom-select loading{
	 background: white url('../images/multilist.indicator.gif') right center no-repeat;
	
}

.custom-select > div > div {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 5px;
  max-height: 250px;
}
.custom-select div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-select div ul li {
  display: none;
  padding: 5px;
}
.custom-select div ul li.active {
  display: block;
  cursor: pointer;
}
.custom-select div ul li:hover {
  background: #9298A9;
  color: #fff;
}
.custom-select div ul li.option-hover {
  background: #808040;
  color: #fff;
}
.custom-select div ul li.option-disabled {
  color: #999;
}
.custom-select div ul li.option-disabled:hover {
  background: #ff9999;
  color: #C4C8D2;
}
.custom-select div ul li.option-hover.option-disabled {
  background: #ff6666;
  color: #C4C8D2;
}
.custom-select div ul li.no-results {
  display: none;
  background: #f2f2f2;
  color: #000;
}

.autocomplete-suggestions strong {
	font-weight: normal; 
	color: #3399ff;
	}

/* Custom Select - Open
----------------------------------*/
.custom-select-open {
  border-bottom: 1px solid ;
    background-color: #D9DBE1;
}
.custom-select-open div {
  display: block;
    background-color: #D9DBE1;
}

/* Hide Input Box
----------------------------------*/
.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
}

/* Mobile Override
----------------------------------*/
.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.3dh1 {
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.shadow{
    box-shadow: 5px 4px 25px black;border:1px solid #990033;
	}
	


form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {	background: -webkit-linear-gradient(top,  #AC7168 0%,rgba(249,249,249,1) 100%);
	border: 1px groove #9638C5;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 500px;
	
}

#content h3:before,
#content h3:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 27%;
	
}
#content h3:after {
	background: -webkit-linear-gradient(left,  #888888 0%,rgba(255,255,255,1) 100%);
    right: 0;
}
#content h3:before {
	background: -webkit-linear-gradient(right,  #888888 0%,rgba(255,255,255,1) 100%);
    left: 0;
}
#content:after,
#content:before {
	background: -webkit-linear-gradient(top,  #888888 0%,rgba(249,249,249,1) 100%);
	border: 1px double #228B26;
	content: "";
	display: block;
	height: 100%;
	left: -1px;
	position: absolute;
	width: 100%;
}
#content:after {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	top: 0;
	z-index: -1;
}
#content:before {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	top: 0;
	z-index: -2;
}
#content form { margin: 0 20px; position: relative }
#content form input[type="text"],
#content form input[type="password"] {

	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	background: #eae7e7 url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) no-repeat;
	border: 2px solid #606060;
	color: #777;
	font: 18px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 80%;
}
#content form input[type="text"]:focus,
#content form input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 2px solid #606060;
	outline: none;
	color:#006633;
}
#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }
.buttonlogin {

	background: -webkit-linear-gradient(top,  #DAF59D 0%,rgba(254,231,154,1) 100%);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #137915;
	color: #008000;
	cursor: pointer;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 20px 0 35px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
}

.buttonlogin:hover {
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,#DAF59D 100%);
}
.footer{
position:absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  background-color: #D8D8D8;
  text-align: center;
  
  color:  #000000;border-top: 1px solid #000;}
  
  
  
  
  .btn_blue {
  background: #3434d9;
  background-image: -webkit-linear-gradient(top, #3434d9, #3434d9);
  background-image: -moz-linear-gradient(top, #3434d9, #3434d9);
  background-image: -ms-linear-gradient(top, #3434d9, #3434d9);
  background-image: -o-linear-gradient(top, #3434d9, #3434d9);
  background-image: linear-gradient(to bottom, #3434d9, #3434d9);
 -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
      font-weight: bold;
    text-decoration: none;
  
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;
	text-align:center;
	border:1px double #000000;
}

.btn_blue:hover {
  background: #3434d9;
  background-image: -webkit-linear-gradient(top, #3434d9, #7878eb);
  background-image: -moz-linear-gradient(top, #3434d9, #7878eb);
  background-image: -ms-linear-gradient(top, #3434d9, #7878eb);
  background-image: -o-linear-gradient(top, #3434d9, #7878eb);
  background-image: linear-gradient(to bottom, #3434d9, #7878eb);
  text-decoration: none;
}

.btn_pink {
  background: #d934a5;
  background-image: -webkit-linear-gradient(top, #d934a5, #d934a5);
  background-image: -moz-linear-gradient(top, #d934a5, #d934a5);
  background-image: -ms-linear-gradient(top, #d934a5, #d934a5);
  background-image: -o-linear-gradient(top, #d934a5, #d934a5);
  background-image: linear-gradient(to bottom, #d934a5, #d934a5);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
      font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_pink:hover {
  background: #b320ae;
  background-image: -webkit-linear-gradient(top, #d934a5, #db8fd8);
  background-image: -moz-linear-gradient(top, #d934a5, #db8fd8);
  background-image: -ms-linear-gradient(top, #d934a5, #db8fd8);
  background-image: -o-linear-gradient(top, #d934a5, #db8fd8);
  background-image: linear-gradient(to bottom, #d934a5, #db8fd8);
  text-decoration: none;
}

.btn_red {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
  background: #660033;
  padding: 6px 24px 6px 24px;
  border: solid #1f628d 1px;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size:14px;
     font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_red:hover {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #660033, #e86f6f);
  background-image: -moz-linear-gradient(top, #660033, #e86f6f);
  background-image: -ms-linear-gradient(top, #660033, #e86f6f);
  background-image: -o-linear-gradient(top, #660033, #e86f6f);
  background-image: linear-gradient(to bottom, #660033, #e86f6f);
  text-decoration: none;
}
.btn_lightblue {
  background: #096480;
  background-image: -webkit-linear-gradient(top, #096480, #096480);
  background-image: -moz-linear-gradient(top, #096480, #096480);
  background-image: -ms-linear-gradient(top, #096480, #096480);
  background-image: -o-linear-gradient(top, #096480, #096480);
  background-image: linear-gradient(to bottom, #096480, #096480);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
     font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_lightblue:hover {
  background: #0ac2fa;
  background-image: -webkit-linear-gradient(top, #0ac2fa, #0ac2fa);
  background-image: -moz-linear-gradient(top, #0ac2fa, #0ac2fa);
  background-image: -ms-linear-gradient(top, #0ac2fa, #0ac2fa);
  background-image: -o-linear-gradient(top, #0ac2fa, #0ac2fa);
  background-image: linear-gradient(to bottom, #0ac2fa, #0ac2fa);
  text-decoration: none;

}

.btn_green {
  background: #147107;
  background-image: -webkit-linear-gradient(top, #147107, #147107);
  background-image: -moz-linear-gradient(top, #147107, #147107);
  background-image: -ms-linear-gradient(top, #147107, #147107);
  background-image: -o-linear-gradient(top, #147107, #147107);
  background-image: linear-gradient(to bottom, #147107, #147107);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
     font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_green:hover {
  background: #13942d;
  background-image: -webkit-linear-gradient(top, #147107, #1bb83b);
  background-image: -moz-linear-gradient(top, #147107, #1bb83b);
  background-image: -ms-linear-gradient(top, #147107, #1bb83b);
  background-image: -o-linear-gradient(top, #147107, #1bb83b);
  background-image: linear-gradient(to bottom, #147107, #1bb83b);
  text-decoration: none;
}

.btn_yellow {
  background: #fcfc17;
  background-image: -webkit-linear-gradient(top, #fcfc17, #fcfc17);
  background-image: -moz-linear-gradient(top, #fcfc17, #fcfc17);
  background-image: -ms-linear-gradient(top, #fcfc17, #fcfc17);
  background-image: -o-linear-gradient(top, #fcfc17, #fcfc17);
  background-image: linear-gradient(to bottom, #fcfc17, #fcfc17);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #0d0b0d;
  font-size: 14px;
      font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_yellow:hover {
  background: #a3b326;
  background-image: -webkit-linear-gradient(top, #a3b326, #fcfc17);
  background-image: -moz-linear-gradient(top, #a3b326, #fcfc17);
  background-image: -ms-linear-gradient(top, #a3b326, #fcfc17);
  background-image: -o-linear-gradient(top, #a3b326, #fcfc17);
  background-image: linear-gradient(to bottom, #a3b326, #fcfc17);
  text-decoration: none;
  
}

.btn_lightorange {
  background: #FF6600;
  background-image: -webkit-linear-gradient(top, #FF6600, #d17d00);
  background-image: -moz-linear-gradient(top, #FF6600, #d17d00);
  background-image: -ms-linear-gradient(top, #FF6600, #d17d00);
  background-image: -o-linear-gradient(top, #FF6600, #d17d00);
  background-image: linear-gradient(to bottom, #FF6600, #d17d00);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
     font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_lightorange:hover {
  background: #d17d00;
  background-image: -webkit-linear-gradient(top, #FF6600, #eb7600);
  background-image: -moz-linear-gradient(top, #FF6600, #eb7600);
  background-image: -ms-linear-gradient(top, #FF6600, #eb7600);
  background-image: -o-linear-gradient(top, #FF6600, #eb7600);
  background-image: linear-gradient(to bottom, #FF6600, #eb7600);
  text-decoration: none;
}

.btn_gg {
  background: #12a69f;
  background-image: -webkit-linear-gradient(top, #12a69f, #12a69f);
  background-image: -moz-linear-gradient(top, #12a69f, #12a69f);
  background-image: -ms-linear-gradient(top, #12a69f, #12a69f);
  background-image: -o-linear-gradient(top, #12a69f, #12a69f);
  background-image: linear-gradient(to bottom, #12a69f, #12a69f);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #ffffff;
  font-size: 14px;
     font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_gg:hover {
  background: #12a69f;
  background-image: -webkit-linear-gradient(top, #12a69f, #82ccc7);
  background-image: -moz-linear-gradient(top, #12a69f, #82ccc7);
  background-image: -ms-linear-gradient(top, #12a69f, #82ccc7);
  background-image: -o-linear-gradient(top, #12a69f, #82ccc7);
  background-image: linear-gradient(to bottom, #12a69f, #82ccc7);
  text-decoration: none;
}

.btn_pur {
  background: #9108c7;
  background-image: -webkit-linear-gradient(top, #9108c7, #9108c7);
  background-image: -moz-linear-gradient(top, #9108c7, #9108c7);
  background-image: -ms-linear-gradient(top, #9108c7, #9108c7);
  background-image: -o-linear-gradient(top, #9108c7, #9108c7);
  background-image: linear-gradient(to bottom, #9108c7, #9108c7);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  font-size: 14px;
  color:#FFFFFF;
     font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_pur:hover {
  background: #9108c7;
  background-image: -webkit-linear-gradient(top, #9108c7, #c498d6);
  background-image: -moz-linear-gradient(top, #9108c7, #c498d6);
  background-image: -ms-linear-gradient(top, #9108c7, #c498d6);
  background-image: -o-linear-gradient(top, #9108c7, #c498d6);
  background-image: linear-gradient(to bottom, #9108c7, #c498d6);
  text-decoration: none;
}

.btn_brown {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  background: #794F0B;
  font-family: Georgia;
  font-size: 14px;
  color:#FFFFFF;
     font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_brown:hover {
  background: #a85312;
  background-image: -webkit-linear-gradient(top, #794F0B, #db9967);
  background-image: -moz-linear-gradient(top, #794F0B, #db9967);
  background-image: -ms-linear-gradient(top, #794F0B, #db9967);
  background-image: -o-linear-gradient(top, #794F0B, #db9967);
  background-image: linear-gradient(to bottom, #794F0B, #db9967);
  text-decoration: none;
}


.btn_new {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  background: #993366;
  font-family: Georgia;
  font-size: 14px;
  color:#FFFFFF;
     font-weight: bold;
    text-decoration: none;
    margin : 1px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
	width:87%;text-align:center;border:1px double #000000;
}

.btn_new:hover {
  background: #a85312;
  background-image: -webkit-linear-gradient(top, #993366, #db9967);
  background-image: -moz-linear-gradient(top, #993366, #db9967);
  background-image: -ms-linear-gradient(top, #993366, #db9967);
  background-image: -o-linear-gradient(top, #993366, #db9967);
  background-image: linear-gradient(to bottom, #993366, #db9967);
  text-decoration: none;
}

#content {
    padding:25px;
}

#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1000%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 120px;
    height: 67px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

#results {
    font-size:1.25em;
    color:red
}
