/* Minification failed. Returning unminified contents.
(748,1): run-time error CSS1019: Unexpected token, found '@charset'
(748,10): run-time error CSS1019: Unexpected token, found '"ISO-8859-1"'
(748,22): run-time error CSS1019: Unexpected token, found ';'
 */
html {
	margin: 0;
	padding: 0;
}

body {
    background-color: #D6D3C9;
    /*background-image: url("../layout/bwbg.jpg");*/
    background-repeat: no-repeat;
    color: #3056B7;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
}

h1 { 
    color: #1B5D9B;
    font-size: 15pt;
    font-weight: 600;
    margin-bottom: 10px;
}

h2 { 
    color: #3056b7;
    font-size: 14pt;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

a {
	color: #0F1D5F;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

a:link, a:visited, a:active, a:hover {
	color: #0F1D5F;
}

a:hover {
	background-color: #c7d1d6;
	cursor: pointer;
}

p.black
{
    color: #000000;
}

.termsh1
{
    font-weight: bold; 
}

.termsh2
{
   
}

.clear
{
    clear: both;
}

div.debugWrapper
{
    clear:both;
    width: 600px;
    padding: 50px 50px;
}

.borders {
	margin: 20px 0;
	border: 0;
	border-top: 2px solid #99cdff;
	border-bottom: 1px solid #FFF;
}

.popupbg {
	background-image: url(../layout/section-bg-popups.png);
	background-repeat: repeat-x;
	text-align: left;
	padding: 1px 28px 10px 28px;
}

.verifyFirstSection
{
    text-align: left;
	padding: 1px 28px 10px 28px;
}

#renderedBodyContentLoading
{
    display: none;
}

div.editor-wrapper
{
    clear: both;
    width: 400px;
    padding: 0 0 10px 0;
    height: 20px;
}

div.editor-label
{
    float: left;
    width: 200px;
}

div.editor-field
{
    float: right;
    text-align: left;
    width: 200px;
}

form#formErrorContactForm div.validation-summary-errors
{
    margin-bottom: 10px;
}

/* MS - 07/23/2015 - adding classes to apply display:none & visibility:hidden styles, with clarity */

.hiddenNone {
    display: none !important; /* does Not take up space, plus hidden */
}

.hiddenVisibility {
    visibility: hidden !important; /* takes up same space as bef, plus hidden */
}

/* DEV-5592 - MS - 9/28/16 - Added this */
.mapsDiv
{
    width: 250px;
    height: 270px;
    padding: 0;    
    margin: 0 0 0.2em 0;
}
.mapInnerDiv
{
  height: 100%;
}
/* SAM DEV-6024 Need 5 pixel padding on the bottom. */
.bottom5px {
    padding-bottom: 5px;
}
.innerTable
{
	width: 800px;
	margin: 0 0 0 0;

}

.LeftRail
{
	border-right-style: solid;
	border-right-color: #99ccff;
	border-right-width: 1px;
	width: 11px;
}

.LeftRail img
{
	width: 13px;
}

.RightRail
{
	border-left-style: solid;
	border-left-color: #99ccff;
	border-left-width: 1px;
	width: 9px; 
}

.RightRail img
{
	width: 12px;
}

.mainbg
{
	background-image: url('../layout/section-bg-provide.png');
	background-repeat: repeat-x; 
	text-align:center;
}

.mainbgActions
{
	border-top: 1px solid #99ccff;
}

.logobox
{
	height: 124px;
	padding-left: 34px;
	padding-right: 25px;
	padding-top: 15px;
	margin: 0 0 0 0;
	background-image: url('../layout/bg-hd.png');
}

.GroupName
{
	font-size: 12pt;
	color: #FFFFFF;
	background-image: url('../layout/bg-sh.png');
	background-repeat: no-repeat;
}

.GroupName td
{
	padding-top: 8px;
	padding-bottom: 8px;
}

div.contentWraper
{
	/*min-height: 175px;*/
	text-align: left;
	padding: 20px 28px;
}   

#instructionsWrapper
{
	padding: 10px 25px 10px 25px;
	text-align: left;
}

div.loginWrapper
{
    /* SAM 2015-01-08 DEV-3182 Standaridizing the layout */
	width: 500px;
	margin: 0 auto;
}

div.loginContent
{
	padding-top: 10px;
}

#btnLogin
{
	text-align: left;
	margin-left: 170px;
}


/*
 Instructions
 -------------------------------------------------------------------------------- */

#instructions span.active
{
	display: block;
}

#instructions span.inactive
{
	display: none;
}


/* Footer 
-------------------------------------------- */

.LegalFooter { 
	color: #333333;
	font-size: 7pt;
	line-height: 1.3em;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
}


input[type=image]
{
	outline: none;
	border: none;    
}

div.contentWraper .required
{
	color: Red;
	margin-bottom: 5px;
}

#cgeDefaultErrorInstructions, #cgeUnableToDetectContactDataErrorInstructions, #cgeUnableToSubmitContactDataErrorInstructions, #cgeUnableToRecoverPasswordErrorInstructions
{
	display: none;
}


/* Reset password 
-------------------------------------------- */

div.fieldRow
{
	margin: 10px 0;
	clear: both;
	height: 20px;
}
	
div.fieldRowLeft
{
	float: left;
	width: 125px;
}
	
div.fieldRowRight
{
	float: right;
}
	
#resetPasswordButtonWrapper
{
	clear: both;
	float: right;
	margin-right: 0;
	margin-top: 10px;
}

#forgotPasswordButtonWrapper
{
	clear: both;
	float: right;
	margin-right: 120px;
}
	
div.centerWrapper
{
    /* SAM 2015-01-08 Standaridizing the size */
	width: 500px;
	margin: 0 auto;
}
	
#resetPasswordForm, #forgotPasswordForm
{
	margin-top: 10px;
	margin-bottom: 10px;
}

input[type="text"]
{
	border-top-color: #99CCFF;
	border-left-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-attachment: scroll;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	height: 22px;
	padding-left: 10px;
	line-height: 22px;
}

input:focus[type="text"]
{
	border-top-color: #6699cc;
	border-left-color: #6699cc;
	border-right-color: #6699cc;
	border-bottom-color: #6699cc;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-attachment: scroll;
	height: 22px;
	padding-left: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

select
{
	border-top-color: #9bc7e5;
	border-left-color: #9bc7e5;
	border-right-color: #9bc7e5;
	border-bottom-color: #9bc7e5;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-attachment: scroll;
	padding: 2px 2px;
}

input[type="password"]
{
	border-top-color: #99CCFF;
	border-left-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-attachment: scroll;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	height: 22px;
	padding-left: 10px;
	line-height: 22px;
}

.input-validation-error
{
	position: relative;
	border-top-color: #FF0000 !important;
	border-left-color: #FF0000 !important;
	border-right-color: #FF0000 !important;
	border-bottom-color: #FF0000 !important;
}
.input-validation-error:focus
{
	position: relative;
	border-top-color: #cc0000 !important;
	border-left-color: #cc0000 !important;
	border-right-color: #cc0000 !important;
	border-bottom-color: #cc0000 !important;
}

.errorPopoutCustom
{
	display: none;
}

.errorPopout, .errorPopoutCustom
{
	position: absolute;
	top: 2em;
	left: 0;

	overflow: hidden;
	min-height: 12px;
 
	z-index: 9001;
	width: 200px;
}
.errorPopout2
{
	position: absolute;
	top: 0;
	width: 150px;
	right: -156px;

	overflow: hidden;
	min-height: 12px;

	z-index: 9001;
}
.errorPopout .ContentDiv,.errorPopout2 .ContentDiv, .errorPopoutCustom .ContentDiv
{
	background-color: #eeeeee;
	font-size: xx-small;

	text-align: left;
	padding: 4px;

	border: 2px solid #cc0000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.exitError{
	position:absolute;
	width:8px;
	height:8px;
	top:2px;
	right:2px;
	font-weight: 700;
	cursor: pointer;
	font-size:7px;
	text-align: center;
}
.larrow
{
	border-top-color: #cc0000;
	border-top-style: solid;
	width: 1px;
	height: 1px;
	float: left;
}
.arrow-1
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 1px;
	height: 0px;
	left: 8px;
}
.arrow-2
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 3px;
	height: 0px;
	left: 7px;
}
.arrow-3
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 5px;
	height: 0px;
	left: 6px;
}
.arrow-4
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 7px;
	height: 0px;
	left: 5px;
}
.arrow-5
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 9px;
	height: 0px;
	left: 4px;
}

p, div
{
   line-height: 14px; 
   color: #3056B7;
   font-family: "Helvetica Neue","Helvetica","Arial","Verdana",sans-serif;
   font-size: 13px;
   line-height: 16px;
}

.AlertsHeading {
	color: #66A3C2;
	font-size: 15px;
	font-weight: 200;
	white-space: nowrap;
}

span.AlertsOptions 
{
	margin-left: 25px;
}

div.validation-summary-errors, #usernameStatus, #passwordStatus
{
	/*font-weight: bold;*/
	color: #FC0505;
}

#loadingPopup
{
	display: none;
}




img#logo
{
	margin: 20px 0 0 40px;
}
	
img#Image2a
{
	padding-left: 40px;
}




img#ecn
{
	width: 249px;
	height: 18px;
	float: left;
}
	
#copyright, #copyright p
{
	clear: both; 
	font-size: xx-small; 
	padding-top: 0;
}
	
.followUs
{
	float: right; 
	margin-right: 30px;
}

.noclose .ui-dialog-titlebar-close
{
	display:none;
}

.note {
	color: #333399;
	font-size: 7pt;
}

.noteLarge
{
	color: #333399;
	font-size: 9pt;
	font-weight: normal;
}

#termsAndConditions, #privacyPolicy
{
	text-decoration: underline;
	cursor: pointer;
}

#termsAndConditionsPrivacyPolicyWrapper p
{
	padding: 10px 0;
}

#linkCneLogin
{
    text-decoration:none; /*DEV-3765 lliu 8-25-2016 : Keep style consistent*/
	cursor: pointer;
    color: #3056B7;/*DEV-3765 lliu 8-25-2016 : since its type was changed from span to anchor, manually revert its original color*/
}

/* mam 05202014 - new style - make mouse pointer a hand over the word Logout */
#linkCneLogout
{
    text-decoration:none; /*DEV-3765 lliu 8-25-2016 : Keep style consistent*/
	cursor: pointer;
    color: #3056B7; /*DEV-3765 lliu 8-25-2016 : since its type was changed from span to anchor, manually revert its original color*/
}

p.submitText
{
	/*margin-left: 25px;*/
	line-height: 16px; 
}

.bold
{
	font-weight: bold;
}

.black
{
	color: #000000;
}

/*.myCustomStyle .qtip-content{  background: red; }*/

div.knockoutValidationSummary
{
	display: none;
}

#upgradeSignupWrapper
{
    text-align: left;
    padding: 10px 30px;
}

#contactCustomerSupport
{
    text-decoration: underline;
    cursor: pointer;
}

/*DEV-3756:  This class is what determines the positioning of the offscreen element for the state drop-down's "active option" message.  3-14-2016 GMB*/
/*DEV-3790:  Added AccessibilityDiv to this rule since concealment occasionally failed with scripting it.  3-23-2016 GMB*/
.stateDropDownCue,
#AccessibilityDiv
{
    position:absolute;
    right:101%;
}
@charset "ISO-8859-1";
/*.formRegular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333399; 
}

.margin {
	padding-left: 125px;
}

.EntryForm{
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    white-space:nowrap;  
}
*/

.note
{
	font-size: 7pt;
	color: #333399;
}

.wordWrap
{
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.RequiredFields
{
	padding-right: 40px;
}

.star
{
	/*color: #333399;*/
	color: Red;
}


input[type="text"], input[type="password"]
{
	border-top-color: #99CCFF;
	border-left-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-attachment: scroll;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
}

input:focus[type="text"], input:focus[type="password"]
{
	border-top-color: #6699cc;
	border-left-color: #6699cc;
	border-right-color: #6699cc;
	border-bottom-color: #6699cc;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-attachment: scroll;
	height: 22px;
	padding: 0 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;	
}

/*input[type="text"]:disabled, input[type="password"]:disabled*/
#AccountCredentials_Password:disabled
{
    background:#dddddd;
    border-top-color: #bbbbbb;
	border-left-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
} 

select, textarea
{
	border-top-color: #9bc7e5;
	border-left-color: #9bc7e5;
	border-right-color: #9bc7e5;
	border-bottom-color: #9bc7e5;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-attachment: scroll;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	/*padding-left: 5px;*/
	outline: none;
}

.UpperRightProgress
{
	letter-spacing: 2px;
	color: #006699;
	font-size: 11px;
	padding-right: 26px;
	
	white-space:nowrap;
	text-align:left;
}

.UpperLeftBlurb
{
    color: #333399;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 30px;
	width: 357px;
}

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
	border: solid 1px #6699CC;
	background-color: #D9D7D0;
	vertical-align: top;
	color: #333399;
	
}

.EditBG
{
	background-color: #003366;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
}

.field-validation-error 
{
    color: Red;
}

/* SAM 2016-01-14 DEV-2311 More pronounced error for required manual movement of the map marker */
.map-marker-move 
{
    color: Red;
    padding: 5px 5px;
    border: 1px solid red;
    background-color: #FFF0FF;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* DEV-5043 7/18/16 LNS - Customization for FirstCall TV Stations */
.swwValidation
{
    color: Red;
    padding: 5px 5px;
    border: 1px solid red;
    background-color: #FFF0FF;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.emailMethodCommunication, div.phoneMethodCommunication
{
    height: auto;
    clear: both;
}

div.phoneMethodCommunication
{
    margin-top: 10px;
}

div.emailMethodCommunication
{
    margin-top: 15px;
}

div.phoneListHeading, div.emailListHeading
{
    /*border-bottom: 2px dotted #BFB9A9;
    border-top: 2px dotted #BFB9A9;
    padding: 6px 0 6px 6px;*/
    
    margin: 20px 0 0 0;
	border: 0;
	border-top: 2px solid #99cdff;
	border-bottom: 1px solid #FFF;

    padding: 6px 0 6px 6px;
}

div.phoneListHeading h2, div.emailListHeading h2
{
    float: left;
    width: 452px;
    margin-top: 5px;
    margin-bottom: 0;
    
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 7px;
}

div.phoneListHeading div.methodCommunicationActionAdd, div.phoneListHeading div.methodCommunicationActionAdd
{
    float: right;
    width: 98px;
    margin-top: 1.5px;
}

div.locationsActionAdd
{
    clear: both;
    float: right;
    padding-top: 20px;
}

div.methodCommunicationActionAdd
{
    float: right;
}   

div.methodCommunicationActionRemove, div.locationsActionRemove
{
    height: 40px; 
    clear: both;
}
   
div.methodCommunicationActionRemove a, div.locationsActionRemove a
{
    float: left; 
}

div.methodCommunicationTemplateWrapper
{
    border-bottom: 1px dotted #BFB9A9;
    clear: both;
    margin: 10px 0px;
    padding: 0 0 5px 0;
}
    
div.methodCommunicationLine, div.locationsLine
{
    margin: 6px 0;
}

/*mam 04/15/2015 DEV-646 - added*/
.extraTopMargin
{
    margin-top: 25px !important;
}

/*this makes the general checkbox hidden to prevent unchecking 6-24-2015 DEV-1255 tad*/
.smartNoticeHideGeneral
{
    display: none;
}

div.weatherWarningsCheckAll
{
    left: 75px;
}

input.emailInput
{
    width: 230px;
}

/*mam 04/15/2015 DEV-646 - added*/
.emailLabel
{
    width: 145px;
    display: inline-block;
}

/*mam 04/15/2015 DEV-646 - added*/
.emailTopSpacer {
    margin-top: 10px;
}

#weatherWarningsInstructions
{
    margin-bottom: 20px;
}
.small 
{
    font-size: 80%;
}

.button 
{
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.7em;
    padding-right: 1.25em;
    padding-bottom: 0.6em;
    padding-left: 1.2em;
    font-size: 1em;
    background-color: #418fc4;
    background-image: linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -o-linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(53,144,189) 39%, rgb(151,202,229) 70%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.39, rgb(53,144,189)),
	color-stop(0.7, rgb(151,202,229))
	);
	border-color: rgb(11,109,158);
	text-shadow: 2px 0px 8px rgba(51, 102, 204, 1);
	letter-spacing: 0.02em;
}

.button  img
{
    /*vertical-align: middle;*/
    margin-right: 2px;
}

.button:hover, .button:focus 
{
    color: #FFFFFF;
    background-color: #207eb0;
	background-image: linear-gradient(bottom, rgb(11,109,158) 39%, rgb(128,166,186) 70%);
	background-image: -o-linear-gradient(bottom, rgb(11,109,158) 39%, rgb(128,166,186) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(11,109,158) 39%, rgb(128,166,186) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(11,109,158) 39%, rgb(128,166,186) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(11,109,158) 39%, rgb(128,166,186) 70%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.39, rgb(11,109,158)),
	color-stop(0.7, rgb(128,166,186))
	);
	border-color: rgb(11,109,158);
	text-shadow: 2px 0px 8px rgba(51, 102, 204, 1);    
}

.button.gray 
{
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333; 
    background-image: none;
}

.button.gray:focus, .button.gray:hover 
{
    background-color: #d0d0d0; 
}

.button.gray:hover, .button.gray:focus 
{
      color: #333333; 
}

.button.large 
{
    /*padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;*/
    font-size: 1.25em; 
    color: #FFFFFF;
}

.button.small 
{
    /*padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; */
    font-size: 1.25em;
    color: #FFFFFF;
}

.button.smallNewVersion 
{
    /*padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;*/
    font-size: 0.8125em;
    color: #FFFFFF;
}

.button.tiny 
{
    /*padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;*/
    font-size: 0.6875em; 
    color: #FFFFFF;
}

.button.expand 
{
    /*padding-top: false;
    padding-right: 0px;
    padding-bottom: false0.0625em;
    padding-left: 0px;*/
    width: 100%; 
    color: #FFFFFF;
}

.button.left-align 
{
    text-align: left;
    text-indent: 0.75em; 
}

.button.right-align 
{
    text-align: right;
    padding-right: 0.75em; 
}

.hideButton
{
    display: none;
}

.showButton
{
    display: block;
}
 
/*.button.tiny 
{
    padding-top: 0.5em;
    padding-bottom: 0.4375em;     
}

.button.small 
{
    padding-top: 0.625em;
    padding-bottom: 0.5625em; 
}

.button.large 
{
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; 
}*/

@media only screen {
    .button 
    {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out; 
    }

    .button:active 
    {
          -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; 
    }

    .button.radius 
    {
          -webkit-border-radius: 3px;
          border-radius: 3px; 
    }

    .button.round 
    {
          -webkit-border-radius: 1000px;
          border-radius: 1000px; 
    } 
}

@media only screen and (min-width: 48em) 
{
    .button 
    {
         display: inline-block; 
    } 
}

.button a img {
    text-decoration: none;
}

#verifyButtonWrapper, #buttonWrapper
{
    float: right;
}

#buttonWrapper
{
    margin-top: 20px;
    margin-right: 20px;
}
