/*
 * Copyright (c) 2010 imiba. All rights reserved.
 */

html, body {
	max-width: 320px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    color: #000;
    background: #fff;
}

 body,input,select,a,td {
    font-size: xx-small;
}
        
#wrap {
	display:none;
	}
	        
 h1 {
    font-size: 150%;
    font-weight: bold;
    margin: -2px 0px 0px 0px;
}
  label {
    clear: both;
 }
   form {
    margin: 0px;
    padding: 0px;
}
   fieldset {
      margin: 0px 0px 10px 0px;
      padding: 5px;
}
label {
	margin-top: 0px;
        }
    
div.outer {
    width: 100%;
    text-align: center;
}

div.inner {
    max-width: 800px;
    width:expression(document.body.clientWidth > 800? "800px": "auto" );
    text-align: left;
    margin: auto;
    padding: 5px;
}

#footer {
	background: #0c3e94;
	color: #ffffff;
}
a {
    color: #0c3e94;
    text-decoration: none;
    font-weight: bold;
}

input,button {
    margin: 5px 0px 0px 0px;
}

fieldset {
    border: 1px solid #777;
    padding: 5px;
}
legend {
    font-weight: bold;
    color: #222;
}
hr {
    border: 0px;
    border-top: 1px solid #777;
}

label {
    float: left;
    line-height: 150%;
    width: 50%;
}
select {
    width: 100%;
    line-height: 125%;
    margin: 5px 0px 0px 0px;
}

/*
 * eof.
 * */
