#addEvent {
	background-color: #ffffff;
	position: fixed;
	top: 250px;
	left: 9%;
	border: 2px solid grey;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	height: 50px;
	width: 50px;
	font-size: 272%;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
#addEventWindow {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.3);
}
#addEventWindowContent {
	position: fixed;
	margin: 0 auto;
	width: 500px;
	left: 0;
	right: 0;
	top: 300px;
	border: 2px solid grey;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background: white;
	padding: 5px;
}
#addEventWindow #selectDayField, #addEventWindow #selectMonthField, #addEventWindow #selectYearField, #addEventWindow #addEventNameField {
	border-radius: 5px;
}
#addEventWindow #eventDateText {
	font-style: italic;
	font-size: 80%;
}
#addEventWindow .relatedEvent {
	width: 95%;
	float: right;
	font-size: 90%;
}
#addEventWindow #relatedEventsContinue {
	text-align: center;
	margin: 30px 0px 10px 0px;
}
#addEventWindow #addEventNameField {
	width: 100%;
}
#addEventWindow #addEventType {
	text-align: center;
	margin: 10px;
}
#addEventWindow .countriesDropBox {
	width: 105px;
	float: left;
	border-radius: 5px;
	margin: 0 5px;
}
#addEventWindow #addCountry {
	display: inline-block;
	border: 2px solid grey;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	height: 15px;
	width: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	margin: 0 5px;
	cursor: pointer;
}
#addEventWindow #closeButton {
	position: absolute;
	right: 0px;
	top: 0px;
}
#addEventWindow #addEventOkButton {
	float: right;
	margin: 5px;
}
