.fvk_button {
  background-color:#3B5998;
  border-color:#D9DFEA;
  border-style:solid;
  border-width:1px;
  color:#FFFFFF;
  font-family:tahoma;
  font-size:11px;
  padding:2px 15px 3px;
  text-align:center;
}


.fvk_hidden
{
    display:none;
}


.fvk_checkbox
{
    vertical-align:middle;
    font-size:10px;
    font-weight:normal;
}


.fvk_boxdiv
{
    background:white none repeat 0 0;
    border:1px solid silver;
    font-size:9px;
    overflow:hidden;
    padding:0px;
}

.fvk_boxtitle
{
    background:#6D84B4 none repeat 0 0; 
    color:White;
    padding:2px;
    padding-left:5px;
}


.fvk_selectfriendsdiv
{
    background:white none repeat 0 0;
    border:1px solid silver;
    font-size:9px;
    overflow:auto;
}

.fvk_pagetab
{
    padding:2px; 
    border:1px solid #898989;
    height:15px;
    font-size:11px;
    font-weight:bold;
    text-align:center;
    background-color:#f1f1f1;
    white-space: nowrap;
    margin-left:-2px;
}

.fvk_pagetabactive
{
    padding:2px; 
    border:1px solid #3b5998;
    height:15px;
    font-size:11px;
    font-weight:bold;
    text-align:center;
    background-color:#6d84b4;
    white-space: nowrap;
    margin-left:-2px;
}

.fvk_tab_link
{
    font-size:11px;
    text-decoration:none;
    font-family: tahoma;
}


.fvk_dialog_shadow {
    background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7);
    z-index: 10001;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 10px;
    width:550px; 
    height:220px; 
    position:absolute;
}

.fvk_continue_invite_button {
	background-color: #37629A;
    background: -moz-linear-gradient(center bottom , #37629A, #517EC7);
    background: -webkit-gradient(linear, left top, left bottom, from(#37629A), to(#517EC7));
    background: -ms-linear-gradient(bottom, #37629A 50%, #517EC7 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#37629A', endColorstr='#517EC7');
    border: 1px solid #1e5181;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Arial
    font-size: 14px;
    font-weight: normal;
    height: 27px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

.fvk_invite_progress_empty 
{
    background-color: f2f2f2;
    background: -moz-linear-gradient(center bottom , #f2f2f2, #e2e2e2);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e2e2e2));
    background: -ms-linear-gradient(bottom, #f2f2f2 50%, #e2e2e2 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e2e2e2');
    border: 1px solid #1e5181;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width:100%;
    height:20px;
}

.fvk_invite_progress 
{
    background-color: #37629A;
    background: -moz-linear-gradient(center bottom , #37629A, #517EC7);
    background: -webkit-gradient(linear, left top, left bottom, from(#37629A), to(#517EC7));
    background: -ms-linear-gradient(bottom, #37629A 50%, #517EC7 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#37629A', endColorstr='#517EC7');
    border: 1px solid #1e5181;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height:18px;
    margin-left:-1px
}

