/*******************************************************************************
Modification History:
Rev Date     By		Reason
1.0 ??/??/?? ???	Initial version.
2.0 02/12/15 PIM	Use standard Interfinder layout.
3.0 15/01/16 PIM	Comment out all the container settings, this is now
			achieved by _index outputting media-aware CSS.
*******************************************************************************/
<style type=\"text/css\">
body {
    background-image:none;
}
/*** START 3.0 START ***/
/***
#container {
    width:780px;
}
#containerhead {
    width:780px;
}
#containerbodyouter {
    width:780px;
}
#containerbody {
    width:780px;
}
#navbar {
    width:780px;
}
#containerfoot{
    width:780px;
}
***/
/*** END 3.0 END ***/
.icon {
    margin-bottom:5px;
    margin-right:5px;
    width:100px;
    height:120px;
}
.icontext {
    margin-bottom:5px;
    margin-right:5px;
    width:100px;
    height:60px;
}
.icon img {
    width:70px;
    height:70px;
}
.iconsub {
    margin-bottom:5px;
    margin-right:5px;
    width:100px;
    height:120px;
}
.iconsubtext {
    margin-bottom:2px;
    margin-right:2px;
    width:100px;
    height:60px;
}
.iconsub img {
    width:70px;
    height:70px;
}
span.tryitout {
    font-size:0.9em;
    font-weight:bold;
}
.inputtextlong {
    width:390px;
}
.inputtextshort {
    width:150px;
}
.fieldset-order {
    width:530px;
}
.label-order {
    width:120px;
}
.fieldset-normal {
    padding:0px 5px 0px 5px;
    width:540px;
}
.fieldset-login {
    width:570px;
}
</style>
