﻿.ModalPopupBackground
{
	background-color: Black;
	filter: alpha (opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.ModalPopup
{
	width: 334px;
	height: 150px;
	border: solid 1px white;
	background-image: url('/Images/PopUp/bgContentPopup.gif');
	background-repeat: repeat;
}

.ModalPopup .ModalPopupContent
{
	padding: 0px 10px 10px 10px;
	color: #555555;
}

.ModalPopup h1
{
    Font-Family: Trebuchet MS, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('/Images/PopUp/bgHeaderPopup.gif');
	background-repeat:repeat;
	width: 334px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.ModalPopup p
{
	display: block;
	padding: 15px 10px 15p 10px;
	text-align: center;
}

.ModalPopup p span
{
	color: Blue;
}

.ModalPopupPicture
{
	background-color:#FBF9ED;
	padding:10px 10px 10px 10px;
	width: auto;
	text-align: center;
}
.ModalPopupPicture .Controls input
{
	width: 95px;
	background-image: url('/Images/PopUp/bgButton.gif');
	background-repeat:repeat;
	height: 26px;
	border: solid 1px #A5958D;
	font-Family: Trebuchet MS, Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.ModalPopup .Controls
{
	margin: 10px 0px 10px 0px;	
	text-align: center;
}

.ModalPopup .Controls input
{
	width: 95px;
	background-image: url('/Images/PopUp/bgButton.gif');
	background-repeat:repeat;
	height: 26px;
	border: solid 1px #A5958D;
	font-Family: Trebuchet MS, Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.ModalPopup textarea
{
	width: 270px;
	height: 100px;
}


/* E-kortin esikatselu */
.ModalPopupPreview
{
	padding:0px 0px 10px 0px;
	width: 590px;
	text-align: center;
	background-image: url('/Images/PopUp/bgContentPopup590.gif');
	background-repeat: repeat;
}
.ModalPopupPreview h1
{
    Font-Family: Trebuchet MS, Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('/Images/PopUp/bgHeaderPopup.gif');
	background-repeat:repeat;
	width: 590px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.ModalPopupPreview .CardPreview
{
    padding: 10px 10px 10px 10px;
    text-align: left;
}
.ModalPopupPreview .CardPreview .Title
{
    font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 16px;
	color: #9d887f;
	font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
.ModalPopupPreview .CardPreview .CardPreviewPicture
{
    max-width: 300px;
    float: right;
}
.ModalPopupPreview .Controls input
{
	width: 95px;
	background-image: url('/Images/PopUp/bgButton.gif');
	background-repeat:repeat;
	height: 26px;
	border: solid 1px #A5958D;
	font-Family: Trebuchet MS, Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}