/* ------- OVERFLOW and ZOOM ------- */
.CEBox {
  clear: both;
  /*border:1px solid pink;*/
}

.CEBox .CEBackground, .CEHeader, .CEHeader .CETitle, .CEContent {
  overflow: hidden;
  zoom: 1;
}

/* ------- COMMON STYLES ------- */
.CEBox p {
  font-size: 1em;
}

.CEBox p.warning {
  font-size: 0.9em;
  line-height: 1.1em;
  color: #666;
  padding: 0 5px;
  clear: both;
}

.CEBox a {
  font-size: 1em;
  color: #27A2D4;
  text-decoration: none;
  display: block;
}

.CEBox a:hover {
  color: #27A2D4;
  text-decoration: underline;
}

/* ------- BOX ------- */
.CEBox {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  margin: 0 5px 5px;
  padding: 10px 5px 5px 5px;
}

/* ------- HEADER ------- */
.CEHeader {
  margin: 0 0 10px 0;
}

.CEHeader .CELogo {
  float: left;
  display: block;
  margin: 0 15px 0 0;
}

.CEHeader .CETitle {
  display: block;
  margin: 10px 0 0 0;
  font-weight: bold;
}

.CEHeader .CETitle a {
  color: #000;
}

/* ------- CONTENT ------- */
.CEForm .CELeft {
  float: left;
}

.CEForm .CERight {
  float: right;
}

.CEContent .CEText {
  margin: 0 0 10px 0;
}

.CEContent .CEText p {
  color: #666;
}

.CEContent .CEText p a {
  color: #666;
}

/*--------------------------------------------------------------------------------COMMON TO ALL IE---
*/
* html .submitBtn input, * html .submitBtn span {
  width: auto;
  overflow: visible;
}

/*----------------------------------------------------------------------------------------IE6 ONLY---
                                                            All selectors have to begin with * html {}
*/
/*----------------------------------------------------------------------------------------IE7 ONLY---
                                                                                    Use below syntax
*/
/* ------- Button input ------- */
* + html > head + body p.submitBtn input {
  padding: 0px 5px 3px 1px;
}

/*--------------------------------------------------------------------------------COMMON TO IE 7&8---
                                                              All selectors have to begin with *+html
                                                              targets 7.0 and 8.0
                                                              Is filterd - "override" - by  *+html>head etc.
                                                              Must be positioned as last
*/
