body {
  background: #4e4e4e;
  color: #ddd;
  font-size: 0.9em;
}

.center {
  text-align: center;
}

.left {
  clear: left;
  float: left;
  margin: 0 15px 15px 0;
  background: #4e4e4e;
}

.right {
  clear: right;
  float: right;
  margin: 0 0 15px 15px;
  background: #4e4e4e;
}

.align-right {
  text-align: right;
}


/* p img
 * border: 1px solid #000
 * background: white
 * padding: 5px */

img {
  border: 0;
}
img.icon {
  vertical-align: middle;
}
img.thumbnail {
  border: 1px solid #999;
  padding: 2px;
  background: white;
}

.button {
  background: #ddd;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 350px;
  margin: 1em auto;
  padding: .8em;
}

.error, .help, .notice, .warning {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}
.error a {
  color: #8a1f11;
}

.help {
  background: #bfc8ff;
  color: #2d3741;
  border-color: #7d97af;
}
.help a {
  color: #2d3741;
}

.notice {
  background: #E6EFC2;
  color: #264409;
  border-color: #70a05f;
}
.notice a {
  color: #264409;
}

.warning {
  background: #fff5cf;
  border-color: #f8ca00;
}

p.error, p.notice, p.help, p.warning, div.error, div.notice, div.help, div.warning {
  padding: 2px 2px 2px 30px;
}

p.error, div.error {
  background: url(/images/icons/exclamation.png) #FBE3E4 no-repeat 5px 2px;
}

p.notice, div.notice {
  background: url(/images/icons/accept.png) #E6EFC2 no-repeat 5px 2px;
}

p.help, div.help {
  background: url(/images/icons/help.png) #c1dffb no-repeat 5px 2px;
}

p.warning, div.warning {
  background: url(/images/icons/error.png) #fff5cf no-repeat 5px 2px;
}

p.info, div.info {
  background: url(/images/icons/lightbulb.png) #bfc8ff no-repeat 5px 2px;
}


#header {
  margin: 0 0 20px 0;
  position: relative;
  width: 693px;
  height: 100px;
}
#header a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
  background: url(/images/application/dr_philippe_tardieu_a_french_dentist_in_dubai.png) no-repeat;
  position: absolute;
}


h1 {
  font-size: 2em;
  color: #ddd;
}

h2 {
  color: #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
}

h3 {
  color: #ddd;
  font-size: 1.1em;
  font-weight: bold;
}

a {
  color: #3d9ae6;
}
a:hover {
  color: #ce7b52;
}

p {
  text-align: justify;
}


th {
  padding-right: 30px;
  vertical-align: top;
}


#sidebar {
  position: relative;
  background: url(/images/application/flower.png) 10px 10px no-repeat;
  padding-top: 55px;
  font-size: 0.9em;
}
#sidebar ul {
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #999;
  list-style: none;
}
#sidebar ul li {
  display: block;
  margin: 10px 0;
}
#sidebar ul li a {
  display: block;
  text-decoration: none;
  padding: 2px 5px;
  color: #ddd;
}
#sidebar ul li a:hover {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ddd;
  color: #000;
}


#footer {
  padding-left: 70px;
  margin-top: 20px;
  background: url(/images/application/lys.png) 0 5px no-repeat;
  font-size: 0.8em;
}
