.form {
	width: 420px;
	padding: 14px;
}


.form_red {
	width: 620px;
	padding: 14px;
}

#form_style {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#form_style_red {
	border: solid 2px #990000;
	background: #FBC9C9;
}

#form_style p {
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}

#form_style_red p {
	border-bottom:solid 1px #990000;
	padding-bottom:10px;
}

#form_style label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#form_style .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
}

#form_style .star{
	color:#FF0000;
	font-size:11px;
	font-weight: bold;
}

#form_style input,textarea{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 20px 10px;
}

#form_style button{
	clear: both;
	margin-left: 235px;
	width: 125px;
	height: 31px;
	background: #666666;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#players_tab {
  width: 450px;
  line-height: 15px;
  border-style: none; 
  border-collapse: separate;
}

th { 
  border-style: none; 
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #666666;
	color: #FFF;
}

th.tab { 
  border-style: none; 
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 15px;
	background-color: #666666;
	color: #FFF;
}

td.tab { 
  border-style: none;   
  font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"Times New Roman", serif;
	padding: 5px;
}

td { 
  border-style: none; 
  font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"Times New Roman", serif;
	padding: 5px;
}

tr.even {  
	background-color: #FFFFFF;
}

tr.odd {
	background-color: #c3c3c3;
}

td.dulezity1 {
  border-top: 2px solid #2687C4;   
  border-left: 2px solid #2687C4;
  border-bottom: 2px solid #2687C4;
	padding: 3px;
}                                   

td.dulezity2 {
  border-top: 2px solid #2687C4;   
  border-bottom: 2px solid #2687C4;
	padding: 3px;
}                                  

td.dulezity3 {
  border-top: 2px solid #2687C4;   
  border-right: 2px solid #2687C4;
  border-bottom: 2px solid #2687C4;
	padding: 3px;
}                                  

tr.dul1 { 
  background-color: #CCE3F1;
}
  
tr.dul2 { 
  background-color: #CCE3F1;
}

td.dulezityWrong {
  background-color: rgb(204,0,0);
  opacity: 0.2; filter:alpha (opacity=50);
  color: red;
}