.tbmain{ 
 /* Changes on the form */
 background: url(../images/degrade_1px1.jpg) #00CAF8 repeat-x !important; 
 height:200px;
 color:#333333;
 border: 2px #AAAAAA solid;
}
.left{
	color: #333333 !important;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px !important;
}
td.left {
   font-family: Arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color:#333333;
   text-align: right;
}

.titremain {
   font-family: Arial, helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color:#333333;
   text-align: center;
}

.text3{
   font-family: Arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   border: 1px;
   background:url(../images/style2_txt_bg.gif) bottom repeat-x;
}

.text3sm{
   font-family: Arial, helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
}

.btn{
   font-family: Arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight:normal;
   color:#000000;
   border:2px #333333 solid;
   background: #EEEEEE;
   text-align: center;
}



/* ----------- stylized ----------- */
.myform{
margin:0 20px;
}
.myform h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
.myform p {
display:block;
width:460px;
margin:30px auto 20px auto!important;
clear:both;
font-size:11px;
color:#666666;
border-bottom:solid 1px #ccc;
padding-bottom:5px;
}
.myform div{
width:460px;
margin:0 auto;
}
.myform label{
display:block;
font-weight:bold;
text-align:right;
width:160px;
float:left;
color:#999;
}
.myform label.required {
color:#000;
}
.myform .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:160px;
}
.myform input,
.myform select,
.myform textarea{
font-size:13px;
padding:4px 2px;
border:solid 1px #666;
width:230px;
margin:2px 0 20px 10px;
color:#000;
}
.myform .radios {
display:inline-block;
text-align:left;
font-size:13px;
border:solid 1px #bbb;
padding:4px 2px;
width:230px;
margin:2px 0 20px 10px;
color:#000;
}
.myform .radios img {
vertical-align:center;
}
.myform .radios input {
margin:2px 0 2px 10px;
}
.myform input.uppercase {
text-transform:uppercase;
}
.myform button{
clear:both;
margin-left:170px;
width:125px;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
.myform .buttons {
text-align:center;
}
.myform .buttons .submit{
clear:both;
display:block;
text-decoration:none;
width:80%;
margin:20px auto;
padding:10px;
background:#eee;
border:solid 2px #666;
text-align:center;
line-height:31px;
color:#000;
font-size:13px;
font-weight:bold;
cursor:pointer;
}
.myform .buttons .little {
color:#666;
font-weight:normal;
font-size:11px;
display:block;
border-top:1px solid #ccc;
padding:0px 0 0;
}
.myform li {
margin:0;
padding:0;
list-style:none;
}
.myform li{
display:block;
clear:both;
}
.myform label.albums {
width:120px;
}
.myform input.radio {
width:20px;
border:none;
display:inline;
}
