/**
 * @category   Netz98
 * @package    Netz98_Raffle
 * @author     Daniel Nitz <d.nitz@netz98.de>
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.raffle-box {
	height: 500px;
	width: 470px;
    background: url(../images/raffle_pendant.jpg) top left no-repeat;
}

.raffle-text {
	float:left;
	width: 180px;
	padding: 280px 0 0 20px;
}

.raffle-form {
	padding: 330px 0 0 260px;
}

.form-button {
	margin-top:10px;
}
