﻿

#tellFriendForm
{
    width: 600px;
    background-color:White;
    padding: 10px 10px 10px 10px;
}


.modalWindow
{
	position: absolute;
	width:600px;
	height:600px;
	font-size:11px;
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
.modalBackground
{
	/* 	Change opacity of Modal Popup background color here */
	background-color:gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


#modalPage
{
    position: fixed;
    width: 100%;
    height: 100%;
    margin:0px;
    text-align:center;
        top: 80px;

}
.modalBackground2
{
    /*filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;background-color: #999999;*/
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
    width: 100%; height: 100%; 
    position: fixed;
    z-index: 500;
    top: 0px; left: 0px;
    
}
.modalContainer
{
    position: relative;
    width: 600px;
    padding: 10px 10px 10px 10px;
    margin-left:auto;
    margin-right:auto;
    z-index: 750;
    height: 100%;

}
.modalContainer input.button
{
    margin-left: auto;
    margin-right:auto;
    position:relative;
}

/***************************************************

            Tell a Friend popup form


*****************************************************/

.tellFriendForm
{
padding: 10px 10px 10px 10px;
}

.tellFriendForm label 
{
    width: 180px;
    float:left;
    margin-bottom: 5px;
}

.tellFriendForm input
{
    width: 200px;
    float:left;
    margin-bottom: 5px;
}

.tellFriendForm .extraLongRadioButtonLabels {
	margin-left: 30px;
}

.tellFriendForm .extraLongRadioButtonLabels input {
    width:auto;
	position: relative !important;
	margin-left: -30px;
	top: 0px;
	float:left;
    margin-bottom: 5px;
}
.tellFriendForm div#contactsGridWrapper
{
    margin-left: 0px;    
    clear: left;
}
.tellFriendForm div#contactsGridWrapper tr td input {
    width: 50px;
}
.tellFriendForm div.spreadTheWordGridButtons
{
    margin-left:0px;
}

.tellFriendForm div.spreadTheWordLogos
{
    width: auto;
}
.tellFriendForm div.firstRow
{
    top: 84px;
}
.tellFriendForm div.secondRow
{
top: 100px;
}
.tellFriendForm div.buttonWrapper{

margin-left: 0px;

}
.tellFriendForm textarea{
    float:left;
    margin-left: 5px;
}
.tellFriendForm input.manualSendEmail{
    display:inline;
    margin-left:205px;
}
/* IE6 only */
/*\*/
* html .tellFriendForm input.manualSendEmail{margin-left:225px;}
/**/