/*================================================================================================================================================


										BASIC STYLE SHEET FOR FON WEBSITE


================================================================================================================================================*/


/*================================================================================================================================================
GENERAL START
================================================================================================================================================*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
body {
	font: 62.5%  Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	background:white;
	list-style-image:none;
	list-style-type:none;
}
/*TITLES*/
h1,h2,h3,h4,h5,h6,input {
	font-family: Arial, Helvetica, sans-serif;	
}
h1 {
	color: #Fbb034;
	font-size: 2em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
/*FORMS*/
input.text, textarea {
	border:1px solid #333;
	padding: 2px;
	color: #333;
}
select {
	border:1px solid #333;
}
label {
	font-weight: bold;
}
button {
	background: #Fbb034;
	border: 1px solid #333;
	cursor: pointer;
	color: #333;
	padding: 2px;
	text-decoration: none;
}
/*TEXTS*/
blockquote{
	font-style: italic;
}



/*========================================================================
CLASSES START
========================================================================*/
.attention {
	color: #bf2b2e;
}
.centered {
	text-align: center;
	margin: auto;
}
.button {
	background: #Fbb034;
	border: 1px solid #333;
	cursor: pointer;
	color: #333;
	padding: 2px;
	text-decoration: none;
}
.submit {
	background: #Fbb034;
	border: 1px solid #333;
	cursor: pointer;
	color: #333;
	text-transform: lowercase;
}
.alert {
	border:2px solid #fbb034;
	color: #002b5c;
	text-align: center;
	padding: 10px 10px 20px 65px;
	margin-bottom: 15px;
	background: #fffeee url(http://static.fon.com/images/common/attention.png) no-repeat 5px 5px;
}
.alert img.close {
	float: right;
	cursor: pointer;
}

#container #page_content .alert p {
	margin: 0;
}
.correct {
	border:2px solid #fbb034;
	color: #002b5c;
	text-align: center;
	padding: 10px 10px 20px 65px;
	margin-bottom: 15px;
	background: #fffeee url(http://static.fon.com/images/common/good.png) no-repeat 5px 5px;
}
.correct img.close {
	float: right;
	cursor: pointer;
}
#container #page_content .correct p {
	margin: 0;
}
.form_error {
	color: #bf2b2e;
}


.publicProfileLauncher {
    color: #e86c1f;
    text-decoration: underline;
    cursor: pointer;
}

.publicProfileLauncher:hover {
    text-decoration: none;
}

/*========================================================================
CLASSES END
========================================================================*/



/*========================================================================
SMS VERIFICATION START
========================================================================*/
#smsVerification {
	border: #F49B10 2px solid;
	width: 500px;
	position: fixed;
	z-index: 1000;
	background-color: #FFF;
	left: 50%;
	margin-left: -250px;
	top: 20%;
	padding: 15px;
}
#smsVerification h2 {
	text-align: center;
}
#smsVerification p {
	font-size: 1.2em;
	margin-bottom: 15px;	
}
#smsVerification ol {
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-left: 30px;	
}
#smsVerification ol li {
	list-style-type: decimal;
}
#smsVerification form {
	width: 200px;
	margin: 0 auto;
}
#smsVerification form input.text {	
	width: auto;
	font-size: 1.1em;
}
#smsVerification form input.submit {
	font-size: 1.1em;
}
/*========================================================================
SMS VERIFICATION END
========================================================================*/



/*========================================================================
LINKS START
========================================================================*/
a {
    color: #e86c1f;
}
a:hover {
    text-decoration: none;
}
/*========================================================================
LINKS END
========================================================================*/



/*========================================================================
BASIC STRUCTURE START
========================================================================*/
div#container {
	width: 751px;
	/*width: 75em;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#page_content {
	background:transparent;
	width: 751px;
	/*width: 75em;*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
	/*float: left;*/
	clear: both;
}
#page_content h3 {
	font-size: 1.7em;
	line-height: 1.4em;
}
#page_content p {
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.4em;
}
#page_content form p {
	font-size: 1.1em;
}
#page_content ul li {
	margin-bottom: 10px;	
}
/*========================================================================
BASIC STRUCTURE END
========================================================================*/



/*========================================================================
REBOOT MESSAGE START
========================================================================*/
div#reboot_message h2 {
	color: #0d72b9;
}
/*========================================================================
REBOOT MESSAGE END
========================================================================*/



/*========================================================================
OVERLIB START
========================================================================*/
#overDiv {
	border: solid 1px #e86c1f;
	padding: 3px;
	color: #e86c1f;
	background-color: #FFF;
}
/*========================================================================
OVERLIB END
========================================================================*/



/*========================================================================
ASSORTED BUTTONS START
========================================================================*/
#redonwhiteButt {
	background: #FFF url(http://static.fon.com/images/common/but_white_bl.png) no-repeat left bottom;
}
#redonwhiteButtOuter {
	background: url(http://static.fon.com/images/common/but_white_br.png) no-repeat right bottom;
	padding-bottom: 5px;
}
#redonwhiteButtInner {
	background: url(http://static.fon.com/images/common/but_white_tl.png) no-repeat left top;
	padding-top: 5px;
}
#redonwhiteButt a {
	background: url(http://static.fon.com/images/common/but_white_tr.png) no-repeat right top;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
#redonwhiteButt a:hover {
	text-decoration: underline;
}
.redButton {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
.redButton a {
	background: url(http://static.fon.com/images/common/button-red-left.png) no-repeat left center;
	font-size: 2em;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	display: block;
	position: absolute;
	bottom: 50px;
	left: 300px;
}
.redButton a:hover {
	text-decoration: underline;
}
.redButton a span {
	background: url(http://static.fon.com/images/common/button-red-right.png) no-repeat right center;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*========================================================================
ASSORTED BUTTONS END
========================================================================*/



/*========================================================================
FORM ERRORS START
========================================================================*/

.form_error_messages {
	border:2px dashed #bf2b2e;
	color: #8a181a;
	text-align: center;
	/*padding: 10px;
	margin: 20px auto;*/
	background: #fffeee url(http://static.fon.com/images/common/bad.png) no-repeat 5px 5px;
	padding: 10px 10px 20px 65px;
	margin-bottom: 15px;
}
.form_error_messages h2 {
	text-align: center;
}
.form_error_messages li {
	margin-left: 30px;
	margin-right: 30px;
	list-style-type: disc;
	color: #bf2b2e;
}
#container #page_content .form_error_messages p {
	text-align: center;
	margin-top: 10px;
	margin: 0;
}
#userloginerrormessage p {
	color: #bf2b2e;
	font-weight: bold;
	text-align: left;
}
.error {
	color: #bf2b2e;
	font-weight: bold;
	text-align: left;
}
/*========================================================================
FORM ERRORS END
========================================================================*/



/*========================================================================
ASSORTED DIVS START
========================================================================*/
div.uz_div {
	margin-top: 20px;
	clear: both;
}

div.uz_div p {
	float: left;
}

div.uz_div p.more_info {
	float: right;
}

div#capture {
	margin-top: 20px;
	clear: both;
}

div#passes_available {
	border: 2px solid #e86c1f;
	margin-bottom: 50px;
}
div#passes_available h3 {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 1.2em;
}
div#passes_available p {
	margin-top: 15px;
	margin-left: 10px;
}
div#passes_available ul {
	display: block;
	height: 70px;
	overflow: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div#passes_available ul li {
	font-size: 1.2em;
}
div#passes_available input.submit {
	float: right;
	clear: both;
	position: relative;
	top: 15px;
}
/*========================================================================
ASSORTED DIVS END
========================================================================*/



/*========================================================================
PUBLICPROFILEPOP DIV START
========================================================================*/
#publicProfilePopUp {
	background-color: #fffeee;
	border: solid 2px #000;
	padding: 15px;
	position: absolute;
	width: 150px;
	z-index: 200;
}
* html #publicProfilePopUp {
	width: 180px;
}
*+html #publicProfilePopUp {
	width: 180px;
}
#publicProfilePopUp .close {
	position: absolute; top: 5px; right: 5px;
	cursor: pointer;
}
#publicProfilePopUp #popUpAvatar {
	float: left;
	margin-right: 10px;
	border-right: solid 2px #ddd;
}
#publicProfilePopUp #popUpAvatar img {
	border: solid 1px #0d72b9;
	margin-right: 10px;
}
#publicProfilePopUp .popUpOptions {
	padding-top: 20px;
}
#publicProfilePopUp .popUpOptions img {
	display: block;
	margin-top: 5px;
}
#publicProfilePopUp .nick {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	color: #bf2b2e;
	font-size: 1.5em;
	text-align: center;
	overflow: auto;
	margin-top: 5px;
	height: 1.8em;
}
/*========================================================================
PUBLICPROFILEPOP DIV END
========================================================================*/



/*========================================================================
GENERAL TABS START
========================================================================*/
div.tabs {
	width: 100%;
	margin-bottom: 2em;
}
div.tabs ul {
	border-bottom: 1px solid #fbb034;
	font-size: 1.4em;
	height: 2.1em;
}
*html div.tabs ul {
	margin-bottom: -0.1em;
}
div.tabs ul li {
	float: left;
	margin-left: 5px;
}
div.tabs ul li a {
	display: block;
	text-align: center;
	padding: 0.5em;
	font-weight: bold;
	line-height: 1em;
	border: 1px solid #fbb034;
	text-decoration: none;
}
div.tabs ul li a:hover {
	text-decoration: underline;
}
/*========================================================================
GENERAL TABS END
========================================================================*/


/*========================================================================
GENERAL TABLES START
========================================================================*/

.generalTable {

}
.generalTable table {
	width: 100%;
	border-collapse: collapse;
}
.generalTable th {
	font-size: 1.3em;
	padding: 5px;
	border-right: solid 2px #000;
 	border-bottom: solid 2px #000;
 	color: #FBB034;
}
.generalTable td {
	padding: 5px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
}


/*========================================================================
GENERAL TABLES END
========================================================================*/



/*========================================================================
FLOATING TABLES START
========================================================================*/

.floatingTable {

}
.floatingTable table {
	width: 100%;
	border-collapse: collapse;
}
.floatingTable th {
	font-size: 1.3em;
	padding: 5px;
	border-right: solid 2px #000;
 	border-bottom: solid 2px #000;
 	color: #FBB034;
}
.floatingTable td {
	padding: 5px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
}


/*========================================================================
FLOATING TABLES END
========================================================================*/



/*========================================================================
HIDDEN LAYERS START
========================================================================*/

#uz_hidden {
	background-color: #FFFFFF;
	position: absolute;
	/*top: 100px;*/
	width: 750px;
	border: solid 2px #fbb034;
	z-index: 200;
}
#uz_hidden img {
	float: right;
	clear: both;
	margin: 5px;
}
#uz_hidden #inner {
	clear: both;
	height: 300px;
	overflow: auto;
}


/*========================================================================
HIDDEN LAYERS END
========================================================================*/



/*========================================================================
MY VISITS TABLE START                 ----- PROVISIONAL -----
========================================================================*/

.myVisitsTable table {
	border:1px solid white;
	border-collapse: collapse;
	font-size:12px;
	text-align:center;
	width: 100%;
}

.myVisitsTable caption{
	font-weight:bold;
	font-size:14px;
}


.myVisitsTable th {
	border-bottom:1px solid #000;
	border-left:1px dashed #000;
	border-right:1px dashed #000;
	padding: 2px 5px 2px 5px;
	background-color: white;
}

.myVisitsTable td {
	border:1px dashed #000;
	padding: 1px 5px 1px 5px;
	background-color: white;
}

/*========================================================================
MY VISITS TABLE END                     ----- PROVISIONAL -----
========================================================================*/



/*========================================================================
REGIONS LOADING START
========================================================================*/
#regions_loading {
	clear: both;
}
#regions_loading p {
	text-align: center;
}
/*========================================================================
REGIONS LOADING END
========================================================================*/



/*========================================================================
LINUS BILL TABLE START
========================================================================*/
table#linusBill {
	width: 130px;
	margin: 10px auto;
}
/*========================================================================
LINUS BILL TABLE END
========================================================================*/



/*========================================================================
PAYPAL BOX START
========================================================================*/
#paypalBox {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 5px;
}
#paypalBox label {
	display: inline;
}
#paypalBox img {
	display: inline;
}
#paypalBox input.text {
	display: inline;
}

p.alerts {
	margin-bottom: 1em;
	background: url(http://static.fon.com/images/common/alert.png) no-repeat left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
/*========================================================================
PAYPAL BOX END
========================================================================*/



/*========================================================================
TABLE IMAGES START
========================================================================*/
table img {
	vertical-align: bottom;
}
* html table img {
	vertical-align: text-bottom;
}
*+html table img {
	vertical-align: text-bottom;
}
/*========================================================================
TABLE IMAGES END
========================================================================*/

/*================================================================================================================================================
GENERAL END
================================================================================================================================================*/









/*================================================================================================================================================
HEADER START
================================================================================================================================================*/
#page_header{
	position: relative;
	width: 751px;
	/*width: 75em;*/
	margin-bottom: 10px;
	/*float: left;*/
	clear: both;
}



/*========================================================================
CONNECTION BOX START
========================================================================*/
#connection {
	text-align: center;
	padding-bottom: 5px;
	width: 751px;
	/*width: 75em;*/
}
#connection script {
	display: none;
}
#connection * {
	display: inline;
}
#connection h2 {
	margin: 0px 10px 0px 0px;
}
#connection .connected {
	color: #009900;
}
#connection .disconnected {
	color: #990000;
}
#connection input#cTimer {
	background: #fff;
	margin-left: 10px;
	color: #333333;
	width: 80px;
}
#connection .info {
	margin-left: 10px;
}


/*========================================================================
CONNECTION BOX END
========================================================================*/



/*========================================================================
LOGO START
========================================================================*/
#fonlogo {
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#fonlogo img {
}
/*========================================================================
LOGO END
========================================================================*/



/*========================================================================
MOTTO START
========================================================================*/
#fonmotto {
	float: right;
	position: relative;
}
#fonmotto img {
}
/*========================================================================
MOTTO END
========================================================================*/



/*========================================================================
UPPER AREA START
========================================================================*/
#upper {
	width: 620px;
	/*width: 60em;*/
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background: url(http://static.fon.com/images/common/header_blue_line.png) no-repeat right bottom;
}
#upper ul.langlist {
	position: absolute;
	display: block;
	border: solid 1px #002b5c;
	background-color: #FFF;
	top: 0px;
	/*left: 610px;*/
	left: 63em;
}
#upper ul.langlist li {
	display: block;
	clear: both;
	float: left;
}
#upper ul.langlist li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px;
	clear: both;
	color: #002b5c;
	font-weight: bold;
}
#upper ul.langlist li a:hover {
	text-decoration: underline;
}
#upper ul.langlist li a img {
	float: left;
}
/*========================================================================
UPPER AREA END
========================================================================*/



/*========================================================================
MAIN NAVIGATION START
========================================================================*/
#nav1 {
	text-align: right;
	display: block;
	float: right;
}
#nav1 li {
	display: inline;
}
#nav1 li img {
	vertical-align: sub;
}
* html #nav1 li img {
	vertical-align: middle;
}
*+html #nav1 li img {
	vertical-align: middle;
}
#nav1 li a {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 5px;
	border-left: 1px solid #002b5c;
	color: #002b5c;
}
#nav1 li.language a {
	border: none;
	text-transform: uppercase;
}
#nav1 li.help a {
	border: none;
	color: #8a181a;
}
.userzone #nav1 li.my_fon a {
	background-color: #8a181a;
	color: #FFF;
}
.userzone #nav1 li.my_fon a:hover {
	text-decoration: none;
}
#nav1 li a:hover {
	text-decoration: underline;
}
/*========================================================================
MAIN NAVIGATION END
========================================================================*/



/*========================================================================
SECONDARY NAVIGATION START
========================================================================*/
.nav2 {
	width: 620px;
	/*width: 59em;*/
	float: right;
	background: url(http://static.fon.com/images/common/header_orange_line.png) no-repeat right bottom;
	padding-bottom: 5px;
}
* html .nav2 {
	padding-bottom: 10px;
}
*+html .nav2 {
	padding-bottom: 10px;
}
.nav2 ul {
	display: block;
	text-align: center;

}
.nav2 ul li {
	display: inline;
}
.nav2 ul li a {
	display: block;
	float: right;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.nav2 ul li a:hover {
	text-decoration: underline;
}
#my_fon_bill,
#my_fon_alien,
#my_fon_linus {
	background: url(http://static.fon.com/images/common/header_red_line.png) no-repeat right bottom;
}
#my_fon_bill ul li a,
#my_fon_alien ul li a,
#my_fon_linus ul li a {
	color: #8a181a;
}
/*========================================================================
SECONDARY NAVIGATION END
========================================================================*/



/*========================================================================
LOGIN BOX START
========================================================================*/
#login_form_box {
	width: 620px;
	float: right;
	margin-top: 10px;
}
#login_form_box div {
	display: inline;
}
#login_form_box #userloginerrormessage {
	display: block;
	float: left;
}
#login_form_box p {
	text-align: right;
	float: right;
	margin-left: 15px;
}
#login_form_box #userloginerrormessage p {
	text-align: left;
	float: left;
	margin-left: 0;
}
#login_form_box input.text {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 55px;
}
#login_form_box input#login_email {
	width: 120px;
}
/*========================================================================
LOGIN BOX END
========================================================================*/



/*========================================================================
USER BOX START
========================================================================*/
#user {
	width: 620px;
	float: right;
	margin-top: 10px;
}
#user #identification {
	float: left;
}
#user #identification h2 {
	display: block;
	float: left;
	padding-bottom: 5px;
}
#user #identification a.button {
	margin-left: 20px;
	display: block;
	float: left;
}

#user #identification img {
	vertical-align: bottom;
	margin-right: 10px;
	margin-left: 10px;
}
#user #community {
	float: right;
}
#user #community p {
	color: #fbb034;
	font-weight: bold;
}
#user #community p strong {
	color: #8a181a;
}
/*========================================================================
USER BOX END
========================================================================*/



/*========================================================================
WELCOME BOX START
========================================================================*/
#welcome {
	margin-top: 0px;
	width: 100%;
	float: left;
}
#welcome  h2 {
	color: #fbb034;
	margin-bottom: 0px;
	font-size: 1.8em;
}
#welcome  h3 {
	color: #e86c1f;
	margin-bottom: 0px;
	font-size: 1.3em;
	text-transform: uppercase;
}
#welcome p {
}

#welcome .hola {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#welcome .hola p {
	color: #fbb034;
	font-weight: bold;
	font-size: 1.2em;
}

#welcome .hola .member {
	float: left;
	margin-right: 20px;
	color: #333;
}
#welcome .hola .fonspots {
	color: #e86c1f;
	font-style: normal;
}
#welcome .hola .editProfile {
	clear: both;
	text-transform: uppercase;
}
#welcome .hola .editProfile a {
	color: #8a1819;
	text-decoration: none;
}
#welcome .hola .editProfile a:hover {
	text-decoration: underline;
}
#welcome img {
	vertical-align: middle;
}
#welcome .hola img.avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#welcome .noticeBoard {
	background: url(http://static.fon.com/images/common/felipe.png) no-repeat right top;
	width: 254px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 46px;
}
#welcome .noticeBoard h2, #welcome .noticeBoard h3 {
	width: 250px;
}
/*========================================================================
WELCOME BOX END
========================================================================*/



/*========================================================================
ADDITIONAL BOXES START
========================================================================*/

#fgf p {
	margin-top: 10px;
}
/*========================================================================
ADDITIONAL BOXES END
========================================================================*/
/*================================================================================================================================================
HEADER END
================================================================================================================================================*/









/*================================================================================================================================================
FOOTER START
================================================================================================================================================*/
#page_footer {
	width: 751px;
	/*width: 75em;*/
	font-size: 0.9em;
	text-align: center;
	clear: both;
	background-color: #FFF;
	margin-top: 0px;
}
#page_footer ul {
	margin:0px 0px 0px 0px;
	list-style:none;
	padding:5px 0px 15px 0px;	
}
#page_footer ul img {
	vertical-align: middle;	
}
#page_footer ul li {
	display: inline;	
}
#page_footer ul a {
	text-decoration:none;
	color:#333;	
}
#page_footer ul a:hover { 
	text-decoration:underline;
}
/*================================================================================================================================================
FOOTER END
================================================================================================================================================*/









/*================================================================================================================================================
HOMEPAGE START
================================================================================================================================================*/
.main #section1 {
}
.main #section2 {
	position: relative;
	margin-bottom: 30px;
	margin-right: 20px;
	padding-top: 10px;
}
.main #section3 .subsection {
	float: left;
	width: 230px;
	margin-left: 15px;
}
.main #section3 .subsection h3 {
	font-size: 2.2em;
	line-height: 0.8em;
	height: 50px;
	padding-top: 10px;
	margin-bottom: 5px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.main #section3 #find_fonspots {
}
.main #section3 #find_fonspots h3 {
	background: url(http://static.fon.com/images/common/fonspot.png) no-repeat left center;
	padding-left: 55px;
}
.main #section3 #find_fonspots h3 strong {
	display: block;
}
.main #section3 #find_fonspots p em {
	display: block;
	color: #fbb034;
	font-weight: bold;
}
.main #section3 #find_fonspots form input.text {
	width: 150px;
	vertical-align: middle;
}
.main #section3 #find_fonspots form input.submit {
	width: auto;
	vertical-align: middle;
	font-weight: bold;
}
.main #section3 #fon_secure {
}
.main #section3 #fon_secure h3 {
	background: url(http://static.fon.com/images/common/padlock.png) no-repeat left center;
	display: block;
	padding-left: 51px;
}
.main #section3 #fon_secure h3 span {
	display: block;
}
.main #section3 #retailer {
}
.main #section3 #retailer h3 {
	background: url(http://static.fon.com/images/common/retailer.png) no-repeat left center;
	display: block;
	padding-left: 51px;
}
.main #section3 #retailer h3 span {
	display: block;
}
.main #section3 #money_wifi {
	display: block;
}
.main #section3 #money_wifi h3 {
	background: url(http://static.fon.com/images/common/billwings.png) no-repeat left center;
	display: block;
	padding-left: 51px;	
}
/*================================================================================================================================================
HOMEPAGE END
================================================================================================================================================*/









/*================================================================================================================================================
MAIN SECTION START
================================================================================================================================================*/
/*========================================================================
main_standalone_login START
========================================================================*/
#container div.standalone_login {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	float: none;
	clear: both;
}

.main .standalone_login #register,
.main .standalone_login #login {
	width: 25em;
	float: left;
	border: solid 2px #e86c1f;
	padding: 1.5em;
	display: inline;
	margin-bottom: 30px;
}

.main .standalone_login #register {
	padding: 5em 1.5em;
}

.main .standalone_login #register {
	margin-right: 30px;
	background: #FFFFFF url(http://static.fon.com/images/common/spot_orange_bl.png) no-repeat left bottom;
}

.main .standalone_login h2 {
	font-size: 2em;
	text-align: center;
}

#container .standalone_login h3 {
	font-size: 1.3em;
	text-align: center;
}

#container .standalone_login h3.welcome {
	font-size: 1.4em;
	text-align: left;
}

.main .standalone_login #register p {
	font-size: 1.2em;
}

.main .standalone_login #login h3 {
	margin-top: -1em;
	margin-bottom: 2em;
}

.main .standalone_login #login p {
	clear: both;
	font-size: 1.2em;
}

.main .standalone_login #login p a {
	font-weight: bold;
}

.main .standalone_login #login p.fields {
	float: right;
	display: inline;
	width: 95%;
	text-align: right;
}

.main .standalone_login form p input.text {
	width: 10em;
}

.main .standalone_login form p input.submit {
	float: right;
	clear: right;
}
/*========================================================================
main_standalone_login END
========================================================================*/



/*========================================================================
main_guest START
========================================================================*/
.main .guest h1 {
	font-size: 3em;
	margin-top: 50px;
}
.main .guest p a {
	font-size: 2em;
	font-weight: bold;
}
/*========================================================================
main_guest END
========================================================================*/



/*========================================================================
main_forgot_password START
========================================================================*/
#container .forgot_password {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 550px;
	clear: both;
}
#container .forgot_password form {
	border: 1px solid #e86c1f;
	padding: 10px;
	margin-bottom: 20px;
}
#container .forgot_password form div {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
#container .forgot_password form div p * {
	margin-left: 5px;
	margin-right: 5px;
}
#container .forgot_password form div p input.text {
	width: 30%;
}
#container .forgot_password form div p input.submit {
	padding: 0;
	width: 200px;
}
/*========================================================================
main_forgot_password END
========================================================================*/



/*========================================================================
main_fgflanding_web START
========================================================================*/
.main_fgflanding_web img {
	float: right;
	margin-left: 10px;
}
.main_fgflanding_web h3 {
	text-align: center;
	margin-top: 50px;
}
/*========================================================================
main_fgflanding_web END
========================================================================*/
/*================================================================================================================================================
MAIN SECTION START
================================================================================================================================================*/
