/* GENERAL STYLES */
/* General */


.fc
{
	clear:both;
}

/* Legal */
#legal
{
	width:300px;
	margin-left:35px;
	font-size:12px;
	line-height:14px;
}

#legalLogo
{
	padding-top:35px;
}

#legal h1, #legal h2
{
	color:#c9be62;
	text-transform:uppercase;
}

#legal h1
{
	font-size:18px;
	padding-bottom:10px;
	padding-top:67px;
	font-weight:lighter;
	line-height:1em;
}

#legal h2
{
	font-size:12px;
	line-height:14px;
	padding-bottom:5px;
}

#legal p
{
	padding-bottom:14px;
}

/* Forms */
.column
{
	float:left;
	width:180px;
	padding-right:40px;
}

.single
{
	width:220px;
}

.double
{
	width: 360px !important;
}

.triple
{
	width:670px;
}

#formCopyWrapper
{
	float:left;
	width:670px;
}

.validator
{
	display:none;
}

.row
{
	margin-bottom:10px;
	display:block;
	float:left;
	width:180px;
}

.double .row
{
	width:320px;
}

.row label
{
	display:block;
	width:185px;
	font-size:11px;
	padding-bottom:4px;
	padding-left:2px;
}

label em, .legend em
{
	color:#b8ae5b;
}

.row input, .row select, .row textarea
{
	vertical-align:middle;
	background-color:#1a1a1a;
	border:0;
	color:#b8ae5b;
	font-size:11px;
	line-height:12px;
	border:solid 1px #000;
	font-family:Arial, Sans-Serif;
}

.double .row textarea
{
	width:300px;
}

.row input, .row textarea
{
	width:170px;
	padding:4px;
}

.row select
{
	height:23px;
	width:100%;
	padding:3px;
}

.date select
{
	width:31%;
}

/*
.check span.formElement, .check span.error
{
	width:20px;
	display:block;
	float:left;
	
}*/

.check input
{
	width:auto;
	float:left;
	margin-right:8px;
	background-color:Transparent;
	border:0;
}

.check label
{
	display:block;
	float:left;
	width:150px;
}

.radio table, .radio tr, .radio label, .radio input
{
	display:inline;
	background-color:Transparent;
	border:0;
}
.radio label, .radio input
{
	width:auto;
}

input.error, select.error, textarea.error
{
	border: solid 1px #b8ae5b;
}

#summaryBlock
{
	/*position:fixed;*/
	color: #000;
	font-size:11px;
	line-height:14px;
	width:100%;
	float:left;
	z-index:2;
	height:143px;
	position:absolute;
}

#summaryBlock a
{
	color:#000;
}

#summaryBGHolder
{
	background-image:url(/static/images/macLogoTransparent.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:725px;
	padding:0 105px;
}

.errorSummary
{
	color: #000;
	border-top: 0;
	padding: 0;
	width:100%;
	background-color:#b8ae5b;
	height:98px;
}
#errorSummaryHeaderWrapper
{
	width:100%;
	color: #000;
	background-color:#b8ae5b;
	
}
#errorSummaryHeader
{	
	width:800px;
	margin:0 auto;
	padding:0;
	padding-right:160px;
}

#errorSummaryHeader h2
{
	font-size:18px;
	line-height:19px;
	padding-bottom:5px;
	text-transform:uppercase;
	padding-top:15px;
}

#errorSummaryHeader p
{
	padding-left:2px;
}

.errorSummary ul
{
	color: #000;
	border: 0;
	padding: 0;
	padding-left:3px;
	margin: 0 auto;
	width:560px;
	padding-right:400px;
}
.errorSummary li
{
	display: inline;
	padding-right: 10px;
}

.legend
{
	font-size:11px;
	line-height:14px;
	border:0;
	padding-top:5px;
	
}

#buttons
{
	margin-top:53px;
	margin-left:30px;
	width:150px;
	float:left;
}

#buttons.buttonsTriple
{
	padding-top:53px;
}

#buttons input
{
	border:0;
	margin:0;
	padding:0;
	background-color:Transparent;
	color:#c9be62;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	text-align:left;
}

#buttons .imgButton
{
	border:0;
	padding:1px 0;
	margin:0;
	cursor:pointer;
	display:block;
}

/* Registration Form */
#registrationForm h1, #updateForm h1, #loginForm h1
{
	color:#c9be62;
	padding-bottom:30px;
	text-transform:uppercase;
}

.regDialog, .ui-dialog-container, #overlayWrapper, #dialogWrapper
{
	min-height:598px;
	min-width:980px;
}

#summaryBlock
{
	min-width:980px;
}

body .ui-resizable-disabled .ui-resizable-handle /* use 'body' to make it more specific (css order) */
{
	display: none;
}

body .ui-resizable-autohide .ui-resizable-handle /* use 'body' to make it more specific (css order) */
{
	display: none;
}

body .ui-dialog-titlebar /* use 'body' to make it more specific (css order) */
{
	display: none;
}
.ui-dialog .ui-dialog-content
{
	margin: 0;
}

#preOverlaySpinner
{
	width:960px;
	margin:52px auto 0 auto;
	padding-left:3px;
}

#closeHolder
{
	float:right;
}

#errorCloseHolder
{
	position:absolute;
	z-index:4;
	width:100%;
	top:110px;
	
}

#errorCloseButton
{
	width:960px;
	margin:0 auto;
}

#errorCloseButton img
{
	float:right;
	padding-right:0px;
}

#closeHolder #closeButton
{
	
	display:block;
	margin:0 auto;
	padding:0 0px 0 0;
	font-size:9px;
}

#closeHolder #closeButton img, #errorCloseButton img
{
	cursor:pointer;
}

#registrationWrapper
{
	position:absolute;
	z-index:1;
}

#dialogHolder
{
	width: 100%;
	position:absolute;
	z-index:1;
}
#dialogWrapper
{
	margin: 0;
	width:100%;
	float:left;
	position:absolute;
	z-index:1;
}
#regForm, #upForm
{
	position:absolute;
	margin-top:100px;
	z-index:1;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

#regForm #formWrapper, #upForm #formWrapper
{
	margin:0 auto;
	padding:0;
	padding-top:10px;
	width: 960px;
}

#regForm fieldset, #upForm fieldset, #loginForm fieldset
{
	margin: 0;
	border: 0;
	padding: 0;	
}

#copyWrapper
{
	float:left;
}

#copy
{
	width:270px;
	float:left;
	font-size:12px;
}

#copy p
{
	padding-bottom:30px;
}


#regForm fieldset .column, #upForm fieldset .column, #loginForm fieldset .column
{
	height:inherit;
}


/* Feedback Pages */

#feedback
{
	clear:both;
	width:100%;
	font-size:12px;
}


#feedbackMessage
{
	float:left;
	width:25em;
}


#feedbackImage
{
	float:right;
	margin-top:-18px;
}


/* No Flash Page */
#noFlashWrapper
{
	margin:0 auto;
	margin-top: 140px;
	width:326px;
}

#flashDownloadWrapper
{
	margin:0 auto;
	margin-top:20px;
	width:91px;
}

/* MoP */

body .mastersOfPhotography
{
	height:100%;
	min-height:598px;
	min-width:980px;
	z-index:1;
	position:relative;
}

#carousel
{
	z-index:1;
	position:relative;
}

/* EDITOR PROPERTIES */
