@charset "utf-8";
/* CSS Document */

/***************************************************************************
*                                                                            
*		Affiliation Software
*
* 		@website: 	www.affiliationsoftware.com
*		@copyright:	2009-2010 AffiliationSoftware
* 		@author:	Ilario Pellandini 
*		@version: 	2.1 / 2010-05-12
*                                                                            
***************************************************************************/

@import url(forms.css);
@import url(msg.css);

body {
	background: #EEE url(../img/tpl/login_top.png) top repeat-x;
	margin-top: 50px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

img { 
	border: 0;
}

a:link {
	color: #06F;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #06F;
}

a:hover {
	text-decoration: none;
	color: #06F;
}

a:active {
	text-decoration: underline;
	color: #06F;
}

#layout {
	width: 500px;	
	margin: auto;
	border: solid 1px #CCC;
	background: #FFF url(../img/tpl/login_bg.png) bottom repeat-x;
	padding: 50px;
}

#header {
	text-align: center;	
	color: #000;
}

#content {
	width: 400px;
	margin: 45px auto 35px auto;
}

#footer {
	color: #666;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

#footer a:link {
	text-decoration: none;
	color: #666;
}

#footer a:visited {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
}

#footer a:active {
	text-decoration: none;
	color: #666;
}

.icon {
	border: 0;
	float: left;
	width: 50px;
}

.title {
	margin-left: 70px;	/* 60px */
	border-bottom: solid 1px #CCC; /* 999 */
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.title a:link {
	text-decoration: none;
	color: #000;
}

.title a:visited {
	text-decoration: none;
	color: #000;
}

.desc {
	margin-left: 70px; /* 60px */
	margin-bottom: 2px; /* margin-bottom: 30px; */
}

.desc a:link {
	text-decoration: none;
	color: #333;
}

.desc a:visited {
	text-decoration: none;
	color: #333;
}

.link {
	margin-left: 70px;
	font-weight: bold;
}

.link a:link {
	color: #06F;
	text-decoration: underline;
}

.link a:visited {
	text-decoration: underline;
	color: #06F;
}

.link a:hover {
	text-decoration: none;
	color: #06F;
}

.clear {
	clear: both;
	margin-bottom: 20px;
}