body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:500px;
padding:14px;

}

.myform2{
margin:0 auto;
width:500px;
padding:14px;

}
/* ----------- stylized ----------- */
#stylized{
border:solid 2px #4682B4;
background:#ebf4fb;
background-color:#B0C4DE;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #4682B4;
width:300px;
margin:2px 0 20px 10px;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #4682B4;
width:300px;
margin:0px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #4682B4;
width:300px;
margin:0px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
}
/*--------------------------------------------------*/
.clubbbtbl {  
  width: auto;  
  border-spacing: 0;  
  font-size:14px;  
}  

.clubbbtbl th {  
  color: #fff;  
  padding: 8px 15px;  
  background: #258;  
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);  
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));  
  font-weight: bold;  
  border-left:1px solid #258;  
  border-top:1px solid #258;  
  border-bottom:1px solid #258;  
  line-height: 120%;  
  text-align: center;  
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);  
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;  
}  

.clubbbtbl th:first-child {  
  border-radius: 5px 0 0 0;   
}  

.clubbbtbl th:last-child {  
  border-radius:0 5px 0 0;  
  border-right:1px solid #258;  
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;  
}  

.clubbbtbl tr td {  
  padding: 8px 15px;  
  border-bottom: 1px solid #84b2e0;  
  border-left: 1px solid #84b2e0;  
  text-align: center;  
}  

.clubbbtbl tr td:last-child {  
  border-right: 1px solid #84b2e0;  
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);  
}  

.clubbbtbl tr {  
  background: #fff;  
}  

.clubbbtbl tr:nth-child(2n+1) {  
  background: #f1f6fc;  
}  

.clubbbtbl tr:last-child td {  
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);  
}  

.clubbbtbl tr:last-child td:first-child {  
  border-radius: 0 0 0 5px;  
}  

.clubbbtbl tr:last-child td:last-child {  
  border-radius: 0 0 5px 0;  
}  

.clubbbtbl tr:hover {  
  background: #bbd4ee;  
  cursor:pointer;  
} 
