/**
 * @version		$Id: offline.css 21331 2011-05-11 04:28:32Z eddieajau $
 * @copyright	Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* -- Specific offline page elements --------------- */
.inputbox {
	width: 205px;
	height: 28px;
	border: none;
	background: #bdb8ad;
	font-size: 0.8em;
	color: #fff;
	margin: 0px;
	padding-left: 5px;

}

input.button  {
	width: 90px;
	height: 30px;
	border: none;
	color: #fff;
	font-size: 0.8em;
	text-align: left;
	text-shadow: 0.1em 0.1em 0.05em #7c7c7c;
	margin: 0px;
	margin-left: 30px;
}

.button.submit {
	width: 90px;
	height: 30px;
	background: #c6d4e1 url(../images/button_arrowright.png) no-repeat 91% center;
}

.button:hover.submit {
		width: 90px;
	height: 30px;
	background: #44749d url(../images/button_arrowright.png) no-repeat 91% center;
}

.button:active.submit {
	width: 90px;
	height: 30px;
	background: #44749d url(../images/button_arrowright.png) no-repeat 91% center;
}

#offlinepage form.newsletter {
	margin-top: 40px;
}

