/* CSS Document */

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 20px auto 0 auto;
	width: 600px;
}

h3, p, ul, li {
	padding: 5px;
}

ul {
	margin-left: 40px;
}

	.protest-introduction {
		width: 600px;
		padding: 10px;
		text-align: left;
		margin-top: 15px;
	}
	

#smoking {
background:transparent url(/img/icons/green-smoking.gif) no-repeat scroll 0pt;
height: 50px;
padding-top: 40px;
list-style-type:none;
padding-left: 60px;
}

#non-smoking {
background:transparent url(/img/icons/red-smoking.gif) no-repeat scroll 0pt;
height: 50px;
padding-top: 40px;
list-style-type:none;
padding-left: 60px;
}

#smoking-non-smoking {
background:transparent url(/img/icons/orange-smoking.gif) no-repeat scroll 0pt;
height: 50px;
padding-top: 40px;
list-style-type:none;
padding-left: 60px;
}

	
.protest-introduction ul li.delicious {
background:transparent url(/img/icons/delicious.gif) no-repeat scroll 0pt;
}

.protest-introduction ul li.digg {
background:transparent url(/img/icons/digg.gif) no-repeat scroll 0pt;
}

.protest-introduction ul li.reddit {
background:transparent url(/img/icons/reddit.gif) no-repeat scroll 0pt;
padding:0pt 0pt 0pt 2px;
}

.protest-introduction ul li.facebook {
background:transparent url(/img/icons/facebook.gif) no-repeat scroll 0pt;
}

.protest-introduction ul li.stumbleupon {
background:transparent url(/img/icons/stumbleupon.gif) no-repeat scroll 0pt;
}

.protest-introduction ul.inline li {
display:inline;
padding:0 3px 5px 0;
text-align:center;
}

.protest-introduction ul li a {
margin-left: 18px;
margin-top: 4px;
}

.protest-introduction ul.inline {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align:center;
}

.product {

width: 250px;

float: left;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #e9e9e9;

border-right-color: #e9e9e9;

border-bottom-color: #e9e9e9;

border-left-color: #e9e9e9;

padding-top: 8px;

padding-right: 8px;

padding-bottom: 8px;

padding-left: 8px;

margin-left: 20px;
font-size: 90%;

}

.become-tabbed-pane {
margin-top: 10px;
margin-bottom: 10px;
}

     .tabbed-pane ul {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #FF5E9E;
      }
      
      .tabbed-pane legend { display: none; }
            
      .tabbed-pane-sheet {
        clear: left;
        border: 1px solid #FF5E9E;
        border-top: none;
        margin: 0;
        padding: 1em;        
      }   
                           
      .tabbed-pane ul li {
        margin: 0;
        padding: 0;
        float: left;
        display: block;
      }
      
      .tabbed-pane ul li a {
        display: block;
        padding: 0.2em 1em;
        margin-right: 0.5em;
        border: 1px solid #FF5E9E;
        border-bottom: none;
        color: inherit;
        text-decoration: none;
      }
      
      .tabbed-pane ul li a.selected {
        color: black;
        background-color: yellow;
      }
            
      /* Field layout */
      label { 
        display: block;
        float: left;
        width: 8em;
      }
        
      .become-tabbed-menu {
        position: fixed;
        right: 1em;
        top: 1em;
        background: cyan; }

/* FORMS */

form fieldset {
border: 1px solid #FF5E9E;
width: 520px;
margin: 10px auto 10px auto;
padding: 20px;
display: block;
clear: both;
}

form fieldset legend {
	color:#FF5E9E;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 125%;
}

form fieldset ol, ol.fields {
	list-style:none;
	display: block;
	postion: relative;
}

form fieldset ol li, ol.fields li {
	clear:         both;
	margin-top: 15px;
	padding-left: 10px;
}

form fieldset ol li input {
margin-left: 5px;
}

form fieldset ol li.required, ol.fields li.required {
background: url(/img/icons/required.gif) top left no-repeat;
}

form fieldset ol li.required input {
margin-left: 0px;
border-left: 5px solid #FF5E9E;
}

form fieldset ol li.required select {
margin-left: 0px;
border-left: 5px solid #FF5E9E;
}

form fieldset ol li label {
	width: 180px;
	float: left;
	font-size: 100%;
	display: block;
	margin-left: 5px;
}

form fieldset ol li input {
width: 175px;
border: 1px solid #FF5E9E;
}

form fieldset ol li textarea {
width: 250px;
height: 75px;
border: 1px solid #FF5E9E;
}

form fieldset ol li select {
border: 1px solid #FF5E9E;
}

form fieldset ol li input#dob {
width: 90px;
}

form input#register {
	width: 200px;
	border: 1px solid #FF5E9E;
	color: #FF5E9E;
	background: #FFF;
	padding: 10px;
	font-variant:small-caps;
	margin: 10px auto 10px auto;
}

form p.check {
 text-align: center;
 padding: 5px;
 clear: both;
 margin-left: 30px;
 margin-right: 30px;
}

form p input.check {
 float: left;
 width: auto;
 margin: 10px;
}

form p label.check {
 float: left;
 width: auto;
 margin: 10px;
}

.radio_button {
width: auto;
padding: 0 5px 0 5px;
display: inline;
float: none;
}

.radio_label {
width: auto;
padding: 0 5px 0 5px;
display: inline;
float: none;
margin-right: 10px;
}
