/*============================================================
 Resets
============================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/*============================================================
 Defaults
============================================================*/
body { position: relative; } /* IE6 positioning fix */
a { cursor: pointer; outline:none; text-decoration:none; }
a:active, a:focus { outline: 0; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none;}
a img { border:0; }

img { 
	vertical-align: middle; 
	-ms-interpolation-mode: bicubic; /* Pretty image scaling in IE7 */ 
	} 

em { font-style:italic; }
strong { font-weight:bold; }

/*============================================================
 Helpers
============================================================*/

.noborder { border:0; }

.clear {
	clear:both;
	display:block;
	height:0px;
	margin:0; padding:0;
	overflow:hidden;
	font-size:0px;
	}
	
.unselectable {
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	}

/*============================================================
 Base Styles
============================================================*/
html {height:100%;}
body {height:100%;font:13px 'Lucida Grande',Helvetica,Arial,sans-serif; }
table {font-size:inherit;font:100%;}

a { color:#eee; outline:none; }
a:hover { color:#bbb; text-decoration:underline; }

h1,h2,h3,h4,h5,h6 {line-height:normal;}
h1 {font-size:200%; letter-spacing:-0.05em;}
h2 {font-size:150%; letter-spacing:-0.02em;}
h3 {font-size:125%}
h4 {font-size:116%}
h5 {font-size:106%}
h6 {font-size:96%}
p { line-height:1.22em; }

/*============================================================
 Base Styles
============================================================*/
body {
	background:#1E1E1E;
	color:#efefef;
	}

a.flop { 
	text-decoration:underline; 
	}

a.flop:hover { 
	text-decoration:none; 
	}

a.tog {
	margin:0 -2px;
	padding:4px;
	color:#544227;
	text-decoration:none;
	}
a:hover.tog {
	margin:0 -2px;	
	padding:4px;
	background-color:#FFD731;
	color:#000;
	text-decoration:none;
	}
	
form textarea { 
	min-height:10em;
	}

p.tiny {
	margin:0;
	font-size:10px;
	line-height:normal;
	}

p.small { 
	margin:0;
	font-size:0.9em;
	line-height:normal;
	}

p.break {
	margin:14px 0;
	padding:0;
	height:1px;
	background-color:#333;
	font-size:0px;
	}

/*============================================================
 Layout
============================================================*/
#wrapper { height:100%; }
body > #wrapper { height:auto; min-height:100%; }

#container {
	position:relative;
	padding-bottom:60px; /* footer height */
	}

/*============================================================
 Header
============================================================*/
#header {
	min-height:60px;
	}
#header span.inner {
	position:relative;
	display:block;
	width:780px;
	margin:0 auto;
	padding:0 10px;
	}
#header.paddingOn span.inner { padding:10px; }
	
#header h1 {
	width:600px;
	min-height:60px;
	color:#ddd;
	font-size:18px;
	line-height:60px;
	}
#header h1 a {
	position:relative;
	color:#ddd;
	text-decoration:none;
	}
#header h1 a span { display:none; }
#header h1 a:hover {
	color:#fff;
	}
#header h1 a:hover span {
	display:block;
	position:absolute;
	top:0; bottom:0; left:-26px;
	width:14px; height:14px;
	margin:auto 0;
	background:url('../img/general/header_icn-home.png') no-repeat;
	}
#header.hasLogo h1 a {
	display:block;
	min-height:60px;
	text-indent:-2000px;
	}

#header ul {
	position:absolute;
	top:0; right:0;
	}	
#header.paddingOn ul { top:10px; }
#header ul li {	float:left; }
#header ul li a {
	display:block;
	min-height:60px;
	margin:auto 0;
	padding:0 15px;
	color:#888;
	font-size:14px;
	line-height:60px;
	text-decoration:none;
	}
#header ul li a:hover {
	color:#fff;
	text-decoration:none;
	}
#header ul li.current a {
	color:#ddd;
	}
	
/*============================================================
 Footer
============================================================*/
#footer {
	position:relative;
	height:60px;
	margin-top:-60px; /* negative value of footer height */
	clear: both;
	background: url('../img/general/header_bg-main.png') 50% 0 no-repeat;
	_background: url('../img/general/header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
	}
#footer span.inner {
	display:block;
	width:780px; height:60px;
	margin:0 auto;
	padding:0 10px;
	}

#footer a.logo {
	display:block;
	width:120px; height:60px;
	background:url('../img/general/footer_cm-logo.png') 0 45% no-repeat;
	_background:url('../img/general/footer_cm-logo.gif') 0 45% no-repeat; /* IE6 */
	}
	
#footer #rights {
	margin-top:14px; 
	float:right;
	color:#555;
	font-size:11px;
	line-height:1.4em;
	}

/*============================================================
 Landing
============================================================*/
.headerShadow {
	background: url('../img/general/header_bg-main.png') 50% 0 no-repeat;
	_background: url('../img/general/header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
	}
#projects {
	width:780px;
	margin:0 auto 60px;
	padding-top:20px;
	position: relative;
	}
#projects.twoUp li.project { width:375px; }
#projects.threeUp li.project { width:240px; }

#container li.project {
	position: relative;
	margin: 10px 30px 20px 0;
	float: left;
	}
#container li.project.end { margin-right:0; }

#container li.project h3 {
	height:1.3em;
	padding:4px 0 0;
	font-size:15px;
	color:#eee;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:center;
	}
#container #projects.threeUp li.project h3 { letter-spacing:-0.01em; max-width:240px; }
#container #projects.twoUp   li.project h3 { font-size:18px; letter-spacing:-0.02em; max-width:375px; }
#container #projects.oneUp   li.project h3 { font-size:24px; letter-spacing:-0.03em; max-width:780px; }

#container li.project p {
	display:none;
	font-size:12px;
	color:#ccc;
	}
#container #projects.threeUp li.project p { max-width:240px; }
#container #projects.twoUp   li.project p { font-size:13px; max-width:375px; }
#container #projects.oneUp   li.project p { font-size:16px; max-width:780px; }

#container li.project a.thumbnail { 
	display:block;
	padding:6px;
	margin:-10px;
	}
#container li.project a.thumbnail:hover { text-decoration:none; }

#container li.project a.thumbnail img { margin: 4px; }
#container li.project a.thumbnail:hover img { border: solid 4px #111; margin: 0; }
#container li.project.noThumbnail a.thumbnail img { background: #000 url('../img/project/bg_noThumb.png') no-repeat center center; }

#container li.project a.thumbnail .newBug {
	display:none;
	}
#container li.project.new a.thumbnail .newBug {
	display:block;
	position:absolute;
	top:0; left:0;
	width:46px; height:46px;
	background:url('../img/general/icn_new.png') no-repeat;
	_background:url('../img/general/icn_new.png') no-repeat; /* IE6 */
	}

#container #projects.textInside li.project h3 {
	position:absolute;
	top:10px; left:10px;
	padding:4px 6px;
	margin:0;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
	text-align:left;
	}
#container #projects.textInside li.project.noTitle h3 { background:none; }

#container #projects.textInside.threeUp li.project h3 { max-width:215px; }
#container #projects.textInside.twoUp   li.project h3 { max-width:350px; }
#container #projects.textInside.oneUp   li.project h3 { max-width:755px; }
#container #projects.textInside li.project.new a.thumbnail .newBug {
	left:auto; right:0;
	background:url('../img/general/icn_new-over.png') no-repeat;
	_background:url('../img/general/icn_new-over.gif') no-repeat; /* IE6 */
	z-index:1000;
	}
#container #projects.textInside li.project p {
	display:block;
	position:absolute;
	top:44px; left:10px;
	padding:4px 6px;
	margin:0;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
	text-align:left;
	}
#container #projects.textInside.threeUp li.project p { top:42px; max-width:215px; }
#container #projects.textInside.twoUp   li.project p { top:44px; max-width:350px; }
#container #projects.textInside.oneUp   li.project p { top:54px; max-width:755px; }


#container #projects.textHidden li.project h3,
#container #projects.textHidden li.project p {
	display:none;
	}


/*============================================================
 Image Project
============================================================*/

/* List */
#list h1 {
	width:780px; height:50px;
	margin:0 auto;
	padding:0 10px;
	background:#111;
	color:#ccc;
	font-size:24px;
	line-height:50px;
	text-align:center;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	}
#list.noTitle h1 {
	height:10px;
	background:#000;
	}

#list .outer {
	width:780px;
	margin:0 auto;
	padding:0 10px;
	background:#000;
	text-align:center;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	}
#list .outer .imageRow {
	margin-bottom:10px;
	text-align:center;
	}
#list .outer .imageRow .caption {
	padding:5px 0 8px;
	color:#666;
	font-size:11px;
	line-height:15px;
	text-align:center;
	}
#list.isWide h1,
#list.isWide .outer {
	width:940px;
	}
	
/* Flipbook */
#flipbook h1 {
	width:780px; height:50px;
	margin:0 auto;
	padding:0 10px;
	background:#111;
	color:#ccc;
	font-size:24px;
	line-height:50px;
	text-align:center;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	}
#flipbook.noTitle h1 {
	height:10px;
	background:#000;
	}

#flipbook .outer { position:relative; }
#flipbook .outer .canvas {
	width:780px;
	margin:0 auto;
	padding:0 10px;
	background:#000;
	}
#flipbook .outer .canvas.loading {
	background: #000 url('../img/project/loading.gif') 50% 50% no-repeat;
	}
#flipbook.noThumbs .outer .canvas  {
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	}
#flipbook .outer .canvas .artworkContainer {
	height: 520px;
	}
#flipbook .outer .canvas .artwork {
	position:relative;
	height: 520px;
	margin:0 auto;
	text-align:center;
	background-position: center;
	background-repeat: no-repeat;
	}
	
#flipbook .previousLink {
	display:block;
	position:absolute;
	top:0; left:0;
	cursor:pointer;
	width:50%;
	height:100%;
	text-decoration:none;
	}
#flipbook .previousLink span { display:none; }
#flipbook .previousLink:hover span {
	left:10%;
	text-align:left;
	}
#flipbook .nextLink {
	position:absolute;
	top:0; right:0;
	cursor:pointer;
	width:50%;
	height:100%;
	display:block;
	text-decoration:none;
	}
#flipbook .nextLink span { display:none; }
#flipbook .nextLink:hover span {
	right:10%;
	text-align:right;
	}
#flipbook .previousLink:hover span,
#flipbook .nextLink:hover span {
	display:none;
	position:absolute;
	top:286px; height:32px;
	width:100px; height:32px;
	color:#333;
	font-size:10px;
	}

#flipbook .previousLink:hover { background:url('../img/project/gallery_arrow_l.png') 10% 236px no-repeat; cursor: pointer; }
#flipbook .previousLink.disabled:hover { background:url('../img/project/gallery_arrow_lDis.png') 10% 236px no-repeat; cursor:default; }
#flipbook .nextLink:hover { background:url('../img/project/gallery_arrow_r.png') 90% 236px no-repeat; cursor: pointer; }
#flipbook .nextLink.end:hover { background:url('../img/project/gallery_arrow_rEnd.png') 90% 236px no-repeat; }


#flipbook .caption {
	min-height:10px;
	}
#flipbook .caption #caption {
	padding: 10px;
	color:#666;
	font-size:13px;
	line-height:16px;
	text-align:center;
	}

/* Flipbook Wide */
#flipbook.isWide h1,
#flipbook.isWide .outer .canvas { width:940px; }
#flipbook.isWide .outer .canvas .artworkContainer { height: 627px; }
#flipbook.isWide .outer .canvas .artwork { height:627px; }
#flipbook.isWide .previousLink:hover { background:url('../img/project/gallery_arrow_l.png') 15% 289px no-repeat; cursor: pointer; }
#flipbook.isWide .previousLink:hover span { top:339px; left:15%; }
#flipbook.isWide .previousLink.disabled:hover { background:url('../img/project/gallery_arrow_lDis.png') 15% 289px no-repeat; }
#flipbook.isWide .nextLink:hover { background:url('../img/project/gallery_arrow_r.png') 85% 289px no-repeat; cursor: pointer; }
#flipbook.isWide .nextLink:hover span { top:339px; right:15%; }
#flipbook.isWide .nextLink.end:hover { background:url('../img/project/gallery_arrow_rEnd.png') 85% 289px no-repeat; }
#flipbook.isWide #imageThumbnails { width:880px; }
#flipbook.isWide .thumbnails .viewport { width: 880px; }


/* Details Row */
#detailsContainer {
	width:780px;
	margin:1px auto 20px; min-height:40px;
	padding:20px 10px 40px;
	background:url('../img/project/gallery_bg-below.png') 50% 0 no-repeat;
	}
#detailsContainer .row {
	display:block;
	padding:15px 0 2px 0;
	border-bottom:1px solid #191919;
	}
#detailsContainer .row label {
	display:block;
	float:left;
	width:180px;
	color:#555;
	font-size:11px;
	line-height:21px;
	}
#detailsContainer .row .content {
	display:block;
	float:left;
	width:600px;
	}
#detailsContainer .row .content p {
	color:#bbb;
	line-height:21px;
	padding-bottom:1.0em;
	}

#detailsContainer .row.description .content p {
	color:#bbb;
	}
#detailsContainer .row.site a {
	color:#6CC3F4;
	font-size:14px;
	}
#detailsContainer .row.tags {
	border:none;
	}

	
/*============================================================
 Video Project
============================================================*/
#videoContainer {
	width:800px;
	margin:0 auto;
	}
	
#videoContainer h1 {
	width:780px; height:50px;
	margin:0 auto;
	padding:0 10px;
	background:#111;
	color:#ccc;
	font-size:24px;
	line-height:50px;
	text-align:center;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	}
#videoContainer.noTitle h1 {
	height:10px;
	background:#000;
	}
#videoContainer .outer {
	background:#000;
	padding:15px 0;
	}
#videoContainer.noThumbs .outer {
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	}
	
#videoContainer .caption {
	min-height:8px;
	}
#videoContainer .caption #caption {
	padding:10px 0 0 0;
	color:#666;
	font-size:13px;
	line-height:16px;
	text-align:center;
	}
#videoContainer.noCaption .outer .caption {
	display:none;
	}

/*============================================================
 About
============================================================*/
div#locationEd table td {
	padding:2px 0;
	}

div#locationEd table td.addLab {
	width:90px;
	font-size:13px;
	}

div.aboutbg {
	position:relative;
	width:800px; margin:0 auto;
	padding-top:20px;
	}
	
table.about {
	margin:0 0 20px 0;
	}

table.about td {
	
	vertical-align:top;
	}

table.about td p {
	margin:0 0 16px 0;
	line-height:20px;
	}

table.about td p.tiny {
	margin-bottom:0;
	color:#888;
	}

table.about td h3 {
	position:relative;
	margin-bottom:20px;
	}

table.about td h3 img {
	position:absolute;
	top:-15px; right:-20px;
	background:url('../img/bl_about_freelance.gif') no-repeat;
	}

div.body p {
	margin:0 0 16px 0;
	line-height:20px;
	}

/*============================================================
 =Serif Overrides
============================================================*/
body.serif { font-family:Georgia, 'Times New Roman', Times, serif; }

	
/*============================================================
 =White Overrides
============================================================*/

/* =GENERAL
----------------------------------------------- */
body.light {
	background:#EFEFEF;
	color:#555;
	}
body.light a { color:#444; }
body.light a:hover { color:#555; }
	
/* +HEADER
----------------------------------------------- */
body.light #header h1 a { color:#666; }
body.light #header h1 a:hover span { background:url('../img/general/header_icn-homeLight.png') no-repeat; display: block; }
body.light #header ul li a { color:#999; }
body.light #header ul li a:hover {color: #777;}
body.light #header ul li.current a { color:#666; }
	
/* +FOOTER
----------------------------------------------- */
body.light #footer { 
	background:url('../img/general/light-header_bg-main.png') 50% 0 no-repeat;
	_background:url('../img/general/light-header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
	}
body.light #footer a.logo {
	background:url('../img/general/light-footer_cm-logo.png') 0 45% no-repeat;
	_background:url('../img/general/light-footer_cm-logo.gif') 0 45% no-repeat; /* IE6 */
	}
body.light #footer #rights { color:#999; }
	
/* =Landing
----------------------------------------------- */
body.light .headerShadow { 
	background:url('../img/general/header_bg-main.png') 50% 0 no-repeat;
	_background:url('../img/general/header_bg-main-light.gif') 50% 0 no-repeat; /* IE6 */	
	}
body.light #container li.project h3 { color:#666; }
body.light #container #projects.textInside li.project h3 {
	color:#ddd;
	background: rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
	}
body.light #container #projects.textInside li.project p {
	color:#ccc;
	background: rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
	}
body.light #container li.project a.thumbnail:hover img { border: solid 4px #ccc; margin: 0; }
body.light #container li.project.noThumbnail a.thumbnail img { background: #aaa url('../img/project/bg_noThumb.png') no-repeat center center; }
body.light #container #projects.textInside li.project.noTitle h3 { background:none; }
	
/* =PROJECT
----------------------------------------------- */
/* List */
body.light #list h1 {
	background:#f6f6f6;
	color:#666;
	}
body.light #list.noTitle h1 { background:#fff; }

body.light #list .outer { background:#fff; }
body.light #list .outer .imageRow .caption {
	color:#aaa;
	}
	
/* Flipbook */
body.light #flipbook h1 {
	background:#f6f6f6;
	color:#666;
	}
body.light #flipbook.noTitle h1 { background:#fff; }
body.light #flipbook .outer .canvas {background:#fff; }
body.light #flipbook .outer .canvas.loading {background: #fff url('../img/project/wht_loading.gif') 50% 50% no-repeat;}
body.light #flipbook .previousLink:hover { background:url('../img/project/light-gallery_arrow_l.png') 10% 236px no-repeat; }
body.light #flipbook .previousLink.disabled:hover { background:url('../img/project/light-gallery_arrow_lDis.png') 10% 236px no-repeat; cursor:default; }
body.light #flipbook .nextLink:hover { background:url('../img/project/light-gallery_arrow_r.png') 90% 236px no-repeat; }
body.light #flipbook .nextLink.end:hover { background:url('../img/project/gallery_arrow_rEnd.png') 90% 236px no-repeat; }

body.light #flipbook .caption #caption { color:#999; }

/* Flipbook Thumbnails */
body.light #flipbook #imageThumbnails {
	background:url('../img/project/light-flipbook_bg-drawer.png') 50% 0 no-repeat #e5e5e5;
	_background:url('../img/project/light-flipbook_bg-drawer.gif') 50% 0 no-repeat #e5e5e5; /* IE6 */
	}

body.light #flipbook #imageThumbnails .viewport ul li { background:none; }

body.light #flipbook #imageThumbnails .viewport ul li a img { filter:alpha(opacity=40); opacity:0.4; }
body.light #flipbook #imageThumbnails .viewport ul li a:hover img { filter:alpha(opacity=90); opacity:0.9; }
body.light #flipbook #imageThumbnails .viewport ul li.selected a img { filter:alpha(opacity=100); opacity:1.0; }


/* Flipbook Wide */
body.light #flipbook.isWide .previousLink:hover { 
	background:url('../img/project/light-gallery_arrow_l.png') 15% 289px no-repeat;
	_background:url('../img/project/light-gallery_arrow_l.gif') 15% 289px no-repeat; /* IE6 */
	cursor: pointer;
	}
body.light #flipbook.isWide .previousLink.disabled:hover {
	background:url('../img/project/light-gallery_arrow_lDis.png') 15% 289px no-repeat;
	_background:url('../img/project/light-gallery_arrow_lDis.gif') 15% 289px no-repeat; /* IE6 */
	}
body.light #flipbook.isWide .nextLink:hover {
	background:url('../img/project/light-gallery_arrow_r.png') 85% 289px no-repeat;
	_background:url('../img/project/light-gallery_arrow_r.gif') 85% 289px no-repeat; /* IE6 */
	cursor: pointer;
	}
body.light #flipbook.isWide .nextLink.end:hover {
	background:url('../img/project/light-gallery_arrow_rEnd.png') 85% 289px no-repeat;
	_background:url('../img/project/light-gallery_arrow_rEnd.gif') 85% 289px no-repeat; /* IE6 */
	}


/* Details Row */
body.light #detailsContainer {
	background:url('../img/project/light-gallery_bg-below.png') 50% 0 no-repeat;
	_background:url('../img/project/light-gallery_bg-below.gif') 50% 0 no-repeat; /* IE6 */
	}
body.light #detailsContainer .row { border-bottom:1px solid #ddd; }
body.light #detailsContainer .row label { color:#999; }
body.light #detailsContainer .row .content p { color:#666; }
body.light #detailsContainer .row.description .content p { color:#666; }
body.light #detailsContainer .row.site a { color:#6CC3F4; }


/* =ABOUT
----------------------------------------------- */
body.light table.info td p.tiny {
	margin-bottom:0;
	color:#999;
	}

body.light div.aboutbg {
	}
body.light table.about td p.break {
	background-color:#EEE;
	}
body.light table.about td h3 img {
	background:url('../img/wht_about_freelance.gif') no-repeat;
	}

/*============================================================
PRIVACY CONTROLS
============================================================*/
.accessForm .loginGuts, .accessForm .requestGuts, .accessForm .confirmedGuts { display: none; }
.accessForm.login .loginGuts, .accessForm.request .requestGuts, .accessForm.confirmed .confirmedGuts { display: block; }

.sans .accessForm textarea { font-family: 'Lucida Grande',Helvetica,Arial,sans-serif; }

#container.access {
	padding: 50px 0;
	}
.accessForm {
	width: 500px;
	background: #111;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto;
	padding: 40px 40px 25px;
	}
.accessForm h3 {
	color: #888;
	font-size: 18px;
	margin: 0 0 30px;
	text-align: center;
	}
.accessForm ul {
	}
.accessForm li {
	position: relative;
	margin: 0 0 25px;
	}
.accessForm label {
	font-size: 13px;
	color: #666;
	margin: 0 0 10px;
	display: block;
	}
.accessForm input {
	padding: 5px 10px;
	width: 478px;
	border: solid 1px #222;
	background: #000;
	font-size: 30px;
	color: #555;
	}
.accessForm input.accessCode {
	margin: 0 0 15px;
	}
.accessForm textarea {
	padding: 10px;
	background: #000;
	color: #555;
	border: solid 1px #222;
	width: 478px;
	margin: 0 0 15px;
	}
.accessForm button {
	display: block;
	padding: 7px 12px;
	color: #777;
	background: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	font-size: 16px;
	border: none;
	}
.accessForm button:hover {
	background: #434343;
	text-decoration: none;
	cursor: pointer;
	}
.accessForm a {
	color: #666;
	}
.accessForm a:hover {
	color: #777;
	text-decoration: none;
	}
.accessForm a.requestAccess {
	position: absolute;
	right: 0;
	bottom: 10px;
	text-decoration: underline;
	}



.light .accessForm {
	background: #fff;
	}
.light .accessForm h3 {
	color: #777;
	}
.light .accessForm input.accessCode {
	border: solid 1px #ddd;
	background: #fff;
	}
.light .accessForm label {
	color: #aaa;
	}
.light .accessForm label.heading {
	color: #888;
	}
.light .accessForm input {
	border: solid 1px #ddd;
	background: #fff;
	color: #555;
	}
.light .accessForm textarea {
	color: #555;
	border: solid 1px #ddd;
	background: #fff;
	}
.light .accessForm button {
	color: #fff;
	background-color: #ddd;
	}
.light .accessForm button:hover {
	background: #d6d6d6;
	text-decoration: none;
	color: #fff;
	}
.light .accessForm a {
	color: #aaa;
	}
.light .accessForm a:hover {
	color: #999;
	text-decoration: none;
	}


/* Error Message
-------------------------------------------*/
.accessForm .errorMessage { display: none; }
.accessForm .error .errorMessage { display: block; }

.accessForm .error input, .light .accessForm .error input, .accessForm .error textarea, .light .accessForm .error textarea {
	border-color: #a90303;
	}
.accessForm .error .errorMessage, .light .error .errorMessage {
	display: block;
	padding: 5px;
	background: #a90303;
	color: #fff;
	font-size: 12px;
	margin: 0 0 20px;
	}
.accessForm .accessError.errorMessage {
	margin: -15px 0 20px;
	}
.accessForm .textError.errorMessage {
	margin: -15px 0 20px;
	}

/* Confirmation Page 
-------------------------------------------*/
.accessForm .confirmedGuts h3 {
	margin: 0 0 15px;
	}
.accessForm a.return {
	padding: 0 0 0 20px;
	background: url(/img/arrow_left.png) no-repeat 0 0;
	display: block;
	margin: 0 auto 10px;
	width: 105px;
	}
.light .accessForm a.return {
	background: url(/img/arrow_leftLight.png) no-repeat 0 0;
	}


