/*YAHOO UI Resets */

body,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;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	clear: both;
	color: red;
}
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;
}

/* END YAHOO UI Resets */

#content {
    background: url('/media/images/bg.gif') 0 0 repeat-x;
    width: 666px;
    text-align: center;
    font-size: .9em;
    font-family: Arial, Lucida;
    margin: auto;
    min-height: 100%;
    height: 100%;
    min-height: 600px;
}

form {
    width: 70%;
    text-align: left;
    margin: auto;
    padding-bottom: 45px;
}

form p {
    clear:right;
}
form label {
    /*clear: both;*/
    float: left;
    margin: 5px;
    font-weight: bold;
    color: #666666;
}

form input {
    margin: 5px;
    float: right;
}

form select {
    display: block;
    margin: 5px;
    clear: both;
    float: left;
    margin:auto;
   
}

select#id_store_name { float: right; margin: 0 5px 0 0; }

fieldset {
    border: 1px solid #666666;
    margin-top: 15px;
}


#footer {
    clear: both;
    margin: 0 auto;
    text-align: center;
}

#language_form {
    margin-bottom: 15px;
    padding-bottom: 25px;
    float:right;
    margin-right: 5px;
}


#disclaimer  {
    font-size: 8pt;
    font-family: Arial;
    margin: auto;
    width: 666px;
    background-color: #e5e5e5;   
}

#disclaimer p {
    text-align: left;
    margin: 0 15px;
}


#id_country, #id_state_province {
    float: right;
    margin-right: 5px;
}



.row1 {
    float: left;
}

.row2 {
    float: right;
}

.checkbox_even {
    clear: both;
    float: left;
    font-size: .8em;
    width: 50%;
}

.checkbox_odd {
    float: right;
    font-size: .8em;
    width: 50%;
}

.checkbox_even input {
    float: left;
}

.checkbox_odd input {
    float: left;
}

label.checkbox-label {
    font-weight: normal;
    position: relative;
    display: inline;
}

/*input[type="checkbox"] {
    font-weight: normal;
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
}*/


.survey_form {
    width: 75%;
}

.form_help {
    font-weight: normal;
    font-style: italic;
    font-size: .8em;
}

.errorlist {
    float:right;
    font-size: .8em;
    color: red;
    font-weight: normal;
}

.datepicker {
    float:left;
}
