@CHARSET "UTF-8";

#signup,
#signin,
#activate,
#profile,
#edit,
.context {
	border: solid 1px #aaccff;
	background: #ebf4fb;
	width: 858px;
	padding: 0 !important;
}

.form-photo {
	float: left;
	width: 170px;
}


.form {
	margin: 0 auto;
	width: 620px;
	padding: 14px;
}

.form h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.form p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 8px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 4px;
}

.form fieldset ul,.form fieldset li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.form fieldset li {
	clear: both;
	list-style: none;
	padding-bottom: 10px;
}

.list {
	border-top: 1px dashed #dddddd;
	width: 620px;
	margin: 14px auto;
}

.form fieldset select {
	float: left;
	font-size: 12px;
	width: 80px;
	margin: 0 0 16px 10px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
}

.contacts{
	float: right !important;
	width: 160px !important;
}

.form fieldset input,
.form fieldset textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 280px;
	margin: 0 0 16px 10px;
}

.form fieldset label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 220px;
	float: left;
}

.form fieldset button {
	clear: both;
	width: 124px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #222222;
	font-size: 12px;
	font-weight: bold;
}

.form fieldset button span {
	position: relative;
	margin-left: 4px;
	top: -2px;
}

.form fieldset button img {
	border: none;
	height: 16px;
	width: 16px;
}

.form .input-readonly {
	float: left;
	color: #555555;
	font-size: 13px;
	padding: 0 2px;
	border: none;
	width: 280px;
	margin: 0 0 16px 10px;
}

.form .submit {
	margin-left: 230px;
}

.form img {
	margin-left: 10px;
}

.form .captcha {
	width: 80px;
}

.footnote {
	border: none;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

.radio {
	width: auto !important;
}

.form fieldset h2 {
	border-bottom: 2px dotted #dddddd;
	margin-bottom: 16px;
}

a.edit-link{
	background: transparent url(../images/icon_edit_link.gif) no-repeat right center;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 16px 0;
	padding-right: 20px;
	text-decoration: none;
}

a.edit-link:hover{
	color: #222222;
	text-decoration: underline;
}

a.new-link {
	background: transparent url(../images/icon_add.gif) no-repeat left center;
	color: #666666;
	font-weight: bold;
	line-height: 24px;
	margin: 16px 0;
	padding: 4px 0 4px 26px;
	text-decoration: none;
}

div.add {
	text-align: right;
}

a.new-link:hover{
	color: #222222;
	text-decoration: underline;
}

#search {
	background: #efefef;
	width: 100%;
	margin: 4px 0;
	text-align: right;
}

#search label {
	color: #444444;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 2px 4px 18px;
	margin: 0;
}

#search input {
	color: #666666;
	font-size: 12px;
	border: solid 1px #aacfe4;
	padding: 4px 2px;
	margin: 0;
}

#search select {
	color: #666666;
	font-size: 12px;
	border: solid 1px #aacfe4;
	padding: 3px 2px;
	margin: 0;
}

#search input.search-button {
	color: #666666;
	font-size: 12px;
	border:none;
	padding: 0 2px;
	margin: 0;
}