﻿/* General */
html,body 
{
  background: #E1E1E1;
	color: #FFFFFF; 
	font-size: 11px;
	font-family: "lucida grande",verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	height: 100%;
}

a, a:visited
{
  color: #005E00; 
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

h3
{
  margin-bottom: 5px;
}

/* Master */
.wrapper
{
  background: #E1E1E1;
  color: #000000;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
}

/* Header */
.header-top
{
  width: 1094px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 2px;
  font-weight: bold;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}

.header-top a, .header-top a:visited
{
  color: LightGray;
}

.header-top-right
{
  float: right;
}

.header-top-left
{
}

.header-title
{
  width: 1098px;
  height: 75px; 
  padding: 0;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}

.header-title-right
{
  float: right;
}

.header-title-right img
{
  border: none;
}

.header-title-left
{
  background-color: #005E00; 
  color: #FFFFFF;
  font-family: HELVETICA;
  font-size: 40px;
  font-weight: bolder;
  text-align: center; 
  padding: 0px 0 0px 0;
}

.header-title-left a, .header-title-left a:visited, .header-title-left a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

.header-title-left img
{
  border: none;
  vertical-align: middle;
}

.header-bottom
{
  width: 1094px;
  background-color: LightGray;
  color: #000000;
  font-weight: normal;
  padding: 2px;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}

.header-bottom-right
{
  float: right;
}

.header-bottom-left
{
  font-weight: bold;
}

/* Content */
.content
{
  width: 1098px;
  padding: 0px;
  background: url(/images/pixel_black.png);
  background-position: 797px 0;
  background-repeat: repeat-y;
  background-color: #FFFFFF;
  border: solid 1px #000000;
}

.content-right
{
  float: right;
  width: 300px;
  padding: 0;
}

.content-left
{
  width: 798px;
  padding: 0;
}

.content-bottom
{
  clear: both;
}

/* Footer */
.footer
{
  background-color: #005E00;
  font-weight: bold;
  color: #FFFFFF;
  width: 1098px;
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  text-align: center;
}

.footer a, .footer a:visited
{
  color: LightGray;
}

/* Sidebar */
.bottom-margin
{
  width: 100%;
  background: #E1E1E1;
  height: 10px;
}

.sidebar-bottom
{
  clear: both; 
  margin-bottom: 5px;
}

/* ActionBar */
.actionbar
{
  width: 300px;
  margin: 10px 0 0 0;
}

.actionbar ul
{
  margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal; 
}

.actionbar li
{
  float: left;
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.actionbar li img
{
  width: 32px;
  height: 32px;
  margin: 5px;
  border: none;
}

.section-title
{
  background-color: #005E00;
  color: #FFFFFF;
  font-size: 15px;
  padding: 3px;
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
}

/* SearchBox */
.searchbox
{
  width: 300px;
  color: #005E00;
  font-style: italic;
  padding: 2px;
}

.searchbox-wrapper
{
  width: 100%; 
  text-align: center; 
  margin: 0;
}

.searchbox-popular-locations
{
  width: 100%; 
  margin: 10px 0 10px 0;
}

input.button 
{
  border: solid 1px #005E00;
	font: bold 12px Arial, Sans-serif; 
	padding: 2px 3px; 
	border-width: 2px;
	cursor:pointer;
}
input.button:hover 
{
	font: bold 12px Arial, Sans-serif; 
	padding: 2px 3px; 
	border: solid 2px #203360;
	color: #203360;
	cursor:pointer;
}

.searchbutton
{
  margin-left: 5px;
  width: 125px;
}

/* WelcomeBox */
.welcomebox
{
  text-align: center;
}

.welcomebox h1
{
  margin-bottom: 2px;
}

/* Horizontal Advertisement */
.horizontalad
{
  margin: 10px 0;
  width: 800px; 
  text-align: center; 
}

/* What's New */
.whatsnew ul
{
  list-style-type: none;
  padding-left: 5px; 
  padding-right: 10px;
}

/* New Masajid */
.newmasajid ul
{
  list-style-type: none; 
  padding-left: 5px; 
  padding-right: 10px;
}

.newmasajid ul li
{
  margin: 0 0 10px 0;
}

.newmasajid ul li h3
{
  margin: 0;
}

.newmasajid div
{
  float: right; 
  font-style: italic;
}

/* Updated Masajid */
.updatedmasajid ul
{
  list-style-type: none; 
  padding-left: 5px; 
  padding-right: 10px;
}

.updatedmasajid ul li
{
  margin: 0 0 10px 0;
}

.updatedmasajid ul li h3
{
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}

.updatedmasajid ul li small
{
  font-style: italic;
}

.updatedmasajid div
{
  float: right; 
  font-style: italic;
}

/* Default */
.default-column-wrapper
{
  width: 800px;
}

.default-right-column
{
  float: right; 
  width: 380px; 
  margin: 0 10px;
}

.default-left-column
{
  width: 380px; 
  margin-left: 10px;
}

/* Signup */
.signup
{
  width: 770px;
  padding: 0 15px;
  text-align: center;
}

.signup-instructions
{
  padding-left: 10px;
}

.signup-instructions-wrapper
{
  text-align: left;
}

.signup-form-wrapper
{
  width: 350px;
  text-align: left;
  margin: 0 auto;
}

.signup-form
{
  padding-left: 10px;
}

.signup-form label
{
  margin-top: 10px;
  display: block;
  font-weight: bold;
}

.signup-form input
{
  margin-top: 5px;
  margin-left: 10px;
  color: #005E00;
}

.signup-email
{
  width: 290px;
}

.signup-password
{
  width: 200px;
}

.signup-displayname
{
  width: 200px;
}

.signup-create
{
  width: 100%;
  padding-left: 10px;
}

.signup-create input
{
  color: #005E00;
  margin-top: 10px;
  border: solid 1px #005E00;
}

.signup-button-wrapper
{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.validation-summary
{
  margin-top: 10px;
  font-weight: bold;
  width: 350px;
  text-align: left;
  margin: 10px auto 0 auto;
}

.prayer-month-table-edit-range .validation-summary
{
  font-size: 12px;
  font-weight: normal;
  width: 350px;
  text-align: left;
  margin: 10px auto 0 auto;
}

.inactive
{
  color: Gray;
}

.required
{
  color: #FF0000;
  font-style: italic;
  font-weight: normal;
}

/* Log In */
.login
{
  width: 770px;
  padding: 0 15px;
  text-align: center;
}

.login-instructions
{
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.login-form
{
  width: 350px;
  margin: 0 auto;
  text-align: left;
}

.login-credentials
{
  margin-top: 10px;
  margin-left: 10px;
}

.login-credentials label
{
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.login-credentials input
{
  margin-top: 5px;
  margin-left: 10px;
  color: #005E00;
}

.login-email
{
  width: 300px;
}

.login-password
{
  width: 200px;
}

.login-options
{
  margin-top: 10px;
  margin-left: 20px; 
}

.login-options input
{
  vertical-align: middle;
}

.login-options label
{
  vertical-align: middle;
}

.login-button-wrapper
{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.login-button-wrapper input
{
  color: #005E00;
  margin-top: 10px;
  border: solid 1px #005E00;
}

/* Reset Password */
.resetpassword
{
  width: 770px;
  padding: 0 15px;
  text-align: center;
}

.resetpassword-instructions
{
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.resetpassword-form
{
  width: 350px;
  margin: 0 auto;
  text-align: left;
}

.resetpassword-credentials
{
  margin-top: 10px;
  margin-left: 10px;
}

.resetpassword-credentials label
{
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.resetpassword-credentials input
{
  margin-top: 5px;
  margin-left: 10px;
  color: #005E00;
}

.resetpassword-email
{
  width: 300px;
}

.resetpassword-password
{
  width: 200px;
}

.resetpassword-options
{
  margin-top: 10px;
  margin-left: 20px; 
}

.resetpassword-options input
{
  vertical-align: middle;
}

.resetpassword-options label
{
  vertical-align: middle;
}

.resetpassword-button-wrapper
{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.resetpassword-button-wrapper input
{
  color: #005E00;
  margin-top: 10px;
  border: solid 1px #005E00;
}

/* Add Masjid */
.addmasjid
{
  width: 770px;
  padding: 0 15px;
  text-align: center;
}

.addmasjid-instructions-wrapper
{
  text-align: left;
  margin-bottom: 10px;
}

.addmasjid-instructions
{
  padding-left: 10px;
}

.addmasjid-form
{
  width: 450px;
  text-align: left;
  margin: 0 auto;
  padding-left: 10px;
}

.addmasjid-form label
{
  margin-top: 10px;
  margin-left: 10px;
  display: block;
  font-weight: bold;
}

.addmasjid-form input, .addmasjid-form select
{
  margin-top: 5px;
  margin-left: 20px;
  color: #005E00;
}

.addmasjid-name
{
  width: 300px;
}

.addmasjid-street1
{
  width: 300px;
}

.addmasjid-street2
{
  width: 300px;
}

.addmasjid-zip
{
  width: 150px;
}

.addmasjid-phone
{
  width: 250px;
}

.addmasjid-email
{
  width: 300px;
}

.addmasjid-website
{
  width: 400px;
}

.addmasjid-asr
{
  width: 200px;
}

.addmasjid-maghrib
{
  width: 200px;
}

.addmasjid-fajrisha
{
  width: 200px;
}

.addmasjid-administration input
{
  vertical-align: middle; 
  margin: 0 0 0 20px;
}

.addmasjid-administration label
{
  vertical-align: middle; 
  display: inline;
  font-weight: normal;
  margin: 0;
}

.addmasjid-create
{
  width: 100%;
  padding-left: 10px;
}

.addmasjid-create input
{
  color: #005E00;
  margin-top: 10px;
  border: solid 1px #005E00;
}

.addmasjid-submit-button-wrapper
{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

/* Edit Masjid */
.editmasjid
{
  width: 770px;
  padding: 0 15px;
  text-align: center;
}

.editmasjid-instructions-wrapper
{
  text-align: left;
  margin-bottom: 10px;
}

.editmasjid-instructions
{
  padding-left: 10px;
}

.editmasjid-form
{
  width: 450px;
  text-align: left;
  margin: 0 auto;
  padding-left: 10px;
}

.editmasjid-form label
{
  margin-top: 10px;
  margin-left: 10px;
  display: block;
  font-weight: bold;
}

.editmasjid-form input, .editmasjid-form select
{
  margin-top: 5px;
  margin-left: 20px;
  color: #005E00;
}

.editmasjid-name
{
  width: 300px;
}

.editmasjid-street1
{
  width: 300px;
}

.editmasjid-street2
{
  width: 300px;
}

.editmasjid-zip
{
  width: 150px;
}

.editmasjid-phone
{
  width: 250px;
}

.editmasjid-email
{
  width: 300px;
}

.editmasjid-website
{
  width: 400px;
}

.editmasjid-asr
{
  width: 200px;
}

.editmasjid-maghrib
{
  width: 200px;
}

.editmasjid-fajrisha
{
  width: 200px;
}

.editmasjid-administration input
{
  vertical-align: middle; 
  margin: 0 0 0 20px;
}

.editmasjid-administration label
{
  vertical-align: middle; 
  display: inline;
  font-weight: normal;
  margin: 0;
}

.editmasjid-create
{
  width: 100%;
  padding-left: 10px;
}

.editmasjid-create input
{
  color: #005E00;
  margin-top: 10px;
  border: solid 1px #005E00;
}

.editmasjid-submit-button-wrapper
{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

/* Embed */
.embed
{
  width: 770px;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 10px;
}

.embed-instructions-wrapper
{
  text-align: left;
  margin-bottom: 10px;
}

.embed-instructions
{
  padding-left: 10px;
}

.embed-form-wrapper
{
}

.embed-form
{
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding-left: 10px;
}

.embed-form label
{
  margin-top: 10px;
  margin-left: 10px;
  font-weight: bold;
}

.embed-form input, .embed-form select, .embed-form textarea
{
  margin-top: 5px;
  margin-left: 20px;
  color: #005E00;
}

.embed-content
{
  width: 100%; 
  margin-top: 10px;
}

.embed-postal-div
{
  float: right; 
  width: 300px;
}

.embed-postal
{
  width: 150px;
}

.embed-masjid-div
{
  width: 250px;
}

.embed-masjid
{
  width: 400px;
}

.embed-colors
{
  width: 100%;
  margin-top: 10px;
}

.embed-preview
{
  float: right; 
  margin: 0px 0 20px 0; 
  width: 300px;
}

.embed-preview-frame
{
  margin-left: 20px; 
  visibility: hidden;
}

.embed-border-div
{
  float: left; 
  margin-right: 20px;
}

.embed-border-img
{
  cursor: pointer; 
  width: 20px; 
  height: 20px; 
  background-color: #000000; 
  border: solid 1px black; 
  vertical-align: bottom; 
  display: inline-block;
}

.embed-border
{
  width: 75px;
  vertical-align: top;
}

.embed-text-div
{
  margin-right: 20px;
}

.embed-text-img
{
  cursor: pointer; 
  width: 20px; 
  height: 20px; 
  background-color: #000000; 
  border: solid 1px black; 
  vertical-align: bottom; 
  display: inline-block;
}

.embed-text
{
  width: 75px;
}

.embed-background-div
{
  float: left; 
  margin-right: 20px;
}

.embed-background-img
{
  cursor: pointer; 
  width: 20px; 
  height: 20px; 
  background-color: #FFFFFF; 
  border: solid 1px black; 
  vertical-align: bottom; 
  display: inline-block;
}

.embed-background
{
  width: 75px;
}

.embed-code-div
{
  width: 100%; 
  margin-top: 10px;
}

.embed-code
{
  width: 400px; 
  height: 100px;
}

.embed-colorwheel
{
  position: absolute; 
  cursor: pointer; 
  visibility: hidden; 
  top: 0; 
  left: 0;
}

.embed-colorwheel-table
{
  background-color: #000000; 
  height: 320px; 
  width: 320px
}

.autoCompleteList
{
  text-align: left;
  list-style: none;
  cursor: default;
  padding: 0px;
  margin: 10px 0px;
  color: #005E00;
  background-color: #FFFFFF;
  border: solid 1px #005E00;
  z-index: 6000;
}

.autoCompletionListItem
{
  color: #005E00;
  background-color: #FFFFFF;
}

.autoCompletionListHighlightedItem
{
  color: #FFFFFF;
  background-color: #005E00;
}

.about-div
{
  padding: 10px;
}

.contact
{
  width: 100%;  
  padding: 10px;
}

.contact-error
{
  width: 100%; 
  text-align: center; 
  color: Red;
}

.contact label
{
  display: block;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
}

.contact input, .contact select, .contact textarea
{
  margin-top: 5px;
  margin-left: 20px;
  color: #005E00;
}

.contact-email
{
  width: 300px;
}

.contact-name
{
  width: 300px;
}

.contact-button-wrapper
{
  width: 600px;
  text-align: center;
}

.contact-button-wrapper input
{
  color: #005E00;
  margin-top: 10px;
  border: solid 1px #005E00;
}

.messagebox-wrapper
{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}

.messagebox
{
  display: block;
  width: 400px;
  margin: 0 auto;
  border: solid 2px #000000;
  background-color: #FFFFFF;
  z-index: 10000;
}

.messagebox-message
{
  font-size: 15px;
  padding: 10px;
  text-align: left;
}

.messagebox-message-icon
{
  float: left; 
  margin-right: 10px; 
  margin-bottom: 10px;
}

.messagebox-close-div
{
  float: right;
}

.messagebox-close
{
  cursor: pointer;
}

.message-box-bottom
{
  clear: left;
}

.results
{
  padding: 10px;
}

.results-locations, .results-masajid
{
  margin-left: 10px;
  width: 700px;
}

.results-locations-list
{
  float: left;
  width: 770px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.results-locations-list li
{
  float: left;
  width: 175px;
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
}

.results-masajid-list
{
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.results-masajid-list ul
{
  list-style: none; 
  padding-left: 10px; 
  padding-right: 20px;
}

.results-masajid-list li
{
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
}

.help
{
  padding: 10px;
}

.help li
{
  margin-bottom: 5px;
}

.masjid-details
{
  margin: 10px;
}

.masjid-details-top-row
{
  width: 100%;
  min-height: 15px;
}

.masjid-details-toolbox
{
  float: right; 
  width: 180px; 
  padding: 0; 
  min-height: 15px;
}

.masjid-details-top-row .info-box
{
  min-height: 15px;
}

.masjid-details-salaat-times
{
  float: right; 
  width: 250px; 
  padding: 0; 
  min-height: 215px;
}

.masjid-details-overview
{
  width: 515px; 
  padding: 0;
  min-height: 50px; 
}

.masjid-details-bottom-row
{
  
}

.masjid-details-map
{
  width: 515px; 
  padding: 0; 
  margin-top: 10px;
}

.info-box
{
  padding: 5px; 
  padding-bottom: 5px;
  border-left: solid 1px black; 
  border-right: solid 1px black;
  border-bottom: solid 1px black;
}

.info-box label
{
  margin-top: 5px;
  display: block;
  font-weight: bold;
}

.info-box-detail
{
  margin-left: 10px;
}

.info-box-actions
{
  width: 100%; 
  text-align: center; 
  margin-top: 10px;
}

.icon-small
{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  border: none;
}

.info-box-actions .image-link
{
  margin-left: 5px;
}

.info-box-actions .text-link
{
  margin-right: 5px;
}

.prayer-day-table
{
  width: 235px; 
  margin: 0 auto; 
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
}

.prayer-day-table-nav
{
  width: 100%; 
  text-align: left;
}

.prayer-day-table-nav div
{
  float: right;
}

.prayer-day-table-title
{
  text-transform: uppercase; 
}

.prayer-day-table-bottom
{
  width: 100%; 
  text-align: center; 
  margin-top: 5px;
}

.prayer-day-table-grid-wrapper
{
  width: 100%;
  margin: 0;
  padding: 0;
}

.prayer-day-table-grid
{
  text-align: center;
  width: 220px;
  border-style: solid;
  border-color: #CFCFCF;
}

.prayer-day-table-grid .trh
{
  text-align: center;
}

.prayer-day-table-grid th
{
  font-weight: bold;
  font-size: 15px;
  text-align: right;
  padding: 2px;
  border: solid 2px #CFCFCF;
  color: #3b85cd;
}

.prayer-day-table-grid td
{
  font-size: 15px;
  text-align: center;
  width: 125px;
  padding: 2px;
  border: solid 2px #CFCFCF;
}

.location
{
  margin: 10px;
}

.location-top-row
{
  width: 100%;
  min-height: 215px;
}

.location-top-row .info-box
{
  min-height: 215px;
}

.location-salaat-times
{
  float: right; 
  width: 250px; 
  padding: 0; 
  min-height: 215px;
}

.location-map
{
  width: 515px; 
  padding: 0;
  min-height: 215px; 
}

.location-masajid
{
  margin-top: 10px;
}

.location-masajid ul
{
  list-style: none; 
  padding-left: 10px; 
  padding-right: 20px;
}

.print-div img
{
  border: none;
  margin-right: 5px;
  vertical-align: middle;
}

.prayer-month-table-div
{
  width: 100%;
  text-align: center;
  margin: 10px 10xp 15px 10px;
}

.prayer-month-table
{
  margin: 0px auto;
  text-align: center;
  width: 590px;
  border-style: solid;
  border-color: #CFCFCF;
}

.prayer-month-table .trh
{
  text-align: center;
  font-variant: small-caps;
}

.prayer-month-table th
{
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  width: 100px;
  border: solid 2px #CFCFCF;
  color: #3b85cd;
}

.prayer-month-table td
{
  font-size: 12px;
  text-align: center;
  border: solid 2px #CFCFCF;
  color: #000000;
}

.edit-time-popup-div
{
  font-size: 10pt;
  width: 200px; 
  background-color: #ffffff; 
  border-bottom: solid 2px #000000; 
  border-right: solid 2px #000000;
  border-top: solid 1px #000000; 
  border-left: solid 1px #000000; 
  position: absolute;
  text-align: left; 
}

.edit-time-popup-title
{
  font-weight: bold;
  text-align: left; 
  background-color: #336699; 
  color: #FFFFFF; 
  width: 196px;
  padding: 2px;
  min-height: 17px;
}

.edit-time-popup-close-button
{
  width: 20px; 
  cursor: pointer; 
  float: right;
  text-align: center; 
  min-height: 20px;
  vertical-align: middle;
}

.edit-time-popup-name
{
  width: 100%; 
  text-align: center; 
  color: #000000; 
  font-weight: bold;
  margin-bottom: 5px;
}

.edit-time-popup-form
{
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.edit-time-popup-submit
{
  width: 100%;
  text-align: center;
}

.prayer-month-table-edit-range
{
  font-size: 10pt; 
  width: 400px;
  background-color: #ffffff; 
  border-bottom: solid 2px #000000; 
  border-right: solid 2px #000000;
  border-top: solid 1px #000000; 
  border-left: solid 1px #000000; 
  text-align: center;
  position: absolute;
  padding-bottom: 5px;
}

.prayer-month-table-edit-range select
{
  margin: 5px 0;
  padding: 0;
}

.prayer-month-table-edit-range table
{
  margin: 5px auto;
}

.prayer-month-table-edit-range th
{
  font-size: 10pt; 
  font-weight: bold;
  text-align: right;
}

.prayer-month-table-edit-range-menu-bar
{
  font-weight: bold;
  text-align: left; 
  background-color: #336699; 
  color: #FFFFFF; 
  width: 396px;
  padding: 2px;
  min-height: 17px;
}

.prayer-month-table-edit-range-close-button
{
  width: 15px; 
  cursor: pointer; 
  float: right;
  text-align: right; 
}

.prayer-month-table-edit-range-start-date, .prayer-month-table-edit-range-specific
{
  width: 50%; 
  float:left; 
  padding-top: 5px;
}

.prayer-month-table-edit-range-end-date, .prayer-month-table-edit-range-offset
{
  width: 50%; 
  float:right; 
  padding-top: 5px;
}

.prayer-month-table-edit-range-specific-form, .prayer-month-table-edit-range-offset-form
{
  width: 100%;
  padding: 2px;
}

.ajax__calendar_title
{
  cursor:pointer;
  font-weight:bold; 
  width: 170px;
}

.user-masajid-list
{
  padding: 10px;
}

.user-masajid-list ul
{
  list-style: none; 
  padding-left: 10px; 
  padding-right: 20px;
}

/* Account */
.user-profile
{
  width: 770px;
  padding: 0 15px;
  text-align: center;
}

.user-profile-instructions
{
  padding-left: 10px;
}

.user-profile-instructions-wrapper
{
  text-align: left;
}

.user-profile-form-wrapper
{
  width: 350px;
  text-align: left;
  margin: 0 auto;
}

.user-profile-form
{
  padding-left: 10px;
}

.user-profile-form label
{
  margin-top: 10px;
  display: block;
  font-weight: bold;
}

.user-profile-form input
{
  margin-top: 5px;
  margin-left: 10px;
  color: #005E00;
}

.user-profile-email
{
  width: 290px;
}

.user-profile-password
{
  width: 200px;
}

.user-profile-displayname
{
  width: 200px;
}

.user-profile-submit
{
  width: 100%;
  padding-left: 10px;
}

.user-profile-submit input
{
  color: #005E00;
  margin-top: 10px;
  border: solid 1px #005E00;
}

.user-profile-button-wrapper
{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
