/* ----------- My Form ----------- */
.myform{
float:left;
width:738px;
padding:14px;
margin:-10px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
}
#stylized.myform2{
background:#fff;
border:none;
float:left;
}




#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized h2{
font-size:13px;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized h3{
font-size:13px;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized h3 span{
margin-left:30px;
font-size:10px;
}
#stylized label{
font-weight:bold;
width:200px;
}
#stylized .small{
color:#666666;
display:inline;
font-size:11px;
font-weight:normal;
text-align:right;
width:200px;
float:left;
}
.hint{
   	display: none;
    position: absolute;
    right: -250px;
	width: 200px;
    margin-top: -25px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}
dd.text{
    float: left;
    width: 200px;
    margin: 0 0 5px 0;
    padding-left: 6px;
	padding-top: 3px;
}


#stylized input{
border:solid 1px #aacfe4;
width:200px;
padding:2px 2px 2px 2px;
}
#stylized input[type=file]{
width:auto;
}
#stylized input.phone{
width:170px;
margin-right:-6px;
/*FOR nonHTML5*/background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
#stylized input.fax{
width:170px;
margin-right:-6px;
}
#stylized input.areacode{
width:20px;
margin-right:4px;
}
#stylized textarea{
border:solid 1px #aacfe4;
padding:2px 2px 2px 2px;
}
#stylized select{
padding:2px;
min-width:205px;
border:solid 1px #aacfe4;
}
#stylized input:focus{
outline:medium none;
border: 1px solid rgb(77, 144, 254);
box-shadow:0pt 1px 2px rgba(0, 0, 0, 0.3) inset;
}
#stylized select:focus{
outline:medium none;
border: 1px solid rgb(77, 144, 254);
box-shadow:0pt 1px 2px rgba(0, 0, 0, 0.3) inset;
}
#stylized input.check{
margin-left:5px;
margin-right:15px;
width:20px;
border:none;
}
#stylized textarea:focus{
outline:medium none;
border: 1px solid rgb(77, 144, 254);
box-shadow:0pt 1px 2px rgba(0, 0, 0, 0.3) inset;
}
/*#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
*/


#top_form{
float:left;
margin-right:380px;
width:370px;
}
#left_form{
float:left;
width:350px;
}
#right_form{
float:right;
width:350px;
}
#left_itemdetails{
float:left;
width:320px;
}
#right_itemdetails{
float:right;
width:400px;
min-height: 400px 
}
/*START FALLBACK FOR nonHTML5*/
#stylized input.required {
    background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
/*END FALLBACK FOR nonHTML5*/

#stylized input:required {
    background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
	-moz-box-shadow: none;
}
#stylized input:required:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(../images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 2px #d45252;
    border-color: #b03535
}
#stylized input:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(../images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 3px #5cd053;
    border-color: #28921f;
}
#order_no {
float:left;
width:100%;
margin-top:10px;
margin-bottom:10px;
}
#termsandcon{
float:left;
width:100%;
margin-top:10px;
margin-bottom:10px;
}
#addit_comment{
float:left;
width:100%;
margin-top:30px;
margin-bottom:0px;
}
#approver_wrapper{
float:left;
width:100%;
margin-top:10px;
margin-bottom:10px;
}
#submitbuttons{
float:left;
margin-top:10px;
margin-bottom:10px;
}
