/*
 * IE7 and above styles
 */
 
body.page-popup #container {
	min-width: 940px;
}

body.page-popup #header-inner #popup-close-link {
	margin-right: 7px;
	border: 1px solid blue;
}

body.page-popup #header-inner > strong {
	margin-left: 10px;
}

body.ie7 #PasswordChangeForm .block-column
{
	float: left;
	width: 190px;
}
body.ie7 #PasswordChangeForm .block-content-col
{
	width: 185px !important;
	margin-left: 5px;
	float: left;
	clear: right;
}
body.ie7 #PasswordChangeForm input[type=password]
{
	width: 225px;
	display: inline-block !important;
}
body.ie7 #newpasswordstate,
body.ie7 #newpasswordconfirmstate
{
	left: 175px;
}
body.ie7 #timePlannerDocumentsCalendarItemDetail .block-column {
	width: 220px !important;
	float: left !important;
}
body.ie7 #timePlannerDocumentsCalendarItemDetail .block-content-col {
	float: left !important;
	margin-left: 240px !important;
}
