/* --------------------------------------------------------------------------
	GENERAL FORM */

form {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
}

form br {
	clear: left;
}

#content_sub p.form {
clear:both;
color:#434140;
font-size:1.4em;
line-height:1.5em;
margin:0px 0 13px 0;
width:90%;
padding-bottom:3px;
border-bottom:1px dashed silver;
}

div.removeBox {
margin-top:30px;
float:left;
width:175px;
}

#content_sub p.form_review {
color:#212121;
color:#6e6e6e;
font-size:1em;
margin:0;
margin-bottom:5px;
text-indent:0px;
padding:0px;
}

#errors {
        width: 85%;
	padding: 5px;
        font-size:1.4em; 
	margin-bottom: 10px;
        margin-left: 25px; 
	border: 2px solid #c00;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
}

#errors p {
        font-size:1.8em; 
        color: #c00;
        text-align:left;
}

label.error {
        float:none;
        display:inline;
        font-size:.8em;
        color:red;
        width:auto;
        margin:0 0 0px 5px;
}

#catError .error {
display:none;
}

a#previous {
        margin-top:9px;
        float:left;
        font-size:1em;
        color: #fc0000;
        cursor:pointer;
}

a:hover#previous {

}

a.add_attendee {
margin-right:50px;
color:green;
font-size:1.5em;
position:relative;
float:right;
top:0px;
cursor:pointer; 
}

img.add_attendee {
float:left;
width:15px;
}

a.remove_attendee {
margin-top:3px;
float:right;
font-size:.8em;
cursor:pointer;
}

img.remove_attendee {
width:10px;
position:relative;
top:4px;
}

#content_sub a.edit {
       color:#6d615b;
       font-size: .9em;
}

/* --------------------------------------------------------------------------
	IMAGE UPLOAD */

div.button {
	height: 29px;	
	width: 133px;
	font-size: 1.5em;
	color: white;
        background: #3a464c;
	text-align: center;
	padding-top: 15px;
        cursor: pointer;
}

div.button.hover {
        cursor: pointer;
	background: #51626b;
}


/* --------------------------------------------------------------------------
	FIELDSET */

fieldset {
width:640px;
	margin-bottom: 0px;
	padding: 1.5em 3em 0 2em;
	border: 0px solid #bbb;	
}

legend {
font-size: 2em;
border: solid #6d615b;
border-width:1px 2px 2px 1px;
background:#978880;
padding:8px;
color:white;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        text-shadow: #6d615b 2px 2px 3px;

}

*html legend {
margin-bottom:20px;
}

/* --------------------------------------------------------------------------
	LABELS */

label {
        display: inline;
        color:#434140;
	padding: 5px 10px 5px 0;
        float: left;
        width:30%;
	vertical-align: middle;
        font-size:1.2em;
}

/**
 * use this class in the $defaults for 'label' in the config file
 * if you want the text in the label left justified
 */
label.left {
	text-align: left;
}

/**
 * 'combine' is used when two labels are combined such as in 'City/Zip'
 */
label.left.combine {
	width: auto;
	float: left;
	padding: 0;
}

/**
 * use this class in the $defaults for 'label' in the config file
 * if you want the text in the label right justified
 */
label.right {
	text-align: right;
}

label.right.combine {
	width: auto;
	float: none;
	padding: 0;
}

/**
 * this needs to be assigned to all 'checkbox' and 'radio' type elements
 * (to remove any width and float styles previously set)
 */
label.check {
    color:#000;
	float: none;
	width: auto;
}

/**
 * this is where you can style your required labels
 * don't forget to include this class name in the config file
 */
label.required {

	font-weight: normal;
}

/* --------------------------------------------------------------------------
	GENERAL INPUTS */

input, select, textarea {
        float:none;
	font-size: 12px;
	color: #333;	
	border: 1px solid #666;
}

#mailingCountrySelect {
width:150px;
}

#mailingStateSelect {
width:150px;
}

#billingCountrySelect {
width:150px;
}

#billingStateSelect {
width:150px;
}

#stateSelectBox {
margin-left:202px;
}

#stateSelectBox2 {
margin-left:202px;
}

input.error, select.error, textarea.error {
	border: 1px solid #c00;
}

input[disabled] {
	color: #808080;
	background-color: #efefef;
}

/* --------------------------------------------------------------------------
	TEXT INPUTS */

input {
	width: 192px;
	width: "200px";
	padding: 4px;
	margin-bottom: 5px;
    margin-right: 15px;
}

/* --------------------------------------------------------------------------
	CHECKBOX / RADIO INPUTS */

input.check {
    clear:both;
	float: none;
    vertical-align:middle;
	border: none;
	width: auto;
}

/* --------------------------------------------------------------------------
	IMAGE INPUTS */

input.image {
	border: 0px;
	background-color: transparent;
}

/* --------------------------------------------------------------------------
	TEXTAREA */

textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Tahoma, Arial, sans-serif;	
	padding: 2px;
	width: 296px;
	width: "300px";
	height: 100px;
}


/* --------------------------------------------------------------------------
	SELECT */

select {
	padding: 2px;
	width: 296px;
	width: "300px";
	margin-bottom: 4px;
	background-color: #fff;
}

optgroup {
	color: #fff;
	background-color: #999;
}

option {
	color: #000;
	background-color: #fff;
}

/* --------------------------------------------------------------------------
	BUTTONS */

.button {
        text-align:center;
	width: auto;
        padding: 2px;
        font-size:1.4em;
	margin: 0px 0px;
	color: #fc0000;
	background-color: #ffcb31;			
	border: solid #e7aa19;
        border-width: 1px 2px 2px 1px;
	vertical-align: middle;	
        cursor:pointer;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;

text-shadow: #fce6a6 2px 2px 2px;
	
}