.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

body
{  
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	margin: 0px auto;
	padding: 0;
	text-align: center;
}

p {
  font-size:11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

span  
{  
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:12px;
	color: #999999;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	background: #fefefe;
	text-align: left;
}

.main ul {
    width: 550px;
    list-style-type:none;
}
.main li {
    width:180px;
    margin:5px 0 0 0;
    padding:0 80px 0 0;
    line-height:15px;
    float:left;
}

table.content{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:12px;
}

.tableg {
  margin-top:0px;
  text-align:center;
  border:1px solid #E2E6EF;
  width:100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

.tableg th.name_heading {
  color:#333333;
  font-size:13px;
  font-weight:bold;
}
.tableg th {
  border-color:#C7CFE0;
  border:1px solid #E2E6EF;
  margin:0;
  padding:3px;
  color:#FFFFFF;
  font-size:13px;
  background-color:#3b5998;
}
.tableg td {
  border:1px solid #E2E6EF;
  margin:0;
  padding:3px;
  color:#555555;
  font-size:12px;
  font-weight:bold;
}

.tableg td.alt{
  border:1px solid #E2E6EF;
  margin:0;
  padding:3px;
  color:#555555;
  font-size:13px;
  background:#eceff6;
}

.tableg .even_colomn {
  background:#eceff6 none repeat scroll 0 0;
 }

.tableg th A:link {text-decoration: none;color:#FFFFFF;}
.tableg th A:visited {text-decoration: none;color:#FFFFFF;}
.tableg th A:active {text-decoration: none;color:#FFFFFF;}
.tableg th A:hover {text-decoration: none;color:#FFFFFF;}

.tableg td A:link {text-decoration: none;color:#3b5998;font-weight: bold;}
.tableg td A:visited {text-decoration: none;color:#3b5998;font-weight: bold;}
.tableg td A:active {text-decoration: none;color:#3b5998;font-weight: bold;}
.tableg td A:hover {text-decoration: none;color:#3b5998;font-weight: bold;}

.container {
	padding-top: 30px;
	padding-bottom: 5px;
	background: #fff;
	}

hr {
 color:#3b5998;
 height:1px;
}

.spacer{
	text-align:center;
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}

.green{
	background:url(/public/images/green.gif);
	padding:0px 6px;
	border:1px solid #FFFFFF;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

ul.errors {
    list-style-type:none;
  }
ul.errors li {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color:#EF605D;
	font-weight:bold;
  }

.message_block_spacer{
	font-size:11px;
	color:#555555;
	padding-bottom:5px;
}

#message_block {
  clear: both;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}
 
#message_block ul {
  margin-bottom: 0;
  list-style: none;
  padding: 4px;
  padding-left:1em;
  margin-left:0;
}

#message_block ul li {
  margin-left: 3em;
}
 
#message_block ul.error {
  border-top: 1px solid #3b5998;
  border-bottom: 1px solid #3b5998;
  background: #eceff6 url(/public/images/error_m.gif) 1em 50% no-repeat;
  font-weight:bold;
}
 
#message_block ul.info {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/public/images/message_block/info_m.gif) 1em 50% no-repeat;
}
 
#message_block ul.notice {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/public/images/message_block/notice_m.gif) 1em 50% no-repeat;
}
 
#message_block ul.confirm {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/public/images/message_block/confirmation_m.gif) 1em 50% no-repeat;
}
 
#message_block ul.warn {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/public/images/message_block/warn_m.gif) 1em 50% no-repeat;
}

textarea {
	border: 1px solid #cccccc;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin-bottom:15px;
}

fieldset {
  padding:5px;
  border-width: 1px;
  border-style: dotted;
  border-color: #ccc;
  text-align: left;
  background: #fbfbfb;
  position: relative;
}

legend {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 0 0.5em;
  background: #fff;
  font-size: 110%;
  color: #3e8f96;
  line-height: 1.5em;
  position: relative;
  top: -0.75em;
  letter-spacing: 2px;
  font-weight: bold;
}
