body,td,th {
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	background-color: #333333;

}

table.userMainTable {
	background-color: #CCCCCC;
        margin-top: 10px;
        border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    border: 1px solid #666;
       
}




table.userMainTable td, table.userMainTable th {
	background-color: 	#E0E0E0;
        font-size: 14px;
        font-weight: bold;
	
}

table.userMainTable tr.header td, table.userMainTable tr.header  th {

        
        
        background: #ffa73d url(../../images/default/back_head.jpg) repeat-x;
	font-weight: bold;
        color:#000;
        
}

table.userMainTable tr.row_header td, table.userMainTable tr.row_header  th {
	
      background: #666 url(../../images/default/back_head.png) repeat-x;
	
	font-weight: bold;
        color:#fff;
        
        
}
table.userError {
	background-color: #CCCCCC;
}

table.userError  td, table.userError th{
	background-color: #AEF4A5;
	color: #FFFFFF;
	font-weight: bold;
}

.userField_type1 {
	font-size: 10px;
	width: 145px;
}

.userStar {
	color: red;
}

.userButton1 {
	border: 1px solid #121212;
	background-color: #666;
	padding: 6px 20px 6px 20px;
        font-size: 18px;
        border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    
    color:#fff;
    width: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
   
        
}

.userButton1:hover {

	background-color: #999;

        cursor: pointer;
}

.userDivInput {
	float: left;
}

.userDivResponse {
	float: left;
}

.registera{ 

    background-color: #333333;
    background-image: url(../../images/default/bg_new.png);
    padding: 5px;
    padding-left: 5px; padding-right: 5px;
  height: 699px;
    
}

.forgota{ 

    background-color: #333333;
    background-image: url(../../images/default/bg_new.png);
    padding: 0px;
   
    
}

.field_type1{
    
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    border: 2px solid #d07f30;
    padding: 4px;
    width: 220px;
    
}
a{color:#fff;}