/*
 *	Neas - Show Equipment
 *	
 *	Stylesheet voor pop-ups: popup.css
 *
 */

 
body
{
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	background-image: none;
}


/* ~~~~~~~~~~~~ call me popup ~~~~~~~~~~~~ */

.callmetable
{
	margin-top: 1em;
	border: 1px solid #1a1ab1;
	border-collapse:collapse;
	width: 26em;
	margin-left:auto;
	margin-right:auto;
}

.callmetable td {
	padding: 0.2em;
}

.callmetable .title
{
	/*background-color: #1a1ab1;*/
	background: #1a1ab1 url('images/popup_table_bg.gif') top center repeat-x;
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
}

.callmetable .text
{
	line-height: 110%;
	text-align: center;
}

.callmetable .errortext
{
	text-align: center;
	color: #FF2A55;
	background-color: #FFF7F7;
}

.callmetable .name, .callmetable .phonenumber{
	width: 100em;
	padding-left: 0.5em;
}



/* ~~~~~~~~~~~~ message popup ~~~~~~~~~~~~ */

.messagewrapper
{
	margin-top: 4em;
}

.closepopuplink, .message
{
	text-align: center;
}

