@charset "UTF-8";
/* CSS Document */

/********************
*** GLOBAL STYLES ***
********************/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3d3737;
	color: #fef5e7;
}

a {
	text-decoration: underline;
	color: #3d3739;
}

#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 12px;
	text-align: left;
	color: #fef5e7;
}

h2 {
	font-size: 18px;
	text-align: left;
	color: #fef5e7;
}

/*******************************
*** MEMBERSHIP SIGNUP STYLES ***
*******************************/

#content {
	margin-top: 15%;
	height: auto;
}

label {
	font-size: 12px;
	color: #fef5e7;
}
#membership_signup {
	height: auto;
	padding: 0 10px 0 10px;
	width: 500px;
}
.membership_form p{
	width: auto;
	clear: left;
	margin: 0;
	padding-left: 200px; /*width of left column containing the label elements*/
	height: 1%;
	padding-bottom: 5px;
	color: #fef5e7;
}

.membership_form label{
	margin-top: 5px;
	font-weight: bold;
	float: left;
	margin-left: -200px; /*width of left column*/
	width: 190px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	height: 20px;
}
input.text.error {border-color: red!important;}
input.text.ok {border-color: green!important; color: green!important;}
.membership_form input {
	width: 194px;
	height: 19px;
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	border-top: 2px solid #262020;
	border-left: 2px solid #262020;
	border-bottom: 2px solid #5a5353;
	border-right: 2px solid #5a5353;
	background-color: #2f2929;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fef5e7;
	text-align: left;
}
input.error, select.error {
	border-color: red!important;
}
input.success, select.success {
	border-color: green!important;
}
.membership_form textarea {
	width: 95%;
	height: 150px;
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #3D3737;
	overflow: hidden;
}
.membership_form select {
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	border-top: 2px solid #262020;
	border-left: 2px solid #262020;
	border-bottom: 2px solid #5a5353;
	border-right: 2px solid #5a5353;
	background-color: #2f2929;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fef5e7;
}
.membership_form button {
	width: 125px;
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	border-top: 2px solid #5a5353;
	border-left: 2px solid #5a5353;
	border-bottom: 2px solid #262020;
	border-right: 2px solid #262020;
	background-color: #2f2929;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fef5e7;
	cursor: pointer;
}
input.select.error {border-color: red!important;}
.errortext {
	color: #E3006B;
	background-image: url(/images/generic/chk_off.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 5px 5px 20px;
	margin-bottom: 5px;
}
.successtext {
	color: #ffffff;
	background-image: url(/images/generic/chk_on.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 5px 5px 20px;
	margin-bottom: 5px;
}
.waittext {
        color: #ffffff;
        background-image: url(/images/lightview/loading_small.gif);
        background-repeat: no-repeat;
        background-position: left;
        padding: 5px 5px 5px 20px;
        margin-bottom: 5px;
}
.checkbox {
	width: 100px;
}
.checkbox label{display: inline;margin: 0; background-position: 0px 0px;cursor:pointer; width: 100px;}
.checked{background-image:url(/images/generic/chk_on.png)}
.unchecked{background-image:url(/images/generic/chk_off.png)}
.selected{background-image:url(/images/generic/rdo_on.png)}
.unselected{background-image:url(/images/generic/rdo_off.png)}

