/* @override http://localhost:8888/css/change.css */

div.change_container {
	text-align: center;
	width: 500px;
	display: inline-block;
}

div.change_cancel {
	clear: both;
}

div.change_cancel a {
	color: #bfbfbf;
	text-decoration: none;
	font-size: 10pt;
}

.change_text .title {
	font-size: 31px;
	color: #000;
	line-height: 40px;
}

.change_text .subtitle {
	font-size: 18px;
	line-height: 20px;
}

.change_text {
	margin-bottom: 25px;
	margin-top: 10px;
}

#buttons .row {
	height: 91px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #ccc;
}

#buttons .row .image{
	height: 91px;
	width: 91px;
	float: left;
	margin-right: 20px;
	margin-left: 45px;
}

#buttons .row .text{
	float: left;
	font-size: 14px;
	text-align: left;
	padding-top: 22px;
	width: 275px;
}

#buttons .row .text.two_lines{
	padding-top: 16px;
}

#buttons .row .text a{
	font-size: 18px;
	line-height: 22px;
	color: #4a5cc5;
	text-decoration: none;
}

#buttons .row .text a:hover {
		text-decoration: underline;
}
#leave {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}

#leave a {
	font-size: 13px;
	color: #4a5cc5;
	text-decoration: none;
}

#leave a:hover {
		text-decoration: underline;
}