body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 0 15px;
	}
	
a {
	color: #0051C4;
	text-decoration: underline;
	cursor: pointer;
	}
	
a img {
	border: 0;
	}
	
h1 {
	font-size: 30px;
	margin: 5px 0 15px;
	}
	
h2 {
	font-size: 22px;
	margin: 18px 0;
	}
	
label {
	display: block;
	margin-bottom: 3px;
	}
	
input.text, input.password, textarea, select {
	background: #fff url(/images/fieldbg.gif) repeat-x scroll center top;
	border-color: #7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	font-size: 14px;
	}
	
input.submit, input.button {
	color: #fff;
	background: #DB8F66;
	border: 1px solid;
	border-color: #DDAEA8 #B7857F #B7857F #DDAEA8;
	padding: 3px 10px;
	text-align: center;
	font-size: 18px;
	}
	
.field {
	margin: 20px 0;
	}
	
.alert {
	background: #fcfac4 url(/images/alert.gif) no-repeat scroll 8px 11px;
	border: 1px solid #f2d675;
	margin-top: 15px;
	padding: 10px 10px 10px 32px;
	position: relative;
	}
	
#back {
	text-align: left;
	margin: 4px 0 0 8px;
	}
	
#back a {
	color: #666;
	}

#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	}
	
#group {
	border: 3px solid #8BCB6F;
	background: #DFF8D3;
	padding: 10px 25px;
	}
	
#type-field {
	float: right;
	}
	
#type {
	width: 190px;
	padding: 5px 3px;
	}
	
#title {
	font-size: 18px;
	width: 320px;
	}
	
#description {
	width: 400px;
	height: 50px;
	}
	
#alias {
	width: 200px;
	}
	
#alias-field p {
	font-size: 12px;
	margin: 3px 0 0;
	}
	
#alias-field span {
	margin-left: 10px;
	font-size: 14px;
	color: #466341;
	}
	
#template-chooser {
	width: 610px;
	}
	
#template-chooser .alert {
	margin-right: 10px;
	margin-bottom: 15px;
	}
	
#template-chooser .template {
	float: left;
	margin: 0 11px 11px 0;
	position: relative;
	}
	
.template label {
	cursor: pointer;
	}
	
.template .thumb {
	display: block;
	width: 105px;
	height: 105px;
	margin: 2px;
	border: 1px solid #ccc;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	z-index: 10;
	}
	
.template input {
	margin: 5px;
	}
	
.selected-template {
	background-color: #DB7F66;
	}
	
.selected-template .thumb {
	border-color: #DB7F66;
	}
	
#template-message {
	clear: both;
	float: left;
	width: 100%;
	font-size: 12px;
	position: relative;
	}
	
#almost-done {
	text-align: right;
	padding-top: 10px;
	}
	
.dialog {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/75p_white_1by1.png');
	padding-top: 90px;
	}
	
.dialog[class] {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false);
	background: url(/images/75p_white.png);
	}
	
#account {
	width: 500px;
	margin: 20px auto 0;
	text-align: left;
	border-bottom: 1px solid #B6AAA9;
	border-right: 1px solid #B6AAA9;
	}
	
#account-inner {
	border: 3px solid #E6BAB5;
	background: #F9E8E1;
	padding: 5px 20px;
	}
	
.account-mode {
	float: right;
	color: #666;
	font-size: 12px;
	padding-top: 5px;
	}
	
#account h2 {
	margin-bottom: 15px;
	position: relative;
	}
	
#account .left {
	float: left;
	margin-bottom: 20px;
	}
	
#account .right {
	float: right;
	}
	
#account .field input {
	width: 200px;
	}
	
#account .controls {
	text-align: left;
	height: 40px;
	line-height: 40px;
	}
	
#account input.submit {
	float: right;
	}
	
#account .controls a {
	color: #666;
	}
	
