/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
*/


input {
  -webkit-border-radius: 0;
  border-top-left-radius: 0px 0px;
  border-top-right-radius: 0px 0px;
  border-bottom-right-radius: 0px 0px;
  border-bottom-left-radius: 0px 0px;
  cursor: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
}


/*.form input,
.form textarea,
.form select
{
  /*	margin: 0.2em 0 0.5em 0; */
}*/

.form fieldset
{
  border: 1px solid #bbb;
  padding: 10px;
  margin: 0 0 10px 0;
  -moz-border-radius:7px;
}

.form label
{
  display: block;
}

.form .row
{
  margin: 5px 0;
}

.field input {
  border-color:#d0d0d0;
}

.form .hint
{
  margin: 0;
  padding: 0;
  color: #999;
}

.form .note
{
  font-style: italic;
}

.form span.required
{
  color: #c00;
  display: none;
}

.form div.error label,
.form label.error,
.form span.error
{
  color: #0098ff;
}

.form div.error input,
.form div.error textarea,
.form div.error select,
.form input.error,
.form textarea.error,
.form select.error
{
  background: #FEE;
  border-color: #0098ff;
}

.form div.success input,
.form div.success textarea,
.form div.success select,
.form input.success,
.form textarea.success,
.form select.success
{
  background:transparent none;
  border-color: #00b01e;
}


.form .errorSummary
{
  border: 2px solid #0098ff;
  padding: 7px 7px 12px 7px;
  margin: 0 0 20px 0;
  background: #FEE;
  font-size: 0.9em;
}

.form .errorMessage
{
  color: #0098ff;
  font-size: 9pt;
  margin-bottom:0px;
  line-height:1.4em;
  padding-left:17px;
  text-align: left;
}

.form .errorSummary p
{
  margin: 0;
  padding: 0px;
}

.form .errorSummary ul
{
  margin: 0;
  padding: 0 0 0 20px;
}

div.wide.form label
{
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: right;
  width: 100px;
}

div.wide.form .row
{
  clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
  clear: left;
  padding-left: 110px;
}

/* ALL FORMS */
.form .row {
  display:block;
}
.form .row_static {
  margin-bottom:20px;
}

.form .row_submit {
  height:60px;
}
.row_login {
  height:60px;
  vertical-align: bottom;
  float: right;
}
.form .row_submit .label {
  vertical-align:top;
}

.form .row_submit .label a,
.form .row_submit .label a:hover {
  background:transparent none;
  text-decoration:none;
}

.form .row_submit .button {
  vertical-align:top;
}

.form .row_text {
  font-size:12px;
  margin-top:10px;
  margin-bottom:10px;
}

.form .row_error {
  margin-top:0px;
  margin-bottom:0px;
}

.form .row .label {
  display:inline-block;
  text-align:right;
  color:#999;
  margin: 0 0px 0 0;
}

.form .row .field {
  display:inline-block;
}

.form .row .field input {
  border-width: 1px;
  border-style: solid;
  background-color: white;
}

.form .row .note {
  display:inline-block;
}

.form .row .button {
  display:inline-block;
  font-size:16px;
}

/* GRID960 - 9column FORMS */


/*.row_9col {
  width:660px;
}*/


.form  {
  width:660px;
}

.form .row_9col_input {
  margin:10px 0px 0px 0px;
}

.form .row_9col_error {
  margin: 0px 0px 0px 0px;
}

.form .row_9col .label {
  width:125px;
  font-size:14pt;
}

.form .row_9col .field {
  width:420px;
  padding: 0 0 0 10px;
}

.form .row_9col .field input {
  width:405px;
  height:40px;
  font-size:14pt;
  padding-left:10px;				
}

.form .row_9col .button {
  width:425px;
}

.form .row_9col .static_field {
  width:385px;
  padding-left:12px;
  color:#a0a0a0;
  vertical-align: middle;
}

.form .row_9col .static_label {
  width:225px;
  font-size:14pt;
  color:#a0a0a0;
}

/* GRID960 - 5column FORMS */

.form .row_5col {
  width:360px;
}

.form .row_5col_input {
  margin:5px 0px 0px 0px;
}

.form .row_5col_error {
  margin: 0px 0px 0px 0px;
}

.form .row_5col .label {
  width:120px;
  font-size:14px;
}

.form .row_5col .field {
  width:230px;
}

.form .row_5col .field input {
  width:220px;
  height:25px;
  font-size:16px;
  padding-left:5px;
  margin:0px 0px 0px 0px;
}

.form .row_5col .button {
  width:230px;
}

/* GRID960 - 9colmax FORMS */

.form .row_9colmax {
  width:680px;
}

  .form .row_9colmax .label {
  font-size:14pt;
  color:#404040;
  line-height:1.5em;
  margin-top:10px;
  margin-bottom:0px;
  text-align: left;
    width:680px;
  }

  .form .row_9colmax .labelSub {
  text-align:left;
  font-size:10pt;
  color:#404040;
  line-height:1.5em;
  margin-top:0px;
  margin-bottom:0px;
    width:680px;
  }
  
  .form .row_9colmax .errorMessage {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 0px;
  }

  .form .row_9colmax .field  {
    width:660px;
    margin-top:5px;
    margin-bottom:0px;
    margin-left:20px;
  }
  
  .form .row_9colmax textarea  {
    height:110px;
  }
textarea{
	margin: 0 0 0 0px;
}
  .form .row_9colmax .submit  {
  margin-top:15px;
  margin-left:20px;
  }
  
.form_instructions {
  font-size:14pt;
  color:#888;
  line-height:1.5em;
  margin-top:10px;
}

.form_instructions span.required {
  color: #fff;
  visibility: hidden;
}

input#uPhoto_image {
  border: 3px solid #ccffbf;
  padding: 20px 20px 20px 20px;
}

.label {
  vertical-align: middle;
  height: 20px;
}
.label_top {
  vertical-align: top;
}

.label .mini {
  margin-top:10px;
}	

