/*
File: jPrompt.css
Autor: Muslum TORUN
Contact: by_muslum@hotmail.com
Comment: Style file of the jquery.jPrompt.js v.2.0.1 plugin
*/
#jp_win {
	display: none;
}
#jp_winBuffer {
	position: absolute;
	z-index: 1000;
	display: "";
	top:0;
	left:0;
}
#jp_winBuffer table {
	position: relative;
}
#jp_winBuffer table h2 {
	font-size: 16px;
	font-weight: bold;
	color: #33CCCC;
	padding: 0px;
	margin: 10px;
	font-family: "Trebuchet MS", Arial;
}
#jp_winBuffer table p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
	color: #333333;
	font-family: "Trebuchet MS", Arial;
}

#jp_winMask {
	background-color: #000;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	opacity: 0.4;
	filter: Alpha(Opacity=40);
	display: none;
}

