﻿.inputWrap
{
    float:right;
    border:1px solid #e6e6e7;
    padding:1px;
}
.alertWrap
{
    float:right;
}
input, textarea
{
    width:380px;
    background:#eeeeef;
    margin:0;
    border:0;
    font-size:14px;
    padding:4px;
    color:#7c7e81;
}
* html input
{
	width:376px;
}
textarea
{
    width:478px;
    height:62px;
}
* html textarea
{
    width:474px;
}
div.form
{
	float:left;
    font-size:14px;
}
div.form p
{
	font-size:11px;
}
div.form li
{
	font-size:11px;
}
div.form div.row,#checkBoxes div.row
{
    width:100%;
    margin-top:5px;
    float:left;
}
div.form div.row:last-child
{
    padding-bottom:30px;
}
div.form div.row label
{
    float:left;
    color:#3a6f8f;
    padding:6px 0;
}
#checkBoxes
{
    float:left;
    margin-top:20px;
    font-size:14px;
    width:100%;
}
#checkBoxes div.checkWrap
{
    float:left;
    width:50%;
    margin-top:5px;
}
#checkBoxes div input
{
    
	float:left;
	margin:0 !important;
	padding:0 !important;
	border:none;
	height:15px;
	width:15px;
	
}
#checkBoxes div label
{
	float:left;
	width:200px;
    padding:0 0 0 10px;
}