.form {
	width: 420px;
	padding: 14px;
}


.form_red {
	width: 620px;
	padding: 14px;
}

#form_style {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#WPFGP_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;
	line-height: 15px;
	background-color: #666666;
	color: #FFF;
}

th.tab { 
  border-style: none; 
	padding: 5px;
	line-height: 15px;
	background-color: #666666;
	color: #FFF;
}

td.tab { 
  border-style: none; 
	padding: 5px;
}

td { 
  border-style: none; 
	padding: 5px;
}

td.dulezity { 
  border-style: none; 
  background-color: #ebf4fb;
	padding: 5px;
}

tr.even {  
	background-color: #FFFFFF;
}

tr.odd {
	background-color: #c3c3c3;
}