/* class error denotes the error. Just give something .error and you will have it red */

div.row {
    clear:both;
}

form.contact {
    /* play with the width to get it like you want */
    width:370px;
    margin:auto;
}

form.contact input, form.contact textarea { 
    border:1px solid #00ADD6; 
    padding:2px;
    font-family:arial, sans-serif;
    width:100%;
    font-size:13px;
    margin-bottom:10px;
}

.clear
{
	clear:both;
}

form.contact .upload input
{
 	height:30px;
}

form.contact input {
    padding-top:5px;
    height:18px;
}

form.contact input:focus { 
    background:#D8F2F8;
}

label { 
    display:block;
    color:#00ADD6;
}

.field50 {
    float:left;
    width:50%;
}

.field60 {
    float:left;
    width:60%;
}
.field20 {
    float:left;
    width:20%;
}
.field70 {
    float:left;
    width:70%;
}

.field30 {
    float:left;
    width:30%;
}

.item {
    margin-right:20px;
}

div.submit {
    text-align:right;
    margin-right:10px;
}

div.error label {
    color:#E81220;
}
div.error input {
    border-color:#E81220;
}

div.error textarea{
    border-color:#E81220;
}

div#errormessage {
    border:1px solid #E81220;
    margin-right:10px;
    background-image:url(/img/error.png);
    background-repeat:no-repeat;
    background-position:2% 50%;
    padding:10px 10px 10px 40px;
    line-height:1;
    color:#E81220;
    font-size:12px;
}
div.submit input {
    width:104px; 
    height:40px; 
    border:None; 
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
