ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
  padding: 20px;
}

p {
  margin-bottom: 1em;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */

#sendToFriendBox {
  background-color: #f7ebf0;
  display: block;
  clear: both;
  width: 756px;
  border-bottom: 10px solid White;
  padding: 10px;
  float: left;
}

#sendToFriendBox h1 {
  border: none!important;
}


#sendToFriendForm {
  width: 370px!important;
  margin: 0 auto!important;
}

#sendToFriendBox label {
  width: 110px!important;
  float: left!important;
  display: inline-block!important;
  text-align: right!important;
  margin-right: 10px!important;
}

.form_error {
  display: block;
  line-height: 1.3em;
  border-top: 1px solid Red;
  border-bottom: 1px solid Red;
  background-color: #FFCCCC;
  color: Red;
  margin-top: 5px;
  margin-bottom: 5px;
}

#sendToFriendToggler {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 140px;
  cursor: pointer;
}


#sendToFriendBox input {
  clear: right;
  float: left;
  width: 230px;
}

#access_buttons {
  float: left;
  clear: left;
}

#access_buttons li {
  list-style-image: none!important;
  width: 120px;
}

ul.morenews li span.title {
    float: right;
    clear: right;
    width: 290px;
    text-align: left;
}

ul.morenews li {
  clear: both;
}

