/* 
    Document   : popup.css
    Created on : Feb 16, 2009, 4:50:57 PM
    Author     : lucjan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#popup {
	margin-top:100px;
	background-color: #FFF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000;
	-moz-box-shadow: 0 0 64px #000;
	box-shadow: 0 0 64px #000;
}

.sendfriend_form_line {
float:left;
width:315px;
padding-bottom:10px;
}

.sendfriend_form_label {
float:left;
width:75px;
text-align:right;
padding-right:5px;
}

.sendfriend_form_input {
float:left;
width:235px;
}

.lang_popup_text {
    float:left;
    font-weight:bold;
    font-size:16px;
    width:250px;
}



