body  {
	font: 90% Calibri, sans-serif;
	line-height: 1.166;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330000;
	font-size:medium;
	background-repeat: no-repeat;
	background: #efeded; /* for non-css3 browsers */
}

@-ms-viewport{
  width: device-width;
}

form {
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
}

a {
	text-decoration:none;
	color:#330000;
}

a:hover {
	font-style:italic;
	text-shadow:#f0c000;
}

table{
	padding:0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.greyBorder {
width:100%;
border:1px solid #808080;
border-collapse:collapse;
background-color:#efeded;
}

.blueBorder {
width:100%;
border:1px solid #005fa9;
border-collapse:collapse;
background-color:#efeded;
}

.noBorder {
width:100%;
border:none;
border-collapse:collapse;
}

.formTitle {
border-top:2px solid #808080;
border-bottom:1px solid #808080;
}

.formTitleBlue {
border-top:2px solid #005fa9;
border-bottom:1px solid #005fa9;
}

.highswinside #container { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #f3f2f2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #808080;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 91em;
} 
.highswinside #header { 
	padding: 10px; 
	background:#c7c4c1;
	z-index:98;
} 
.highswinside #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.highswinside #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.highswinside #header h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.highswinside #menuheader { 
	margin-top:10px;
	max-width: 88em;
	background:#e7e4e4;
	
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.highswinside #mainContent { 
	background: #f3f2f2; 
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	max-width: 89em;
} 

.highswinside #footer { 
	margin-top:20px;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c7c4c1;
	font-weight:bold;
} 

.highswinside #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-weight:normal;
	font-size:x-large	
}
.style2 {
	font-weight:normal;
	font-size:xx-large	
}
.style3 {
	font-weight:normal;
	font-size:large
}
.style4 {
	font-weight:bold;
	font-size:larger	
}
.style5 {
	font-weight:bold;
	font-size:large	
}
.style6 {
	font-size:normal;
	font-weight: bold;	
}
.style7 {
	font-size:small;
	font-weight: bold;	
}
.normal {
	font-size:medium;
	font-weight:normal;
}

.story {
	padding:10px;
/*	font-size: 80%; */
	background-color: #c7c4c1; 
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
}

.story h3{
	font: bold 150%;
	position: relative;
}

.story h2{
	font-weight:normal;
	font-size: x-large;
	position: relative;
}

.story h1{
	font: bold 225%;
	position: relative;
}

.story table{
	position: relative;
/*	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
}

.story tr{
	position: relative;
}

.story td{
	position: relative;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.storyPanel {
	background-color:#dbd7d7;
	padding:10px;
}

.storyPanel h2 {
	font-size:x-large;
	text-align:left;
	margin-top: 0px; 
}

.cellLeft {
padding-left:5px;
}

.lowSeason {
background-color:#d6ffd6;
}

.midSeason {
background-color:#ffffa6;
}

.highSeason {
background-color:#ffb6b6;
}

.historic {
text-align:center;
color:#a0a0a0;
font-size:medium;
}

.Available {
text-align:center;
color:#330000;
font-size:medium;
}

.Arriving {
text-align:center;
color:#330000;
background-image:url(../images/Icons/Arriving.png);
background-size:100% 100%; 
font-size:medium;
}

.Booked {
text-align:center;
color:#330000;
background-image:url(../images/Icons/Booked.png);
background-size:100% 100%; 
font-size:medium;
}

.Departing {
text-align:center;
color:#330000;
background-image:url(../images/Icons/Departing.png);
background-size:100% 100%; 
font-size:medium;
}

.Changeover {
text-align:center;
color:#330000;
background-image:url(../images/Icons/Changeover.png);
background-size:100% 100%; 
font-size:medium;
}

.cArriving {
text-align:center;
color:#330000;
background-image:url(../images/Icons/cArriving.gif);
background-size:100% 100%; 
font-size:medium;
}

.pArriving {
text-align:center;
color:#330000;
background-image:url(../images/Icons/pArriving.gif);
background-size:100% 100%; 
font-size:medium;
}

.cBooked {
text-align:center;
color:#330000;
background-image:url(../images/Icons/cBooked.gif);
background-size:100% 100%; 
font-size:medium;
}

.pBooked {
text-align:center;
color:#330000;
background-image:url(../images/Icons/pBooked.gif);
background-size:100% 100%; 
font-size:medium;
}

.cDeparting {
text-align:center;
color:#330000;
background-image:url(../images/Icons/cDeparting.gif);
background-size:100% 100%; 
font-size:medium;
}

.pDeparting {
text-align:center;
color:#330000;
background-image:url(../images/Icons/pDeparting.gif);
background-size:100% 100%; 
font-size:medium;
}

.ccChangeover {
text-align:center;
color:#330000;
background-image:url(../images/Icons/ccChangeover.gif);
background-size:100% 100%; 
font-size:medium;
}

.pcChangeover {
text-align:center;
color:#330000;
background-image:url(../images/Icons/pcChangeover.gif);
background-size:100% 100%; 
font-size:medium;
}

.cpChangeover {
text-align:center;
color:#330000;
background-image:url(../images/Icons/cpChangeover.gif);
background-size:100% 100%; 
font-size:medium;
}

.headerCellCenter {
	background-color:#dddddd;
	color:#800000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.headerCellLeft {
	background-color:#dddddd;
	color:#800000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

.firstheaderCellLeft {
	background-color:#dddddd;
	color:#800000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding-left:5px;
}

.lighterCellCenter {
	background-color:#e8e8e8;
	color:#000080;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.lighterCellLeft {
	background-color:#e8e8e8;
	color:#000080;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

.firstlighterCellLeft {
	background-color:#e8e8e8;
	color:#000080;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding-left:5px;
}

.lightCellCenter {
	background-color:#f8f8f8;
	color:#008000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

.lightCellLeft {
	background-color:#f8f8f8;
	color:#008000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}

.firstlightCellLeft {
	background-color:#f8f8f8;
	color:#008000;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	padding-left:5px;
}

.clearCellCenter {
	color:#005fa9;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #005fa9;
}

.clearCellLeft {
	color:#005fa9;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	border-bottom:1px solid #005fa9;
}

.firstclearCellLeft {
	color:#005fa9;
	font-family:"Trebuchet MS", Arial, Georgia;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	border-bottom:1px solid #005fa9;
	padding-left:5px;
}

.smallFormBlack {
	font-size:x-small;
	font-weight:bold;
	color:#000000;
	padding: 1px;
	}

.smallFormGreen {
	font-size:x-small;
	font-weight:bold;
	color:#008000;
	padding: 1px;
	}

.smallFormBlue {
	font-size:x-small;
	font-weight:bold;
	color:#000080;
	padding: 1px;
	}

.smallFormOrange {
	font-size:x-small;
	font-weight:bold;
	color:#F88017;
	padding: 1px;
	}

.smallFormRed {
	font-size:x-small;
	font-weight:bold;
	color:#800000;
	padding: 1px;
	}

.smallFormPurple {
	font-size:x-small;
	font-weight:bold;
	color:#800000;
	padding: 1px;
	}

.smallFormCyan {
	font-size:x-small;
	font-weight:bold;
	color:#008080;
	padding: 1px;
	}

.largeFormBlack {
	font-weight:bold;
	color:#000000;
	padding: 1px;
	}

.largeFormGreen {
	font-weight:bold;
	color:#008000;
	padding: 1px;
	}

.largeFormBlue {
	font-weight:bold;
	color:#000080;
	padding: 1px;
	}

.largeFormOrange {
	font-weight:bold;
	color:#F88017;
	padding: 1px;
	}

.largeFormRed {
	font-weight:bold;
	color:#800000;
	padding: 1px;
	}

.largeFormPurple {
	font-weight:bold;
	color:#800080;
	padding: 1px;
	}
	
.largeFormCyan {
	font-weight:bold;
	color:#008080;
	padding: 1px;
	}
	
/* Glow Styles for Buttons */

.loginYellowSmall {
	border:none;
	color:#ffff00;
	padding:2px 5px;
	font-weight:normal;
	font-size:small;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginGreenSmall {
	border:none;
	color:#008000;
	padding:2px 5px;
	font-weight:normal;
	font-size:small;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginRedSmall {
	border:none;
	color:#800000;
	padding:2px 5px;
	font-weight:normal;
	font-size:small;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginBlueSmall {
	border:none;
	color:#000080;
	padding:2px 5px;
	font-weight:normal;
	font-size:small;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginCyanSmall {
	border:none;
	color:#008080;
	padding:2px 5px;
	font-weight:normal;
	font-size:small;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginPurpleSmall {
	border:none;
	color:#a030a0;
	padding:2px 5px;
	font-weight:normal;
	font-size:small;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginOrangeSmall {
	border:none;
	color:#c06000;
	padding:2px 5px;
	font-weight:normal;
	font-size:small;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginWhiteSmall {
	border:none;
	color:#ffffff;
	padding:2px 5px;
	font-weight:normal;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginBlackSmall {
	border:none;
	color:#300000;
	padding:2px 5px;
	font-weight:normal;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginYellow {
	border:none;
	color:#ffff00;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginGreen {
	border:none;
	color:#008000;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginRed {
	border:none;
	color:#800000;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginBlue {
	border:none;
	color:#000080;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginCyan {
	border:none;
	color:#008080;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginPurple {
	border:none;
	color:#a030a0;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginOrange {
	border:none;
	color:#c06000;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginWhite {
	border:none;
	color:#ffffff;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginBlack {
	border:none;
	color:#300000;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginDisabled {
	border:none;
	color:#808080;
	padding:4px 5px;
	font-weight:bold;
	font-size:medium;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginDisabledSmall {
	border:none;
	color:#808080;
	padding:2px 5px;
	font-weight:bolder;
	font-size:small;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginWhiteBG {
	border:none;
	color:#0000c0;
	padding:2px 5px;
	font-weight:bolder;
	font-size:medium;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}

.loginWhiteBGSmall {
	border:none;
	color:#0000c0;
	padding:2px 0px;
	font-weight:bolder;
	font-size:small;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}

.loginYellowHuge {
	border:none;
	color:#ffff00;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginGreenHuge {
	border:none;
	color:#008000;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginRedHuge {
	border:none;
	color:#800000;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginBlueHuge {
	border:none;
	color:#000080;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginCyanHuge {
	border:none;
	color:#008080;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginPurpleHuge {
	border:none;
	color:#a030a0;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginOrangeHuge {
	border:none;
	color:#c06000;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginWhiteHuge {
	border:none;
	color:#ffffff;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginBlackHuge {
	border:none;
	color:#300000;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.loginDisabledHuge {
	border:none;
	color:#808080;
	padding:5px 8px;
	font-weight:bold;
	font-size:large;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#b0b0b0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #b0b0b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b0b0b0');
}

.smallFormDisabled {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#C0C0C0;
	padding: 1px;
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormDisabled {
	font-weight:bold;
	font-style:normal;
	color:#C0C0C0;
	padding: 1px;
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormBlackGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	padding: 1px;
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormBlackGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#404040;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 3px rgba(164, 164, 164, 1);
    -webkit-box-shadow: 0 0 3px rgba(164, 164, 164, 1); 
    -moz-box-shadow: 0 0 3px rgba(164, 164, 164, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormBlackGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#808080;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 3px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormBlackGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#808080;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 3px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 3px rgba(200, 200, 200, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormGreenGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#008000;
	padding: 1px;
    border:1px solid rgba(0, 128, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormGreenGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00A000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 192, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 192, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 192, 0, 1);
    border:1px solid rgba(0, 160, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormGreenGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00C000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 255, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 255, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 255, 0, 1);
    border:1px solid rgba(0, 192, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormGreenGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00C000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 255, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 255, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 255, 0, 1);
    border:1px solid rgba(0, 192, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormBlueGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#0000A0;
	padding: 1px;
    border:1px solid rgba(0, 0, 96, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormBlueGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#0000CC;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 192, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 192, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 192, 1);
    border:1px solid rgba(0, 0, 160, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormBlueGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    border:1px solid rgba(0, 0, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormBlueGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 0, 255, 1);
    border:1px solid rgba(0, 0, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormOrangeGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#F88017;
	padding: 1px;
    border:1px solid rgba(255, 66, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormOrangeGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FF9010;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(250, 128, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(250, 128, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(250, 128, 0, 1);
    border:1px solid rgba(255, 99, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormOrangeGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FFA500;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    border:1px solid rgba(255, 128, 23, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormOrangeGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FFA500;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 165, 0, 1);
    border:1px solid rgba(255, 128, 23, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormRedGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#800000;
	padding: 1px;
    border:1px solid rgba(128, 0, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormRedGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#C00000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(192, 0, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(192, 0, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(192, 0, 0, 1);
    border:1px solid rgba(160, 0, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormRedGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    border:1px solid rgba(192, 0, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormRedGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 0, 1);
    border:1px solid rgba(192, 0, 0, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormPurpleGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#800080;
	padding: 1px;
    border:1px solid rgba(128, 0, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormPurpleGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#c000c0;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(192, 0, 192, 1);
    -webkit-box-shadow: 0 0 3px rgba(192, 0, 192, 1); 
    -moz-box-shadow: 0 0 3px rgba(192, 0, 192, 1);
    border:1px solid rgba(160, 0, 160, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormPurpleGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#ff00ff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 255, 1);
    border:1px solid rgba(192, 0, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormPurpleGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#ff00ff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(255, 0, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(255, 0, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(255, 0, 255, 1);
    border:1px solid rgba(192, 0, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormCyanGlow {
	font-size:x-small;
	font-weight:bold;
	font-style:normal;
	color:#008080;
	padding: 1px;
    border:1px solid rgba(0, 128, 128, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.smallFormCyanGlow:hover {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00c0c0;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 192, 192, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 192, 192, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 192, 192, 1);
    border:1px solid rgba(0, 160, 160, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.smallFormCyanGlow:focus {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00ffff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 255, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 255, 255, 1);
    border:1px solid rgba(0, 192, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.smallFormCyanGlow:active {
	font-size:x-small;
	font-weight:bold;
	font-style:italic;
	color:#00ffff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px rgba(0, 255, 255, 1); 
    -moz-box-shadow: 0 0 3px rgba(0, 255, 255, 1);
    border:1px solid rgba(0, 192, 192, 0.8); 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormBlackGlow {
	font-weight:bold;
	font-style:normal;
	color:#000000;
	padding: 1px;
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormBlackGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#404040;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 5px rgba(164, 164, 164, 1);
    -webkit-box-shadow: 0 0 5px rgba(164, 164, 164, 1); 
    -moz-box-shadow: 0 0 5px rgba(164, 164, 164, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormBlackGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#808080;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 5px rgba(200, 200, 200, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormBlackGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#808080;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 0 0 5px rgba(200, 200, 200, 1); 
    -moz-box-shadow: 0 0 5px rgba(200, 200, 200, 1);
    border:1px solid rgba(128, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormGreenGlow {
	font-weight:bold;
	font-style:normal;
	color:#008000;
	padding: 1px;
    border:1px solid rgba(0, 128, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormGreenGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#00A000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 192, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 192, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 192, 0, 1);
    border:1px solid rgba(0, 160, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}


.largeFormGreenGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#00C000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 255, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 255, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 255, 0, 1);
    border:1px solid rgba(0, 192, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormGreenGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#00C000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 255, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 255, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 255, 0, 1);
    border:1px solid rgba(0, 192, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormBlueGlow {
	font-weight:bold;
	font-style:normal;
	color:#0000A0;
	padding: 1px;
    border:1px solid rgba(0, 0, 96, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormBlueGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#0000CC;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 192, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 192, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 192, 1);
    border:1px solid rgba(0, 0, 160, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormBlueGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    border:1px solid rgba(0, 0, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormBlueGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#0000FF;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    border:1px solid rgba(0, 0, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormOrangeGlow {
	font-weight:bold;
	font-style:normal;
	color:#F88017;
	padding: 1px;
    border:1px solid rgba(255, 66, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormOrangeGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#FF9010;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(250, 128, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(250, 128, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(250, 128, 0, 1);
    border:1px solid rgba(255, 99, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormOrangeGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#FFA500;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 165, 0, 1);
    border:1px solid rgba(255, 128, 23, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormOrangeGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#FFA500;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 165, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 165, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 165, 0, 1);
    border:1px solid rgba(255, 128, 23, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormRedGlow {
	font-weight:bold;
	font-style:normal;
	color:#800000;
	padding: 1px;
    border:1px solid rgba(128, 0, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormRedGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#C00000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(192, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(192, 0, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(192, 0, 0, 1);
    border:1px solid rgba(160, 0, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormRedGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    border:1px solid rgba(192, 0, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormRedGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 0, 1);
    border:1px solid rgba(192, 0, 0, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormPurpleGlow {
	font-weight:bold;
	font-style:normal;
	color:#800080;
	padding: 1px;
    border:1px solid rgba(128, 0, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormPurpleGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#c000c0;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(192, 0, 192, 1);
    -webkit-box-shadow: 0 0 5px rgba(192, 0, 192, 1); 
    -moz-box-shadow: 0 0 5px rgba(192, 0, 192, 1);
    border:1px solid rgba(160, 0, 160, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormPurpleGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#ff00ff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 255, 1);
    border:1px solid rgba(192, 0, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormPurpleGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#ff00ff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(255, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(255, 0, 255, 1);
    border:1px solid rgba(192, 0, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormCyanGlow {
	font-weight:bold;
	font-style:normal;
	color:#008080;
	padding: 1px;
    border:1px solid rgba(0, 128, 128, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}

.largeFormCyanGlow:hover {
	font-weight:bold;
	font-style:italic;
	color:#00c0c0;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 192, 192, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 192, 192, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 192, 192, 1);
    border:1px solid rgba(0, 160, 160, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bcbcbc));
	background: -moz-linear-gradient(top,  #fff,  #bcbcbc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bcbcbc');
	}

.largeFormCyanGlow:focus {
	font-weight:bold;
	font-style:italic;
	color:#00ffff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 255, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 255, 255, 1);
    border:1px solid rgba(0, 192, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

.largeFormCyanGlow:active {
	font-weight:bold;
	font-style:italic;
	color:#00ffff;
	padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 255, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 255, 255, 1);
    border:1px solid rgba(0, 192, 192, 0.8); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #bcbcbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#fff));
	background: -moz-linear-gradient(top,  #bcbcbc, #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#ffffff');
	}

input {
	font-family: Trebuchet MS, Georgia, Arial;
    outline:none;
	max-width:100%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
	}

input:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 082, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 082, 255, 1);
/*    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

input:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
/*    border:1px solid rgba(0, 128, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

input:active {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
/*    border:1px solid rgba(0, 128, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

textarea {
	font-family:Trebuchet MS, Arial, Georgia;
    outline:none;
	max-width:100%;
	text-align:left;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

textarea:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 082, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 082, 255, 1);
/*    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

textarea:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
/*    border:1px solid rgba(0, 128, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

textarea:active {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
/*    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

select {
    outline:none;
	max-width:100%;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

select:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 082, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 082, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 082, 255, 1);
/*    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

select:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
/*    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

select:active {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 164, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 164, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 164, 255, 1);
/*    border:1px solid rgba(0, 064, 255, 0.8); 
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px; */
	}

.highswinside #cookieInfo {
	position:absolute; 
	float:right;
	margin-right:10px;
	width:610px; 
	height:60px;
	opacity:0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	border:1px solid #ffffff;
	z-index:99;
	background-color:#050000;
	color:#fff8f8;
	font-weight:bold;
	padding:5px;
	overflow:auto;
}

.tooltip {
    display:none;
/*	background-color:#000000; */
/*	background:url(../images/Icons/black_arrow_big.png), no-repeat scroll; */
    height:120px;
    padding: 10px;
    width:280px;
    font-size:normal;
    color:#bbddff;
}
 
/* a .label element inside tooltip */
.tooltip .label {
color:#d6ffd6;
font-weight:bold;
font-size:normal;
}

#Slideshow {
  opacity: 1.0;              /* CSS3 */
  z-index:98;
  -moz-opacity: 1.0;         /* Older versions of Firefox */
  -khtml-opacity: 1.0;       /* Older versions of Safari */
  filter: alpha(opacity=100); /* Internet Explorer */
}
#Slideshow div {display:none; z-index:98}
#Slideshow #slice1 {display:block;

<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.highswinside #sidebar1 { padding-top: 30px; }
.highswinside #mainContent { zoom: 1; padding-top: 28px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
<![endif]-->
