/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 janv. 2014, 09:33:39
    Author     : sel
*/

.main-hd .race_art
{
	display: none;
}

table tr td
{
	border-bottom: none;
}

.users.form {
	width: 50%;
	text-align: center;
}

.users.form input[type=checkbox] {
	float: none;
}

#content hr
{
	margin: 10px 0px;
}

#CharacterEditForm, #CharacterAddForm {
	text-align: left;
}

#CharacterEditForm div, #CharacterAddForm div
{
	display: inline-block;
	margin: 0px;
}

#CharacterEditForm .input, #CharacterAddForm .input
{
	margin-top: 4px;
	width: 30%;
	display: inline-block;
	text-align: center;
}

#CharacterEditForm .text, #CharacterAddForm .text { width: 40%; }
#CharacterAddForm .select {	margin-top: 15px; }

#CharacterEditForm .input input, #CharacterAddForm .input input
{
	width: 100%;
}

#CharacterAddForm label
{
	text-align: left;
}

#CharacterEditForm .submit input, #CharacterAddForm .submit input
{
	font-size: small;
}

#CharacterAddForm .submit input
{
	margin-top: 8px;
	margin-right: 24px;
}
