@charset "UTF-8";
/* 
CSS Document for www.biztripcentral.com forms
author: Hamlet Javier
Created: Spring 2009
*/

/****************************************************************** CLASSES ********************************************************************************************/
.lblInput{float:left; width:100px;}
.lblInput_wide{float:left; width:120px;}
.lblInput_wider{float:left; width:170px;}
.margin_wide{margin-left:120px; display:block;}
.margin_wider{margin-left:170px; display:block;}
.txtInput{width:200px;}
.smallFont{font-size:10px; font-style:normal;}
.smallTitle{font-size:1.5em; color:#CCCCCC;}
.smallTitle2{font-size:13px; color:#666666; font-weight:bold;}
.frmNoSpacing{padding:0px; margin:0px;}
.top_date_field{position:relative; z-index:99;}
/***********************************************************************************************************************************************************************/

/****************************************************************** CONTACT FORM ***************************************************************************************/
#frm_yellow form{background: #F0F1CA url(../images/frm_bg.gif) repeat-x; border:2px solid #CCCCCC; position:relative; z-index:4; padding:0.5em; width:auto;}
#frm_yellow_sm form{background: #F0F1CA url(../images/frm_bg_sm.gif) repeat-x; border:2px solid #CCCCCC; padding:0.5em;}
form ol{list-style:none; padding:0; margin:0;}
form li{padding-bottom:0.85em;}
form hr{color:#CCCCCC; height:4px; background-color:#CCCCCC;}
#frm_title {color:#457FE7; text-align:center; margin-top:0em; margin-bottom:1em;}
/***********************************************************************************************************************************************************************/

/******************************************************************REGISTRATION FORM***********************************************************************************/
#register form{border:2px solid #999999; background-color:#EFEFEF; padding-left:7px;}
#frm_yellow .title{background-color:#FFFFCC; border:2px solid #CCCCCC; border-bottom:0px; color:#666666; font-weight:bold; font-size:1.125em; padding:7px;}
/**********************************************************************************************************************************************************************/

/****************************************************************** Form Right Side Bar *********************************************************************************/
#frm_side_bar{float:right; border:#CCCCCC 4px double; margin:1em; padding:0.5em; background-color:#FFFFFF; width:30%;}
/*****************************************************************************************************************************************************************/

/****************************************************************** LOGIN FORM ***********************************************************************************/
#login{float:right; color:#6699CC; font-size:0.9em; margin-right:1px; margin-top:-10px; visibility:hidden;}
#login form
{background-color:#ECECEC; border-top:0px; border:2px solid #CCCCCC; padding-top:10px; padding-bottom:0px; padding-right:5px; padding-left:5px;}

/**************************************************************** CALCULATOR FORM with CLUSTER EFFECT *****************************************************************/
#calculator_form{width:705px; height:350px; overflow:hidden; display:none;}


/*************************************************************** PASSWORD STRENGTH **********************************************************************************/
#passwordStrength{height:1em; width:75px; display:block;}
#userpasswordStrength{height:1em; width:75px; display:block;}
.strength0{ background:#F0F1CA}
.strength1{ background:#FFFF99;}
.strength2{ background:#FFCC99;}
.strength3{ background:#FFCC66;}
.strength4{ background:#FFCC00;}
.strength5{ background:#FF6600;}

/**************************************************************** REGISTRATION FORMS *********************************************************************************/
.regFormSlides{overflow:hidden; margin-bottom:150px;}
.hiddenRegForms{display:none;position:absolute;top: 212px; z-index:4;}
