/**
 * 
 * 
 * ---------------------------------------------------------------------------
 * 
 * Copyright (C) 2009 Omnium Research Group
 * 
 * ---------------------------------------------------------------------------
 * 
 * LICENSE:
 * 
 * This file is part of Omnium(R) Software.
 * 
 * Omnium(R) Software 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.
 * 
 * Omnium(R) Software 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 Omnium(R) Software; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 * 
 * ---------------------------------------------------------------------------
 * 
 * @author    Sam Bauers <sam@omnium.net.au>
 * @author    Dan Callaghan <dan@omnium.net.au>
 * @copyright 2009 Omnium Research Group
 * @license   http://www.gnu.org/licenses/gpl.txt GNU GPL v2
 * @link      http://open.omnium.net.au Omnium Open
 **/



div.omLoginFormArea,
div.omErrorArea {
	background-color:		rgb(79, 79, 79);
	border-top:				1px solid rgb(48, 48, 48);
	border-right:			1px solid rgb(174, 174, 174);
	border-bottom:			1px solid rgb(174, 174, 174);
	border-left:			1px solid rgb(48, 48, 48);
}

div.omLoginGallery div.omThumbnails div.thumbnail {
	background-color:		rgb(79, 79, 79);
	border-top:				1px solid rgb(48, 48, 48);
	border-bottom:			1px solid rgb(174, 174, 174);
}

div.omLoginGallery div.omThumbnails div.first {
	border-left:			1px solid rgb(48, 48, 48);
}

div.omLoginGallery div.omThumbnails div.last {
	border-right:			1px solid rgb(174, 174, 174);
}

span.mandatory {
	font-weight: bold;
	color: rgb(251, 70, 70);
}