﻿/*	Ideas (General)
----------------------------------------------------------*/
div.clear
{
	height: 0px;
	width: 0px;
	clear: both;
}

div.modal
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 99;
	filter: alpha(opacity=60);
	opacity: 0.6;

}

div.popup-box,
iframe.iframe-popup  
{
	top: 50%; 
	left: 50%; 
	border: 1px solid #6d6e71;
	z-index: 100;
}
iframe.iframe-popup 
{
	position: fixed;
}

div.popup-box
{
	position: absolute; 
	display: none;
	padding: 10px 10px 0px 10px;
	background-color: #fff;
}

div#login span.big-email
{
	font-size: 16px;
}

div#login a
{
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 14px;
}

div#login div.column-left
{
	float: left;
	width: 356px;
}

div#login div.column-right
{
	float: right; 
	width: 456px
}

div#login div.column-right div.container-text
{
	padding-top: 10px !important;
	padding-bottom: 5px !important;
}

div.centre-message
{
	width:450px; 
	margin: 20px auto
}

div#header-logo img
{
	max-width: 430px;
	max-height: 95px;
}

span.upload-info,
div.upload-info
{
	color: #666;
	font-size: 10px;
	line-height: 100%;
}
span.info
{
	color: #888;
}

span.long-splitable span { display: inline-block; }