body {
	margin: 0;
	font-size: 14px;
	background: #193465 url(i/body-top.jpg) no-repeat center 85px;
	color: #fff;
	cursor: default;
}
body, input, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
}
input, textarea, button {
	font-size: 100%;
}

body.wait,
body.wait * {
	cursor: wait !important;
}

a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 0.5em;
}

small {
	font-size: 75%;
}
big {
	font-size: 150%;
}

p {
	margin: 1em 0;
	padding: 0;
	cursor: text;
}

ul, ol {
	margin: 1em 0;
	padding: 0;
}
li {
	margin: 0.5em 0 0.5em 1.5em;
	padding: 0;
}
li p {
	margin: 0.5em 0;
}

div, form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	cursor: default;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
fieldset legend {
	margin: 0 1em;
	padding: 0 0.2em;
	font-size: 85%;
	font-weight: bold;
}
fieldset .inside {
	padding: 1em;
}

th {
	text-align: left;
}
code,
code textarea {
	font-size: 100%;
	font-family: Consolas, Monaco, "Lucida Console", monospace;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear, .clear-left, .clear-right {
	height: 0px;
	overflow: hidden;
}

.error {
	color: #c00;
}

.prettyLoader {
	background: url(prettyLoader/prettyLoader.png) top left no-repeat;
	height: 30px;
	position: absolute;
	width: 30px;
	z-index: 30000;
}
.prettyLoader img {
	display: block;
	margin: 7px 0 0 7px;
}
.pl_ie6 {
	background-image: url(prettyLoader/prettyLoader.gif);
}

/* the overlayed element */
.overlay.apple {
	display: none;
	background-image: url(i/overlay-white.png);
	width: 640px;
	padding: 35px;
	font-size: 11px;
}
/* default close button positioned on upper right corner */
.overlay.apple .close {
	background-image: url(i/overlay-close.png);
	position: absolute;
	right: 5px;
	top: 5px;
	height: 35px;
	width: 35px;
	cursor: pointer;
}

#stwrapper {
	margin-left: 50px;
}

button, .button {
	padding: 0.2em 0.5em;
	//padding: 0.1em 0;
}
button::-moz-focus-inner, .button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.button.next,
.button.back,
.button.green {
	display: block;
	width: 126px;
	height: 46px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(i/green-button.gif) no-repeat center top;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	cursor: pointer;
}
.button.green:active {
	background-position: center -46px;
}
.button.next {
	text-indent: 0.5em;
}
.button.back {
	text-indent: -0.5em;
}
.button.cancel {
	float: left;
	margin-right: 4px; 
}
.button.save {
	float: right;
	margin-left: 4px;
}

.button.disabled {
	cursor: default;
}

.ui-dialog .ui-dialog-buttonpane button {
	width: 6em;
}

.debug {
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	text-align: left;
	overflow: auto;
}
#debug {
	padding: 1em;
	font-size: 11px;
	background: #ffc;
	color: #000;
}


.layout {
	width: 1009px;
	margin: -15px auto 0;
	padding: 0;
	background: #2f4b79 url(i/layout.gif) repeat-y center;
}
.layout-1 {
	margin: 0;
	padding: 15px 20px;
	background: url(i/layout-top.jpg) no-repeat center top;
	min-height: 755px;
	//height: expression(this.scrollHeight < 755 ? "755px" : "auto");
}

.header {
	height: 85px;
	background: #f5f5f5;
	color: #999;
}
.header-1 {
	width: 1009px;
	margin: 0 auto;
}
.header h1 {
	float: left;
	width: 163px;
	height: 35px;
	margin: 20px;
	margin-left: 35px;
	overflow: hidden;
}
.header h1 a {
	display: block;
	width: 163px;
	height: 35px;
	background: url(i/logo.gif) no-repeat left center;
	text-indent: -999em;
}
.header .description {
	float: left;
	margin: 33px 20px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.header #sharethis {
	float: right;
	margin: 23px 5px 0 0;
}


.menu {
}
.menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f5f5f5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.menu li {
	float: left;
	margin: 0;
	padding: 0;
}
.menu li:first-child,
.menu li:last-child {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.menu li:first-child {
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.menu li:last-child {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.menu li:hover {
	background: #e3eaee;
}
.menu li.selected {
	background: #e3eaee;
}
.menu li.selected a {
	cursor: default;
}
.menu a {
	display: block;
	padding: 8px 17px;
	color: #1a526f;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.steps {
	padding: 25px 15px 5px;
}
.steps h2 {
	position: relative;
	z-index: 1;
	height: 35px;
	margin: 0 auto -3px;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	color: #1f6582;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.steps h2 strong {
	font-weight: normal;
	color: #fff;
	text-shadow: none;
}
.steps ol {
	position: relative;
	width: 550px;
	height: 82px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
	background: no-repeat left top;
}
.steps.step-start ol {
	width: 970px;
	height: 550px;
	margin: 10px 0 0 -20px;
	background: url(i/steps-start.jpg) no-repeat center;
}
.steps.step-start li {
	display: none;
}
.steps.step-10 ol {
	background-image: url(i/step-10.gif);
}
.steps.step-21 ol {
	background-image: url(i/step-21.gif);
}
.steps.step-22 ol {
	background-image: url(i/step-22.gif);
}
.steps.step-30 ol {
	background-image: url(i/step-30.gif);
}
.steps li {
	position: absolute;
	top: 26px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.steps li a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
}
.steps li.step-1 {
	left: 21px;
}
.steps li.step-2 {
	left: 258px;
}
.steps li.step-3 {
	left: 494px;
}

.content {
	padding: 5px 16px;
	min-height: 350px;
}
.page-default .content {
	margin-top: 20px;
	min-height: 350px;
}
.page-home .content {
	position: relative;
	margin-top: -220px;
}
.page-home .button.next {
	width: 252px;
	height: 55px;
	margin: 0 0 55px 347px;
	background: none;
}
.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 1em 0 0;
	padding: 0 0 0.5em;
	color: #8fd5e9;
	text-shadow: rgba(0,0,0,0.6) 0 1px 1px;
}
.content h3 strong {
	font-weight: normal;
	color: #fff;
}
.page-gallery .content h3 {
	margin-left: 40px;
}
.content h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0.5em 0 0.3em;
}

.document-content {
	padding: 1px 2px;
	color: #eee;
	text-shadow: rgba(27,66,76,0.6) 0 1px 0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#1b424c,direction=180,strength=1);
}
.document-content strong {
	color: #fff;
/*	text-shadow: rgba(255,255,255,0.3) 0 0 3px;*/
}
.document-content a {
	color: #fff;
	text-shadow: rgba(27,66,76,0.3) 0 1px 0;
}

.path {
	position: relative;
	min-height: 1.25em;
	margin: 0 0 1em;
	font-size: 16px;
	color: #555;
}
.path a {
	font-size: 14px;
}
.path strong {
	position: relative;
	bottom: -1px;
	color: #333;
}

.footer {
	clear: both;
	margin: 40px 0 0 0;
	padding: 30px 0;
	font-size: 11px;
	color: #97a5bc;
}
.footer a {
	color: #97a5bc;
}
.footer div {
	float: left;
	margin: 0 15px;
}
.footer .supporters {
}

/*----------------------------------------*/


/*
	H O W   I T   W O R K S
*/
#how-it-works h3 {
	padding-bottom: 0;
}

/*
	V I D E O   T O U R
*/
#video-tour {
	float: right;
	width: 320px;
	height: 240px;
	margin: -30px 0 1em 3em;
	background: #26426a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#video-tour-1 {
	padding: 15px 20px;
}
#video-tour h4 {
	margin: 0 0 0.8em;
	background: url(i/video-icon.gif) no-repeat left center;
	padding-left: 30px;
}

/*
	F A Q
*/
#faq-panel,
#quickhelp {
	float: right;
	width: 300px;
	margin-left: 2em;
}
#quickhelp {
	position: relative;
}
#faq-panel h3,
#quickhelp h3 {
	padding-bottom: 0.25em;
}
#faq-panel ul,
#quickhelp ol {
	margin: -0.3em 0 0 0;
	padding: 0;
	//padding-left: 0.5em;
	list-style: disc;
	color: #1a526f;
	font-size: 13px;
	text-shadow: rgba(27,66,76,0.6) 0 1px 0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#1b424c,direction=180,strength=1);
}
#quickhelp ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style: decimal;
}
#faq-panel li,
#quickhelp li {
	margin: 0.67em 0;
}
#quickhelp li {
	color: #eee;
}
#faq-panel p,
#quickhelp p {
	margin: 0.5em 0;
}
#faq-panel strong,
#quickhelp strong {
	color: #fff;
/*	text-shadow: rgba(255,255,255,0.3) 0 0 3px;*/
}
#faq-panel a,
#quickhelp a {
	color: #6cbfd6;
}
#quickhelp .video .link a {
	display: block;
	float: left;
	margin: 0.5em 0 0.5em -5px;
	padding: 10px 0;
	padding-left: 40px;
	background: url(i/play-32x32.gif) no-repeat left center;
}

/*
	S E L E C T   A L B U M  /  G A L L E R Y
*/
#select-album,
#select-gallery {
	margin: 0;
}
.select-menu {
	float: left;
	width: 184px;
	margin: 0;
	padding: 0 0 1em;
	background: url(i/select-album-menu.gif) repeat-y right;
}
.select-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.select-menu ul li {
	margin: 0;
	padding: 0;
}
.select-menu ul a {
	display: block;
	padding: 10px 20px;
	color: #1a526f;
	font-size: 16px;
	outline: none;
	text-decoration: none;
}
.select-menu ul a.selected {
	font-size: 22px;
	background: #fff;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.select-menu ul a img {
	vertical-align: top;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 4px;
}
.select-menu ul a.selected img {
	width: 24px;
	height: 24px;
	margin: 0;
}
.select-menu small {
	display: block;
	padding: 10px 20px 20px;
	font-size: 10px;
}
.select-menu small a {
	color: #445863;
}
.select-content {
	float: left;
	width: 720px;
	min-height: 525px;
	margin-top: -5px;
	background: #fff;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.select-content-1 {
	padding: 20px;
}
.select-content h4,
.select-content a {
	color: #2c637f;
}
.select-content h4 {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: bold;
}
.select-content table td {
	padding: 5px 0;
}
.select-content input.text,
.select-content select {
	width: 85%;
	padding: 5px;
	font-size: 16px;
	background: #f7f5f5;
	color: #1a526f;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
}
.select-content select {
	padding: 3px 2px;
}
.select-content input.text.blur {
	color: #88a3b2;
}

/* Select Album */
#select-album .select-content {
	width: 400px;
	height: 275px;
	min-height: 250px;
}
#select-album .select-content form {
	position: relative;
	height: 205px;
}
#select-album .submit {
	padding-top: 10px;
}

/* Facebook */
#select-album #facebook {
	position: relative;
}
#select-album #facebook-user-info {
	position: absolute;
	right: 1em;
	top: -0.5em;
	font-size: 12px;
}
#select-album #facebook-user-info img {
	float: left;
	height: 33px;
	margin: 0 8px 0 0;
	border: none;
}
#select-album #facebook-user-info a {
	text-decoration: none;
}
#select-album #facebook-user-info a:hover {
	text-decoration: underline;
}
#select-album #facebook-user-info .user-name {
	margin: 1px 0 2px 0;
	font-weight: bold;
	white-space: nowrap;
}
#select-album #facebook-user-info .user-actions {
	font-size: 10px;
}
#select-album #facebook-albums {
	clear: both;
	margin: 2em 0 1em;
}
#select-album #facebook-albums div.label {
	margin: 0.3em 0;
}
#select-album #facebook-albums select {
	width: 100%;
	font-size: 18px;
}

/* Select Gallery */
#select-gallery .select-content {
	clear: left;
	width: 840px;
	height: 525px;
	min-height: 525px;
	margin: 10px 0 0 40px;
}
#select-gallery .sample {
	display: none;
	position: relative;
	margin: 20px 15px 0 20px;
	height: 490px;
	min-height: 490px;
	overflow: hidden;
	text-align: center;
	background: #fff url(i/loader.gif) no-repeat center 40%;
}
#select-gallery .sample .description {
	position: absolute;
	width: 505px;
	left: 0;
	bottom: 0;
	height: 70px;
	margin-right: 300px;
	font-size: 11px;
	line-height: 15px; 
	background: #eee;
	color: #666;
	text-align: left;
}
#select-gallery .sample .description-1 {
	padding: 12px 15px;
}
#select-gallery .submit {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 290px; 
	height: 70px;	
	background: #eee;
}
#select-gallery .submit-1 {
	padding: 12px 15px;
}
#select-gallery .submit .button.back {
	float: left;
	margin-right: 4px;
}
#select-gallery .submit .button.next {
	float: right;
	margin-left: 4px;
}

#select-gallery .scrollable {
	position: relative;
	float: left;
	width: 840px;
	height: 215px;
	overflow: hidden;
	margin: 0 0 0 40px;
	padding: 10px 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#select-gallery .scrollable .items {
	margin: 0 10px;
}
#select-gallery .scrollable .items div {
	float: left;
	margin: 1px 5px;
}
#select-gallery .scrollable .items img {
	vertical-align: middle;
	margin: 5px;
	padding: 3px;
	width: 160px;
	border: 2px solid #fff;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
#select-gallery .scrollable .items a.selected img {
	padding: 3px;
	border: 2px solid #36c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	filter: Alpha(opacity=100);
}

/*
	A D D   A L B U M S
*/
#add-albums {
	float: right;
	margin: 0 1em 1em -9em;
}
#select-gallery #add-albums {
	margin-left: -4em;
	margin-top: 0.5em;
}
#add-albums a {
	display: block;
	background: url(i/add.gif) no-repeat left center;
	padding: 8px 0 8px 38px;
}

#albums-dialog {
	padding: 15px 15px 0 15px;
}
#albums-dialog #albums-source,
#albums-dialog #albums-destination {
	border: 1px solid;
	border-color: #ccc #fff #fff #ccc;
	background: appworkspace;
}
#albums-dialog .items {
	padding: 0;
	margin: 0;
	min-height: 1em;
	height: 360px;
	overflow: auto;
}
#albums-dialog .item {
	clear: both;
	margin: 0;
	padding: 0.5em;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #000;
	cursor: default;
	list-style: none;
}
#albums-dialog .item.selected {
	background: highlight;
	color: highlighttext;
}
#albums-dialog .item.selected input {
	color: highlighttext;
}
#albums-dialog .item-title {
}
#albums-dialog #albums-controls {
	padding: 1em;
	padding-bottom: 4em;
}
#albums-dialog #albums-controls button {
	width: 100%;
	margin: 0.2em 0;
	white-space: nowrap;
}

#albums-dialog #albums-edit table {
	width: 95%;
}
#albums-dialog #albums-edit table tr {
	height: 30px;
}
#albums-dialog #albums-edit table th {
	font-weight: normal;
	white-space: nowrap;
	padding-right: 0.5em;
}
#albums-dialog #albums-edit table td {
	width: 100%;
}
#albums-dialog #albums-edit input {
	width: 80%;
}
#albums-dialog .add-picasa-flickr .item {
	padding: 0.5em 0.7em;
	border-bottom: 1px solid #ddd;
}
#albums-dialog .add-picasa-flickr .item table {
	width: 100%;
}
#albums-dialog .add-picasa-flickr .item th,
#albums-dialog .add-picasa-flickr .item td {
	padding: 0.1em;
	font-size: 12px;
}
#albums-dialog .add-picasa-flickr .item th {
	padding-left: 0;
	font-weight: normal;
}
#albums-dialog .add-picasa-flickr .item td {
	padding-right: 0;
	font-weight: normal;
}
#albums-dialog .add-picasa-flickr .item-title {
	margin: 0.2em 0 0.3em 0;
	text-decoration: underline;
	min-height: 1.3em;
}
#albums-dialog .add-picasa-flickr .item-title span {
	cursor: pointer;
}
#albums-dialog .add-picasa-flickr .item input {
	width: 95%;
	font-size: 12px;
	background: none;
	border: none;
}
#albums-dialog .add-picasa-flickr .item .remove {
	float: right;
}


/*
	G A L L E R Y   S E T T I N G S
*/
#settings-form {
	padding: 15px;
	background: #fff;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#settings-form .submit {
	float: right;
	width: 290px;
	height: 70px;
	background: #eee;
}
#settings-form .submit-1 {
	padding: 12px 15px;
}
#settings-form .submit .button.back {
	float: left;
	margin-right: 4px;
}
#settings-form .submit .button.next {
	float: right;
	margin-left: 4px;
}
#settings-form .description {
	height: 70px;
	margin-right: 300px;
	font-size: 11px;
	line-height: 15px; 
	background: #eee;
}
#settings-form .description-1 {
	padding: 12px 15px;
}

#settings-panel {
	position: relative;
	height: 270px;
	z-index: 0;
}
#settings-panel:hover {
	z-index: 2;
}

#gallery-preview {
	position: relative;
	z-index: 1;
	min-height: 300px;
	max-height: 750px;
	overflow: auto;
	margin: 2em 0 3em;
	text-align: center;
	background: #fff url(i/loader.gif) no-repeat center 30%;
}

#gallery-embed {
	width: 100%;
	font-family: Monaco, Consolas, "Lucida Console", monospace;
}

/*
	GET A CODE
*/
#get-embed {
	width: 580px;
	background: #fff;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#get-embed a {
	color: #416b9b;
}
#get-embed form {
	padding: 25px;
}
#get-embed p,
#finish #password-form p {
	font-size: 12px;
}
#get-embed p {
	margin: 0 0 2em;
}
#finish #password-form p {
	margin: 1em 0 0.67em;
}
#get-embed form table th {
	width: 50px;
	height: 40px;
	padding: 0;
	text-indent: -999em;
}
#get-embed form table .email th {
	background: url(i/mail.jpg) no-repeat center;
}
#get-embed form table td {
	padding: 0;
	padding-left: 15px;
}
#get-embed input.text,
#finish input.text {
	width: 95%;
	padding: 5px;
	font-size: 16px;
	background: #f7f5f5;
	color: #1a526f;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#get-embed .password input {
	width: 60%;
}
#get-embed .password input {
	float: left;
}
#get-embed .password small {
	display: block;
	float: left;
	width: 33%;
	margin: 1px 0 0 5px;
}
#get-embed input.text.blur,
#finish input.text.blur {
	color: #88a3b2;
}
#get-embed .submit,
#finish .submit {
	margin: 1.5em 0 0;
}
#get-embed .submit .button.back,
#finish .submit .button.back {
	float: left;
	margin-right: 10px;
}
#get-embed .submit .button.next {
	background-image: url(i/get-embed-button.gif);
	width: 189px;
	text-indent: -999em;
}

#finish #password-form {
	width: 570px;
	background: #fff;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#finish .password-form-1 {
	padding: 2em;
}
#finish #password-form input.text {
	width: 80%;
}
#finish #password-form a {
	color: #555;
}


#help-content {
	margin: 10px 0 0 -17px;
	min-height: 650px;
	padding: 18px 17px 40px;
	background: #f5f5f5;
	color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#help-content * {
	text-shadow: none;
}
#help-content h4 {
	margin: 1px 0;
	font-size: 15px;
	font-weight: bold;
}
#help-content a {
	color: #000;
}
#help-content strong {
	color: #555;
}
#help-content .accordion {
}
#help-content .ui-accordion .ui-state-active a {
	color: #fff;
}

.page-my .content {
	min-height: 380px;
}
.page-my .select-menu {
}
.page-my .galleries-list .new-gallery {
	margin: 0 0 1em;
}
.page-my .galleries-list .item {
	width: 90%;
	margin: 2em 0;
	padding: 1em;
	background: #f7f7f7;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.page-my .galleries-list .item .preview {
	float: left;
	width: 130px;
	height: 70px;
	margin: 0 1em 0 0; 
	text-align: center;
}
.page-my .galleries-list .item .preview img {
	width: 128px;
}
.page-my .galleries-list .item h4 {
	margin-bottom: 0.5em;
}
.page-my .galleries-list .item .views {
	float: right;
	width: 70px;
	margin: -5px 0 0 0;
	text-align: center;
}
.page-my .galleries-list .item .views .value {
	font-size: 18px;
	color: #000;
}
.page-my .galleries-list .item .info div {
	font-size: 12px;
	margin: 0.2em 0;
}
.page-my .galleries-list .item .tasks {
	clear: both;
	margin: 5px;
}
.page-my .galleries-list .item .tasks div {
	float: left;
	margin: 5px 6px;
	font-size: 12px;
}
.page-my .galleries-list .item .get-embed a,
.page-my .galleries-list .item .customize a {
	font-weight: bold;
}
.page-my .pager {
	margin: 2em 0;
}
.page-my .pager a,
.page-my .pager span {
	display: inline-block;
	min-width: 22px;
	height: 22px;
	padding: 8px 4px 0;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}
.page-my .pager a {
	text-decoration: none;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
.page-my .pager span {
	font-size: 16px;
}
.page-my .pager a.selected {
	font-weight: bold;
	color: #fff;
	background: #2c637f;
	border-color: #2c637f;
	cursor: default;
}

.my-account .select-content h4 {
	font-size: 18px;
}
.my-account .change-password,
.my-account .notifications,
.my-account .delete-account {
	margin: 2em 0;
	width: 67%;
}
.my-account .change-password table td,
.my-account .change-password table th {
	padding: 0.3em 1em 0.3em 0;
}
.my-account .change-password table th {
	width: 40%;
	font-weight: normal;
}
.my-account .change-password .text.password {
	width: 95%;
	font-size: 14px;
}
.my-account .notifications .checkbox {
	margin: 0.15em 0.15em 0 0.1em;
	vertical-align: top;
}
.my-account .notifications .submit,
.my-account .delete-account .submit {
	margin: 0.5em 0 0.3em;
}

.gallery-details .navigation {
	float: right;
	margin: -0.2em 0 0 0;
	cursor: default;
}
.gallery-details .navigation span {
	margin: 0 0 0 0.5em;
	font-size: 18px;
	font-weight: bold;
}
.gallery-details .navigation a {
	font-size: 12px;
}
.gallery-details .preview {
	margin: 1.5em 0 0.5em;
	padding: 10px 0;
	overflow: auto;
	text-align: center;
}
.gallery-details .preview span,
.gallery-details .preview div {
	display: none !important;
}
.gallery-details .customize {
	font-size: 18px;
	margin: 0.67em 0 2em;
	text-align: center;
}
.gallery-details .embed {
	margin: 0.5em 0 2em;
}
.gallery-details .embed textarea {
	width: 99%;
	font-size: 12px;
}
.gallery-details #embed-type {
	margin: 0.5em 0;
	min-height: 5em;
}
.gallery-details #embed-type a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.gallery-details #embed-type a.selected {
	color: #000;
	background-color: #ccc;
	border-bottom: none;
	cursor: default;
}
.gallery-details #embed-disable-flash {
	margin: 1em 0;
}
.gallery-details #embed-disable-flash label {
	cursor: pointer;
}
.gallery-details #embed-disable-flash label * {
	vertical-align: top;
}
.gallery-details #embed-disable-flash input {
	margin: 2px 1px 0 0;
}
.gallery-details .embed .copy {
	margin: 0.3em 0;
	text-align: right;
}
.gallery-details #gallery-title-edit {
	position: absolute;
	margin: -0.1em 0 0 0.3em;
}
.gallery-details #gallery-title-edit input {
	vertical-align: middle;
	margin: 0;
}
.gallery-details #gallery-title-edit button {
	margin: 0 -1px;
	min-width: 60px;
	height: 24px;
	font-size: 12px;
	vertical-align: middle;
}
.gallery-details #gallery-title-save {
	font-weight: bold;
}

#login .error,
#resend-password .error {
	color: #fff;
}
#login-form table th,
#resend-password-form table th {
	padding: 0.3em;
	padding-left: 0;
	font-weight: normal;
}
#login-form table td,
#resend-password-form table td {
	padding: 0.3em;
}
#login-form input.text,
#resend-password-form input.text {
	vertical-align: middle;
	padding: 5px;
	font-size: 14px;
	background: #f7f5f5;
	color: #000;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
#login-form .submit .button,
#resend-password-form .submit .button {
	font-size: 16px;
}

.valid-input {
	vertical-align: middle;
}
.valid-input img {
	width: 16px;
	height: 16px;
}

#embed-copy-button {
	width: 140px;
	height: 25px;
	color: #000;
	background: url(i/button-140x25.gif) no-repeat center 0;
	border: none;
}
#embed-copy-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
#embed-copy-button.hover {
	background-position: center -25px;
}
#embed-copy-button.active {
	background-position: center -50px;
}


#feedback-form td, th {
	padding: 0.5em;
}
#feedback-form th {
	width: 8em;
	font-weight: normal;
}
#feedback-form div.h {
	margin: 0.3em 0;
}
#feedback-form input,
#feedback-form select,
#feedback-form textarea {
}
#feedback-form input.text {
	width: 25em;
}
#feedback-form textarea {
	width: 34em;
	//width: 33em;
}
#feedback-form .name {
	display: none;
}
#feedback-form .submit .button {
	font-size: 150%;
}

.required-state {
	vertical-align: top;
	margin: 5px 10px;
	width: 47px;
	height: 13px;
	background: url(i/required.gif) no-repeat left top;
}
.required-state.ok {
	background-position: left -13px;
}
.required-state.invalid {
	background-position: left -26px;
}
