.sbformContent { margin: auto 15px auto 10px; }


form {
	margin: 0;
	padding: 0;
	background-color: transparent;
}


/* @group Forms General */
fieldset
{
	clear: both;
	display: block;
	background-color: #eaf2f3;
	padding: 0px 5px 5px 5px;
	border: none;
	margin: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	width: 600px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* behavior: url("/css/border-radius.htc"); */
}


fieldset.blank
{
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	border: none;
	/* behavior: none; */
}


fieldset.info
{
	background: #FFDFDF;
}


legend
{
	background: #6796a8;
	color: #fff;
	/* text-shadow: #333 0 1px 0; */
	font: 13px/1.4em 'Trebuchet MS', Tahoma, Calibri, Arial, sans-serif;
	padding: 1px 10px 1px 10px;
	margin: 0px 0 0 -10px;
	font-weight: bold;
	border-width: 0 2px 2px 0;
	border-color: #fff;
	border-style: solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* behavior: url("/css/border-radius.htc"); */
}

legend a
{
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background-image: none;
}

legend a:hover
{
    color: #000;
    text-decoration: none;
    background-image: none;
}



dl
{
	clear: both !important;
	overflow: hidden !important;
	margin: 0;
	padding: 0 0 5px 0;
}

dt
{
	float: left;
	text-align: right;
	width: 190px;
	line-height: 25px;
	margin: 0 15px 5px 0;
}


dt label
{
    /* font-size: 11px; */
    font-size: 12px;
    font-weight: bold;
    color: #666;
}


/*
df
{
	float: left;
	width: 11px !important;
	margin-right: 5px;
	margin-left: 5px;
}
*/


dd
{
    float: left;
    width: 390px;
    line-height: 25px;
    margin: 0 0 5px 0;
    padding-top: 2px;
}




fieldset.questions dt
{
	line-height: 155%;
	margin: 0 15px 10px 0;
}



fieldset.questions dd
{
	font-size: 12px;
	line-height: 155%;
	margin: 0 0 10px 0;
	color: #000;
}

fieldset div.formblock
{
    margin-top:4px;
    color: #333;
}

/* @end */



/* @group Forms Details */


img.formImg {
	margin-bottom: -5px;
	margin-right: 6px;
}

input, textarea, select
{
	font-size: 13px;
	color: #2d84a5;
}



input[type="text"], input[type="password"] {
	border: 1px solid #b2b2b2;
	padding: 1px 4px 2px;
	width: 250px;
	margin: 0;
	background-image: url("/images/form_back.png");
	background-repeat: repeat-x;
	background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 6px;
    border-radius: 5px;
    /* behavior: url("/css/border-radius.htc"); */
}

input[type="text"]:focus {
	border-color: #6796a8;
	color: #333;
	background-image: url("/images/form_back_mo.png");
}

input[type="text"].qty {
	width: 30px;
	text-align: right;
}

input[type="text"].search {
    border-color: gray;
	background: url(http://aws.cachefly.net/aws/images/search-icon.png) no-repeat 5px 3px;
	padding: 2px 5px 3px 20px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* behavior: url("/css/border-radius.htc"); */
}


textarea {
	border: 1px solid #b2b2b2;
	padding: 3px 4px;
	width: 250px;
	height: 100px;
	margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 6px;
    border-radius: 5px;
    /* behavior: url("/css/border-radius.htc"); */
}


textarea:focus 
{
    color: #333;
    background-color: #fef6d9;
}



input[type="radio"], input[type="checkbox"] {
	margin: 0 5px 0 0;
	color: #333;
}

select {
	border: 1px solid #b2b2b2;
	margin: 0;
    width: 260px;
	overflow: hidden;
}

select:focus {
	background-color: #fef7e6;
	border-color: #6796a8;
    color: #333;
}

form p
{
	margin: 0 0 15px 0;
	padding: 0;
}




/* @end */






