﻿/*
Kooboo is a content management system based on ASP.NET MVC framework. Copyright 2009 Yardi Technology Limited.

This program is free software: you can redistribute it and/or modify it under the terms of the
GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.
If not, see http://www.kooboo.com/gpl3/.
*/


.html-form-container
{
    display:inline-block;
    border:solid 1px #a3a3a3;
    margin:4px;
    overflow:hidden;
}

.html-form-container table
{
}

.html-form-container td
{
    padding:4px;
    vertical-align:top;
}

.html-form-thankyouimg
{
     background-image:url(Images/thankyou.gif);
     width:250px;
     height:100px;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}
 
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}
 
input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }
 
input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}
 
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
