/*
	Modal CSS
*/
body, h1, h2, h3, h4, h5, h6, ul, li, ol, table, tr, th, td, form, p, a, img {
	border:					0;
	margin:					0;
	padding:				0;
}

body {
}

/*
	Vacancies
*/
body {
	background-color:		#fff;
	display:				block;
	padding:				10px;
}

body .modal_close {
	float:					right;
	
	background-image:		url(close.gif);
	background-repeat:		no-repeat;
	background-position:	50% 50%;
	
	width:					80px;
	height:					20px;
	
	text-indent:			-1000px;
	overflow:				hidden;
}

h1,
h2,
h3,
p,
table,
ul {
	margin-bottom:			10px;
}

/*
	Fonts
*/
body {
	font-family:			'Arial', sans-serif;
	color:					#8e4891;
}

body p {
	margin-bottom:			10px;
	font-size:				10pt;
}