body {
    margin: 0px;
    padding: 0px;
    font: 12pt "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    background: url('/static/default/background/body_bg.png') repeat-x;
    background-color: black;
    color: #ccc;
    font-weight: normal;
}

h1 {
    font-size: 22px;
    color: #666;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    color: #666;
    padding: 0;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 14px;
    font-weight: normal;
}

h3 {
    font-size: 22px;
    color: #666;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

ol li {
    float: left;
    width: 400px;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
	padding: 0;
	margin: 0;
    list-style: none;
    float: left;
}

a {
    text-decoration: none;
    border: 0px;
    color: #fff;
    outline: none;
}

img {
    border: 0px;
}

label.error {
    font-size: 9pt;
    float: left;
}

input, textarea {
    width: 100px;
    padding: 1px 10px 1px 10px;
    margin-bottom: 5px;
    border: solid 1px #33677F;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: black;
    background-color: white;
	 
}

input[type = text] 
input {
	cursor: text;
}
textarea {
	cursor: text;
}

input[type = reset] {
background: url('/static/default/icons/button_bg.png') repeat-x;
	color: white;
    border: 0px;
    background-color: transparent;
}

input[type = submit] {
	background: url('/static/default/icons/button_bg.png') repeat-x;
	color: white;
    border: 0px;
    background-color: transparent;
    width: 60px;
	cursor: pointer;
}

#twitter_submit{
    background: url('/static/images/twitter_submit.png') no-repeat;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 200px;    
    height: 40px;
    padding: 0px;
	margin:0px;
	margin-top: 35px
	
}

#mailman_submit{
    background: url('/static/images/email_submit.png') no-repeat;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 80px;    
    height: 20px;
    padding: 0px;
	margin:0px;
	margin-top: 35px
	
}

#twitter_bird{
    margin-right: -10px;
    margin-left: -25px;
}

input[type = reset]:hover {
    cursor: pointer;
    cursor: hand;
}

input[type = reset]:active {
    background-color: #E3E9EA;
}

input:focus, textarea:focus {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px black;
}

textarea {
    width: 250px;
    height: 150px;
}

br {
    clear: both;
}

small {
    font-size: 7pt;
}

emphasize {
    font-weight: bold;
}

fieldset {
    border: 0px;
}