/*	*************************************************************************	
	Site styles
*/

body
{
	color: #333;
	font: 12px/1.25 Arial, Helvetica, sans-serif;
}
.container
{
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'PT Sans' , sans-serif;
}
h1
{
	font-weight: lighter;
	color: #fff;
	margin-bottom: 15px;
	font-size: 22px;
}
h1.page-title
{
	color: #003366;
	font-size: 20px;
}
/* 2013.04.29: split the h2 into a special li case to support about.index page and keep generic h2 */
h2
{
	font-size: 14px;
}
li h2, div.box h2, div.box-text h2
{
	font-weight: lighter;
	line-height: inherit;
}
h3
{
	font-weight: lighter;
	font-size: 13px;
}
h4
{
	text-transform: uppercase;
	color: #fff;
	font-weight: lighter;
	font-size: 13px;
}
h5
{
	background-color: #006599;
	padding: 6px 20px 4px 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 13px;
}
h6
{
	font-size: 10px;
	font-weight: 300;
}
a
{
	text-decoration: none;
	color: #069;
}
a:hover
{
	text-decoration: underline;
}
p
{
	font: 12px/1.25 Arial, Helvetica, sans-serif; /* pmc - removed 10px left-right padding from generic paragraphs and added to content container */
	padding: 0;
	margin-bottom: 12px;
}

.module-title
{
	background-color: #006599;
	padding: 6px 20px 4px 20px;
	margin: -10px -10px 10px -10px;
	border-bottom: 1px solid #fff;
}
.module-title span a
{
	float: right;
	color: #d4dfe8;
}
.module-title h4
{
	float: left;
}
.module-title h4 a
{
	color: #fff;
}
.module
{
	background-color: #e5eff5;
	margin-top: 20px;
	padding: 0 10px;
}

.center-module {
    margin-left: 195px !important;
}

span.underline {
    text-decoration: underline;
}


/*	****************************************
	MASTHEAD
*/
.logo
{
	height: 57px;
	display: block;
	background: url('/Content/img/logo-COEC.png') no-repeat;
	margin: 20px 0;
	text-indent: -9999px;
	text-transform: capitalize; /*IE7 fix*/
}

.logo a
{
	display: block;
	width: 380px;
	height: 57px;
}

.masthead
{
	min-height: 97px;
}

.masthead li a
{
	color: #a9a9a9;
	font-size: 11px;
	padding-left: 25px;
}
.masthead ul
{
	margin-top: 40px;
	display: block;
	float: right;
}
.masthead li
{
	display: inline-block;
	zoom: 1;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 20px;
	line-height: 23px;
}

.masthead li:first-child
{
	margin-left: 0;
}

.masthead li a:hover
{
	text-decoration: none;
}

li.twitter
{
	background: url('/Content/img/sprite-icons-header.png') no-repeat 0 0;
}

li.twitter:hover
{
	background: url('/Content/img/sprite-icons-header.png') no-repeat 0 -20px;
}

li.linkedin
{
	background: url('/Content/img/sprite-icons-header.png') no-repeat 0 -40px;
}

li.linkedin:hover
{
	background: url('/Content/img/sprite-icons-header.png') no-repeat 0 -60px;
}

li.login
{
	background: url('/Content/img/sprite-icons-header.png') no-repeat 0 -80px;
}

/*li.login .username:hover*/
li.login:hover
{
	background: url('/Content/img/sprite-icons-header.png') no-repeat 0 -100px;
}

@media (min-width: 768px) and (max-width: 979px)
{
	.logo
	{
		background: url('/Content/img/logo-COEC.svg') no-repeat;
		background-size: 349px auto;
	}
	.no-svg .logo
	{
		background: url('/Content/img/logo-COEC.png') no-repeat;
	}
}
@media (max-width: 767px)
{
	.masthead ul
	{
		margin: 0 0 10px 0;
	}
	.logo
	{
		height: 42px;
		background: url('/Content/img/logo-COEC-SM.png') no-repeat;
		margin: 10px 0;
	}
	.no-svg .logo
	{
		background: url('/Content/img/logo-COEC-SM.png') no-repeat;
	}
	.logo a
	{
		width: 280px;
	}
}


/*	****************************************
	NAV
*/

.navWrapper
{
	background-color: #036;
	margin-bottom: 20px;
}

.toggleMenu
{
	display: none;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'PT Sans' , sans-serif;
	font-size: 14px;
	background-position: right 50%;
	background-image: url("/Content/img/nav/downArrow.png");
	background-repeat: no-repeat;
}

.toggleMenu.active
{
	background-image: url("/Content/img/nav/upArrow.png");
}

.nav
{
	list-style: none;
	background: #036;
	text-transform: uppercase;
	color: #fff;
	font-family: 'PT Sans' , sans-serif;
	font-size: 14px;
}
.nav:before, .nav:after
{
	content: " ";
	display: table;
}
.nav:after
{
	clear: both;
}
.nav ul
{
	list-style: none;
	width: 11em; /* 2013.05.01: formerly 9em; */
}
.navWrapper a /* 2013.5.23 BW: was .navwrapper a */
{
	padding: 5px 10px;
	color: #fff;
}
.nav li
{
	position: relative;
}
.nav > li
{
	float: left;
	border-top: 1px solid #069;
}
.nav > li > .parent
{
	background-image: url("/Content/img/nav/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 10px;
	padding-right: 13px;
}

.nav li li .parent
{
	background-image: url("/Content/img/nav/rightArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.nav > li > a
{
	display: block;
	padding: 10px;
	margin-right: 10px;
}

.nav li ul
{
	position: absolute;
	left: -9999px;
	border: 1px solid #069;
	border-top: none;
}
.nav li.hover,
.nav li.hover > a
{
    background-color: #1975A3;
}
.nav li.top.hover
{
    background-color: transparent;
}
.nav li.top.hover > a
{
    background-color: inherit;
}
.nav > li.hover > ul
{
	left: 0;
}
.nav li li.hover ul
{
	left: 100%;
	top: 0;
}

.nav li li a
{
	display: block;
	background: rgb(0, 51, 102);
	background: rgba(0, 51, 102, .95);
	position: relative;
	z-index: 100;
	border-top: 1px solid #069;
	font-size: 12px;
}
.nav li li li a
{
	/*background-color: rgba(0, 51, 102, .95);*/
	z-index: 200;
	border-top: 1px solid #069;
	font-size: 12px;
}

/*
@media (min-width: 768px) and (max-width: 979px)
{
	.nav > li > a
	{
		margin-right: 0;
	}
}

@media screen and (max-width: 768px)
{
	.active
	{
		display: block;
	}
	.nav
	{
		margin-bottom: 10px;
	}
	.nav > li
	{
		float: none;
		border-top: 1px solid #26517d;
	}
	.nav > li > .parent
	{
		background-position: 95% 50%;
		background-image: url("/Content/img/nav/downArrow.png");
		background-repeat: no-repeat;
		margin-right: auto;
	}
	.nav li li .parent
	{
		background-image: url("/Content/img/nav/downArrow.png");
		background-repeat: no-repeat;
		background-position: 95% 50%;
	}
	.nav ul
	{
		display: block;
		width: 100%;
	}
	.nav > li.hover > ul, .nav li li.hover ul
	{
		position: static;
	}
	.nav li ul
	{
		border: none;
	}
	.nav li a
	{
		background: #0d3d6e;
		margin-right: auto;
	}
	.nav li li a
	{
		background: #194775;
		border-top: 1px solid #26517d;
		padding: 10px;
	}
	.nav li li li a
	{
		background: #335c85;
		border-top: 1px solid #1e4b78;
	}
}
*/

/*	****************************************
	SEARCH
*/
.navWrapper .search
{
	float: right;
	margin-top: 5px;
}
#search
{
	background-color: #204d79;
	border: 1px solid #40668c;
	border-right: none;
	color: #fff;
	font-size: 12px;
	height: 25px;
	line-height: 22px;
	outline: none;
	padding: 1px 0 1px 2px;
	width: 245px;
}
#search:focus
{
	background-color: #204d79;
}
#search-submit
{
	border: 1px solid #40668c;
	border-left: none;
	text-indent: -99999px;
	text-transform: capitalize; /* IE7 text-indent fix */
	background: url('/Content/img/search.png') no-repeat;
	background-position: 11px 4px;
	width: 35px;
	height: 29px;
	background-color: #204d79;
	border-right-width: 4px;
}

.search
{
	white-space: nowrap;
	float: none !important;
	overflow: hidden;
	margin: 5px;
}

#search
{
	width: 100%;
}

/* ipad */

input
{
	/* 2013.06.11 BW: removed: 	-webkit-appearance: none !important;  	*/ /* removes search bar rounded corners on Ipad */
	border-radius: 0 !important;
}

/*
@media all and (device-width: 768px) and (device-height: 1024px), only screen and (max-device-width: 480px)
{
	#search-submit
	{
		height: 32px;
		background-position: 3px 4px;
		border-right-width: 9px;
	}
}
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
	/* target IE10 */
	#search-submit
	{
		border-right-width: 4px;
	}
}


/*	****************************************
	FOOTER
*/

.footer
{
	background-color: #036;
	font-size: 11px;
	color: #a3adbd;
	margin-top: 20px;
}
.footer a, .footer p
{
	color: #a3adbd;
}
.footer p
{
	font-size: 11px;
	text-align: center;
}
.footer ul
{
	margin-top: 30px;
}
.footer ul:first-child
{
	color: #fff;
}
.footer li
{
	line-height: 12px;
	margin-bottom: 6px;
}
.footer strong a
{
	font-weight: normal;
	color: #fff;
}
.copyright
{
	margin-top: 25px;
	margin-bottom: 6px;
}
.copyright p
{
	margin-bottom: 5px;
}
.copyright .spacer
{
	padding: 0 8px;
}
.page-copy
{
	float: right;
	margin-right: 25px;
}

/*
@media (max-width: 767px)
{
	.footer li
	{
		text-align: center;
	}
	.footer .sitemapCol2 ul
	{
		margin-top: 0;
	}
}
*/

/*	****************************************
	SLIDER
*/
.slider
{
	background-image: url('/Content/img/Pages/Placeholders/970x119.jpg'); /* 	background-image: url('/Content/img/cloud_background.png'); */
	background-repeat: no-repeat;
	padding: 10px;
}

.slider p
{
	color: #fff;
	margin-bottom: 20px;
	line-height: 17px;
}
.slider a
{
	color: white;
}

.featured
{
	background: url('/Content/img/darkblue-90alpha.png') repeat;
	padding-top: 23px;
	padding-bottom: 4px;
	padding-right: 670px;
	padding-left: 30px;
	width: 100%;
	margin-top: 10px;
}

.featured p, .factbox p
{
	padding-left: 0;
}

.factbox
{
	background: url('/Content/img/lightblue-90alpha.png') repeat;
	margin-top: 30px;
	padding-left: 30px;
	min-height: 1px;
	padding-top: 21px;
	padding-bottom: 5px;
}

.subscriber .factbox
{
	background: url('/Content/img/green-90alpha.png') repeat;
}

.slider-content
{
	width: 80%;
}

/*
@media (min-width: 768px) and (max-width: 979px)
{
	.featured
	{
		padding-right: 508px;
	}
}

@media (max-width: 767px)
{
	.featured
	{
		padding-right: 0;
		width: auto;
		padding-top: 15px;
		padding-left: 20px;
		margin-top: 0;
	}
	.factbox
	{
		margin-top: 10px;
		padding-left: 20px;
	}
	.slider-content
	{
		width: auto;
	}
}
*/

/* section-specific slider background images */

.slider.section-about
{
	background-image: url('/Content/img/backgrounds/bg-about.jpg');
}
.slider.section-account
{
	background-image: url('/Content/img/backgrounds/bg-subscriber.jpg'); /* no separate background for account - uses subscriber background */
}
.slider.section-basics
{
	background-image: url('/Content/img/backgrounds/bg-basics.jpg');
}
.slider.section-home
{
	background-image: url('/Content/img/backgrounds/bg-home-columns.jpg');
}
.slider.section-home-alt
{
	background-image: url('/Content/img/backgrounds/bg-home-sec.jpg');
}
.slider.section-issues
{
	background-image: url('/Content/img/backgrounds/bg-issues.jpg');
}
.slider.section-news
{
	background-image: url('/Content/img/backgrounds/bg-news.jpg');
}
.slider.section-resources
{
	background-image: url('/Content/img/backgrounds/bg-resources.jpg');
}
.slider.section-subscriber
{
	background-image: url('/Content/img/backgrounds/bg-subscriber.jpg');
}

/*	****************************************
	PAGE CONTENT
*/

.box-content, .box
{
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid #cee1ec;
}
.box-content span, .box span
{
	color: gray;
	display: block;
	font-size: 11px;
	margin: 2px 0;
}
.box-content
{
	overflow: hidden;
	padding: 10px;
    min-height: 72px;
}
.box
{
	padding: 20px;
}
.box p
{
	margin-top: 3px;
	color: #333;
	font-size: 11px;
	line-height: 17px;
	padding-left: 0;
}
.box-image
{
	float: left;
	margin-right: 20px;
}
.box-text
{
	padding-top: 5px;
}

a.category
{
	text-transform: uppercase;
	color: #a9a9a9;
	font-size: 11px;
}

.gridNav
{
	background-color: #e5eff5;
	margin-left: 0 !important;
	padding: 10px 0 0 13px;
}

.gridNav li
{
	list-style: none;
	width: 48%;
	float: left;
	margin-right: 11px;
	background-color: #fff;
	border: 1px solid #cee1ec;
	display: inline-block;
	zoom: 1;
}

/*
@media (max-width: 979px)
{
	.gridNav li
	{
		width: 97%;
	}
}
@media (max-width: 767px)
{
	.gridNav li
	{
		width: 95%;
	}
}
@media (max-width: 767px) and (orientation:landscape)
{
	.gridNav li
	{
		width: 96.5%;
	}
}
*/

.gridNav li a
{
	display: block;
	min-height: 45px;
	padding: 10px;
}

.landing-text ul
{
	margin-left: 25px;
}
.landing-text li
{
	line-height: 18px;
	list-style-type: disc;
	margin-bottom: 12px;
}

/*	****************************************
	SIDEBAR
*/

.sidebar-runner
{
	background: url('/Content/img/sidebar-bg.png') repeat-y;
	margin-bottom: -20px;
	padding-bottom: 40px;
}

.side-menu-wrap
{
    position: relative;
}
.side-menu-wrap .side-menu-overlay
{
    border: 1px solid #1975a3;
    display: none;
    margin-left: -10px;
    position: absolute;
    top: -999px;
    left: 100%;
    width: 185px;
}

ul.side-menu
{
	padding: 10px;
	background: url("/Content/img/lightblue-90alpha.png") repeat scroll 0 0 transparent;
    margin-top: -20px;
}

ul.side-menu li a,
ul.logged-in-side-menu li a,
ul.logged-in-side-menu li p,
.side-menu-overlay li a
{
	color: #fff;
	display: block;
	padding: 5px 15px 5px 20px;
	margin-bottom: 0;
}

ul.side-menu > li > a
{
	/* top level links only */
	font-size: 13px;
	background: #03386c;
	border-top: 1px solid #1a75a2;
}
ul.side-menu-sub li
{
	border-top: 1px solid #1975a3;
}
ul.side-menu-sub li:first-child
{
	border-top: 0;
}

/* hide side sub menus by default - will set classes to trigger via javascript */
ul.side-menu-sub
{
	background-color: #0e5889;
	border-top: 1px solid #1a75a2;
	display: none;
}
.side-menu-overlay ul.side-menu-sub
{
    display: block;
}
li.active ul.side-menu-sub, 
li.side-menu-open ul.side-menu-sub
{
	display: block;
}

.sidebar-div
{
	padding-right: 10px;
}

ul.side-menu li.active > a
{
	background: url('/Content/img/nav/arrow-subMenu.png') no-repeat;
	background-position: 100% 50%;
}

ul.side-menu li li.active > a
{
	background-color: #074777;
}

ul.side-menu > li.active
{
	background-color: #03386c;
}

.side-menu-wrap .side-menu-issue.overlaid a
{
    background-image: url("/Content/img/nav/rightArrow.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

/*
@media (min-width: 768px) and (max-width: 979px)
{
	.sidebar-runner
	{
		background: url('/Content/img/sidebar-bg-tablet.png') repeat-y;
	}
	.sidebar-div
	{
		padding-right: 0;
	}
}
@media (max-width: 767px)
{
	.sidebar-runner
	{
		background: none;
	}
}
*/

/*	****************************************
	SUBSCRIBER
*/

.content
{
	padding: 0 50px 10px 40px;
}
.content.no-title
{
	padding-top: 10px;
}
.content .text-title
{
    font-size: 18px;
    margin-bottom: 4px;
}
.content .text-title.no-date
{
    margin-bottom: 12px;
}
.content .text-date
{
    color: gray;
    margin-bottom: 12px;
}
.content .text-content ul,
.content .text-content ol
{
    margin-bottom: 12px;
	margin-left: 30px;
}
.content .text-content,
.content .text-content p,
.content .text-content li,
.content .blurb-content,
.content .blurb-content p,
.content .blurb-content li
{
    font-size: 14px;
    line-height: 21px;
}
.content .text-content li,
.content .blurb-content li
{
	margin-bottom: 3px;
    margin-top: 3px;
}
.content .text-content ul li,
.content .blurb-content ul li
{
	list-style-type: disc;
}
.content .text-content ol li,
.content .blurb-content ol li
{
	list-style-type: decimal;
}

ul.breadcrumbs
{
	margin: 20px 10px 10px 40px; /* 2013.07.12 BW: removed !important; */
}

ul.breadcrumbs li
{
	display: inline-block;
}
ul.breadcrumbs li a
{
	color: #aaa;
	font-size: 11px;
}
ul.breadcrumbs li span.divider
{
	padding: 0 5px;
}

.span4_5
{
	width: 350px;
}
/*
@media (min-width: 768px) and (max-width: 979px)
{
	.span4_5
	{
		width: 264px;
		margin-right: -10px;
	}
}
@media (max-width: 767px)
{
	.span4_5
	{
		width: 100%;
	}
}
*/

.module .span-full-1column
{
	width: 690px;
}
.module .span-full-2column
{
	width: 340px;
}
.module .span-full-2column-wide
{
	width: 510px;
}
.module .span-full-2column-narrow
{
	width: 170px;
}
.module .span-half-1column
{
	width: 330px;
}

/*
@media (min-width: 768px) and (max-width: 979px)
{
	.module .span-full-1column
	{
		width: 518px;
	}
	.module .span-full-2column
	{
		width: 254px;
		margin-right: -10px;
	}
	.module .span-half-1column
	{
		width: 244px;
	}
}
@media (max-width: 767px)
{
	.module .span-full-1column
	{
		width: auto;
	}
	.module .span-full-2column
	{
		width: auto;
		margin-right: auto;
	}
	.module .span-half-1column
	{
		width: auto;
	}
}
*/

ul.icons-list li
{
	margin-top: 10px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 0 -1px;
}

ul.icons-list li:first-child
{
	margin-top: 0;
}

ul.icons-list li.pdf
{
	background: url('/Content/img/icons/pdf.png') no-repeat;
}
ul.icons-list li.coec
{
	background: url('/Content/img/icons/coec.png') no-repeat;
}
ul.icons-list li.globe
{
	background: url('/Content/img/icons/globe.png') no-repeat;
}

ul.logged-in-side-menu
{
	padding: 0 10px;
	margin-top: 20px;
}

ul.logged-in-side-menu li
{
	margin-bottom: 1px;
	overflow: hidden;
	width: 100%; /* IE7 fix */
}

ul.logged-in-side-menu > li > a
{
	/* top level links only */
	font-size: 13px;
	background-color: #006599;
}

ul.logged-in-side-menu-sub
{
	background-color: #fff;
	border: 5px solid #E5EFF5;
}

ul.logged-in-side-menu-sub li a, ul.logged-in-side-menu-sub li p
{
	color: #069;
	font-size: 11px;
}

a.menu-edit-profile
{
	float: right;
	display: inline-block;
}
li.my-profile, li.logout
{
	margin-left: 0;
}

.logged-in-stripe
{
	width: 20px;
	background: url('/Content/img/green-90alpha.png') repeat;
	height: 68px;
	float: left;
	margin-left: -29px;
	margin-top: -22px;
	width: 10px;
	display: none;
}

.logged-in-stripe
{
	display: block;
}

.logged-in-side-menu li:first-child
{
	position: relative;
}

a.side-menu-edit-profile
{
	position: absolute;
	top: 3px;
	left: 100%;
	left: 138px;
	font-size: 9px !important;
}
/*
@media (max-width: 767px)
{
	.logged-in-stripe
	{
		height: 59px;
		margin-left: -19px;
		margin-top: -14px;
		width: 5px;
	}
}
@media (max-width: 480px)
{

	ul.logged-in-side-menu
	{
		padding-right: 0;
	}
}
*/

/*	****************************************
	ISSUES
*/

.categories-list span
{
	text-transform: uppercase;
	margin-bottom: 10px;
}

/*	****************************************
	ALERT
*/
.alert
{
	background-color: #FFC;
	border: 1px solid #e6db55;
	color: #000;
}

.alert.icons-list
{
	padding: 10px;
	margin-bottom: 5px;
}

.top-alert .alert.icons-list
{
	padding: 5px;
}

.no-top-border
{
	border-top: 0;
}
ul.icons-list li.warning-circle
{
	background: url('/Content/img/icons/warning-circle.png') no-repeat;
}

ul.icons-list li.warning-triangle
{
	background: url('/Content/img/icons/warning-triangle.png') no-repeat;
	line-height: 18px;
}


/*	END DESIGNER STYLING 
	********************************************************	*/

/*	******************************************************
	AKRON Styles
*/

label[for]
{
	padding: 9px 8px 0 0;
	text-align: right;
}
input[type='text'], input[type=password], textarea
{
	padding: 6px;
	border: 1px solid #c0c0c0;
	font-size: 1.2em;
}
input.error, textarea.error
{
	border: 1px solid #ff6464;
	border: 1px solid rgba(255, 100, 100, 0.6);
}
label.error
{
	margin: 6px 0 0 6px;
	display: inline-block;
	color: #0a0a0a;
	color: rgba(10, 10, 10, 0.5);
}

.error {
    color: firebrick;
    font-size: 1.5em;
    font-weight: bold;
}

textarea
{
	font-family: arial;
}
.align-right
{
	text-align: right;
}
.align-center
{
	text-align: center;
}
.pad-top
{
	padding-top: 12px;
}
.pad-left
{
	padding-left: 12px;
}
.pad-right
{
	padding-right: 12px;
}
.pad-bottom
{
	padding-bottom: 12px;
}
.padded
{
	padding: 12px;
}
.no-pad-left
{
	padding-left: 0;
}
.hidden
{
	display: none;
}
.strong
{
	font-weight: bold;
}
ul.disc
{
	list-style-type: disc;
	list-style-position: inside;
}
.required
{
	font-weight: bold;
}
.indented
{
	padding-left: 8px;
}
button[type='submit']
{
	padding: 10px;
	text-align: center;
	font-size: 110%;
}
.body-content-min-height
{
	min-height: 425px;
}
div.validation-summary-errors
{
	padding: 12px 0;
}
div.validation-summary-errors ul li
{
	list-style: none;
	color: #ff6464;
}
div.user-welcome
{
	float: right;
	text-align: right;
	margin: 12px 0 -30px 0;
}

.text-content ul
{
	margin-left: 40px;
}

/*	******************************************************
    flat button styles 
*/

.btn-coec
{
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
	padding: 10px 20px;
}
.btn-coec:hover
{
	background-color: #e5e5e5;
}
.btn-group .btn-coec
{
	margin-right: 4px;
}
.btn-coec.btn-coec-primary
{
	background-color: #003366;
	border: 1px solid #003366;
	color: #ffffff;
}
.btn-coec.btn-coec-primary:hover
{
	background-color: #1a75a2;
}


.content.submit-content
{
    padding-right: 40px;
}
.content.submit-content .span2
{
    width: 120px;   /* from 150 */
}
.content.submit-content .offset2
{
    margin-left: 140px;   /* from 170 */
}
.content.submit-content form input[type=text],
.content.submit-content form input[type=password],
.content.submit-content form textarea
{
	width: 450px;
}

/* pmc - 20130905 */
.box-image,
.box-image img
{
    height: 100px;
    width: 100px;
}
