
/* styles used in the inquire form */
#inquireFormOuterContainer {
    background-color : #FFFFFF;
    position : absolute;
    border : solid;
    top : 12px;
    left : 12px;
    aligh : left;
    width : 500;
    height :520;
}

#inquireFormToolBarMenuContainer {
    position : absolute;
    border : none;
    top : 0px;
    left : 0px;
    aligh : left;
    width : 507;
    height :39;
}

#inquireFormCloseToolContainer {
    position : absolute;
    border : dotted;
    top : 10px;
    left : 10px;
    aligh : left;
    width : 20;
    height : 20;
}

#inquireFormArtworkDataContainer {
    background-color : #9CD7F5;
    color : #FFFFFF;
    position : absolute;
    border : none;
    border-width: thin;
    margin : none;
    top : 0px;
    left : 0px;
    aligh : left;
    width : 500;
    height :120;
}

#inquireFormWelcomeMessageContainer {
    background-color : #FF6600;
    color : #FFFFFF;
    position : absolute;
    border : none;
    border-width: thin;
    margin : none;
    top : 130px;
    left : 0px;
    aligh : left;
    width : 500;
    height :30;
}

#inquireFormMsgText {
    color : #ffffff;
    font-size : 12;
    text-align: center;
}

#inquireFormPortraitContainer {
    background-color : #349C04;
    color : #FFFFFF;
    position : absolute;
    border : none;
    border-width: thin;
    margin : none;
    top : 20px;
    left : 380px;
    aligh : left;
    width : 100;
    height :100;
}

#inquireFormUserDataPanelContainer {
    background-color : #FCCC04;
    color : #FFFFFF;
    position : absolute;
    border : none;
    border-width: thin;
    margin : none;
    top : 160px;
    left : 0px;
    aligh : left;
    width : 500;
    height :360px;
}

#inquireFormSubmitButtonContainer {
    position : absolute;
    border : none;
    border-width: thin;
    margin : none;
    top : 30px;
    left : 440px;
    aligh : left;
    width : 100px;
    height :40px;
}

#optionalDataFormContainer {
    background-color : #FCCC04;
    color : #FFFFFF;
    position : absolute;
    border : none;
    border-width: thin;
    margin : none;
    top : 140px;
    left : 0px;
    aligh : left;
    width : 100%;
    height :240px;
}

.inquireFormComment_text {
    font-size : 12;
    text-align: left;
    color : #349C04;
    font-family:verdana,helvetica,arial,"sans serif";
}

#inquireButton {
    background-color : #FCCC04;
    color : #349C04;
}

label
{
width: 6em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 0em;
}

fieldset ul, fieldset li {
    border:0;
    margin:0;
    padding:0;
    list-style:none;
}

fieldset li {
    clear:both;
    list-style:none;
    padding-bottom:10px;
}

fieldset input  {
    float:left;
}

fieldset label {
    width:100px;
    float:left;
    
    color : #FFFFFF;
    font-size : 12;
    font-weight : 400;
    text-align: left;
    font-family:verdana,helvetica,arial,"sans serif";
    }
   
