/*
 * CSS for flopups
 *  
 */

#flopup_back			{ filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; width:100%; height:100%; position:absolute; left:0px; top:0px; background-color:#000000; cursor:pointer; z-index:100; } 
.flopup					{ position:absolute; left:0; top:0; text-align:left; z-index:101; }
.flopup_subscribe		{ position:absolute; left:0; top:0; text-align:left; z-index:101; }
.flopup_box				{ position:relative; background-color:#455964; border:1px solid #77858f; }
.flopup_arrow_up		{ background:url(/images/flopup_arrow_up.png) bottom no-repeat; height:8px; }
.flopup_arrow_down		{ background:url(/images/flopup_arrow_down.png) bottom no-repeat; height:8px; }
.flopup_title			{ background-color:#213c58; padding:7px 20px 5px 20px; font-size:16px; font-weight:bold; color:#8ec2e3; }
.flopup_content			{ padding:20px; }
a.flopup_close			{ position:absolute; top:7px; right:7px; background:url(/images/flopup_close.png) no-repeat; height:18px; width:18px; cursor:pointer; }
a.flopup_close:hover	{ background:url(/images/flopup_close_over.png) no-repeat; }

/* search account sign-in flopup */
#flopup_account_content .signin_input	{ border:1px solid #c9cbb8; color:#919480; font-size:14px; margin:0px; }
#flopup_account_content .typo			{ border:1px solid red; color:red; font-size:14px; margin:0px; }

/* sign-in flopup */
#flopup_signin_content .signin_input	{ width:138px; height:16px; border:1px solid #3f6480; background:url(/images/flopups/signin/input_back.png); color:#4679ba; padding:4px 0px 0px 4px; font-size:11px; }
#flopup_signin_content .typo			{ width:138px; height:16px; border:1px solid #d98232; background:url(/images/flopups/signin/input_back.png); color:#d98232; padding:4px 0px 0px 4px; font-size:11px; }
