/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */


#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	text-align:left;
	
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#CallBack .element_label
{
    font-family:Tahoma;
    font-size:12px;
    color:#000000;
}
#CallBack .error_strings
{
    font-family:Verdana;
    font-size:10px;
    color:#ff0000;
    border-style:solid;
    border-width:0px;
    border-color:#000000;
}
#CallBack .sfm_float_error_box
{
    position:absolute;
    z-index:999;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#ff0000;
    background-color:#c0c0c0;
    border-style:solid;
    border-width:1px;
    border-color:#7f7f7f;
}
#CallBack .sfm_float_box_td
{
    padding:3px;
    cursor:default;
    font-family:Verdana;
    font-size:10px;
    color:#ff0000;
    background-color:#c0c0c0;
}
#CallBack .sfm_close_box
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
    background-color:#ff0000;
    border-width:0px;
    text-align:center;
}
#CallBack .sfm_textbox
{
    padding:2px;
}
#CallBack .sfm_textarea
{
    padding:2px;
}
#CallBack .sfm_form_label
{
    font-family:Tahoma;
    font-size:12px;
    color:#000000;
}
#CallBack .sfm_image_in_form
{
    border:0;
}
#CallBack .sfm_captcha
{
    border:0;
}
#CallBack .sfm_datepicker_icon
{
    border:0;
}

#CallBack #Image_container
{
    position:absolute;
    left:0px;
    top:0px;
    width:500px;
    height:116px;
    z-index:7;
}
#CallBack #heading_container
{
    position:absolute;
    left:53px;
    top:144px;
    width:278px;
    height:30px;
    z-index:9;
}
#CallBack #heading
{
    position:absolute;
    left:0px;
    top:-2px;
    width:162px;
    height:31px;
    text-align:left;
    font-family:Arial Black;
    font-size:20px;
    font-weight:bold;
    color:#000000;
}
#CallBack #Name_container
{
    position:absolute;
    left:172px;
    top:196px;
    z-index:2;
}
#CallBack #Name
{
    float:left;
    width:238px;
    height:16px;
    z-index:2;
}
#CallBack #label_container
{
    position:absolute;
    left:97px;
    top:199px;
    width:60px;
    height:20px;
    z-index:1;
}
#CallBack #label
{
    position:absolute;
    left:15px;
    top:0px;
    width:45px;
    height:20px;
    text-align:right;
}
#CallBack #company_container
{
    position:absolute;
    left:172px;
    top:229px;
    z-index:3;
}
#CallBack #company
{
    float:left;
    width:238px;
    height:16px;
    z-index:3;
}
#CallBack #label1_container
{
    position:absolute;
    left:60px;
    top:236px;
    width:97px;
    height:20px;
    z-index:4;
}
#CallBack #label1
{
    position:absolute;
    left:-2px;
    top:0px;
    width:99px;
    height:20px;
    text-align:right;
}
#CallBack #Phone_container
{
    position:absolute;
    left:172px;
    top:263px;
    z-index:6;
}
#CallBack #Phone
{
    float:left;
    width:238px;
    height:16px;
    z-index:6;
}
#CallBack #label2_container
{
    position:absolute;
    left:97px;
    top:269px;
    width:60px;
    height:20px;
    z-index:5;
}
#CallBack #label2
{
    position:absolute;
    left:15px;
    top:0px;
    width:45px;
    height:20px;
    text-align:right;
}
#CallBack #Submit_container
{
    position:absolute;
    left:172px;
    top:302px;
    width:80px;
    height:25px;
    z-index:8;
}
#CallBack #CallBack_Submit_img
{
    width:84px;
    height:29px;
    border:none;
}

