/**
 * rightSidebar.css
 *
 * Copyright (c) 2005-2010 Alec Smecher and John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Side-wide style to push sidebar to the right hand side
 *
 */

/**
 * Common HTML elements
 */

#rightSidebar {
	float: right;
	width: 200px;
	background-color: #fdf0cc;
    color:#0d093e;
	padding: 10px;
	margin: 10px 10px 5px 5px;
	font-size: 0.65em;
}

#rightSidebar input{border:1px #666 solid}

#body {
	min-width: 750px;
}