
/* Keeps letter area narrow enough for actions to fite within 500px */
.salsa textarea#Letter_Content{
width:250px;
font-size:12px;
}

/* Stops 'log in to gmail' bar from clearing floats in firefox */
.salsa .button, 
.salsa .button a, 
.salsa .button a:link, 
.salsa .button a:visited, 
.salsa .button a:active, 
.salsa .button a:hover,
.salsa a.button a, 
.salsa a.button:link, 
.salsa a.button:visited, 
.salsa a.button:active, 
.salsa a.button:hover
{
width:470px; 
clear:none;
font-size:12px;
}

.post #salsa h2 {
line-height:30px; }

.post #salsa {
text-align:left; }

.post #salsa .entry form {
text-align:left; }

.post #salsa h1 {
font-size:24px;
line-height:30px;
margin-top:5px; 
padding-top:5px;
padding-bottom:10px;
}

#salsa #info-page #description {
background-color:#DDDDDD;
float:right;
font-size:11px;
margin-left:5px;
margin-top:0;
padding:5px;
width:220px;
 }
 
 #salsa .petitionContent {
 background-color:#FFFFFF;
border:medium none;
font-style:italic;
padding:0;
width:265px;
 }
 
 #salsa #mainForm form .breaker {
width:0px;
clear:none;
}
 
#salsa #mainForm form #submitDiv {
float:left;
margin: 10px 0px 0px 10px;
}

#salsa #mainForm form .signpage {
float:left;
width:230px;
 }
 
 #salsa #mainForm form textarea#Comment {
 width:220px;
 }
