/***

LZRoster: A roster for World of Warcraft.
Copyright (C) 2007  Emmanuel Cron

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

***/

form.send
{
	background-image: url('../img/login-bg.png');
	background-repeat: no-repeat;
	color: black;
	font-size: 1.1em;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	width: 444px;
}

form.send p#introduction
{
	font-weight: bold;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 40px;
	width: 240px;
}

form.send p#loginpassword
{
	left: -70px;
	position: relative;
	top: 40px;
}

form.send p#nickname
{
	left: -70px;
	position: relative;
	top: 40px;
}

form.send p#rosterintroduction
{
	font-weight: bold;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 60px;
	width: 240px;
}

form.send p#rosterspassword
{
	left: -70px;
	position: relative;
	top: 60px;
}

form.send p#submit
{
	left: 140px;
	position: relative;
	text-align: center;
	top: 60px;
	width: 100px;
}

form.send p#submit a
{
	color: blue;
}