/**
 * CSS Document for offline page
 * @version $Id: offline.css 10387 2008-06-03 10:59:16Z pasamio $
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software and parts of it may contain or be derived from the
 * GNU General Public License or other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */
/* 107.5 Kiss FM - Maintenance Styles
-------------------------------------------- */
html, body { height: 100%; }
body {
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: bottom;
}

#doc {
	margin:auto;
	min-width: 400px;
	width: auto;
	text-align:left;
}

#hd { padding-top: 5px; }
#bd { text-align: center !important;}

#stream {
height: 207px;
width: 100%;
background-image:url(images/stream-bg.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
padding-top: 10px;
}
#stream iframe { width: 450px; height: 500px; border: 0; margin: 0 auto;}

#doc p {
	font-size: 146.5%;
	color: #80526f;
	margin: 25px 0 0 0;
}

#form-login {
	background-color: #80526F;
	padding: 0.5em;
	border-bottom: 3px solid black;
}
#form-login p label { color: #FFF; }
#form-login fieldset { margin: 0; }
#system-message { margin: 0; }
#system-message dt, #system-message dd { text-align: center; }
#system-message ul, #system-message ul li { list-style: none; }
