@import url("../styles_init.css");

body {
    line-height: 16px;
    /* color theme css */
}

div#container { width: 100% }

div#login-container {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 370px;
	height: 150px;
	margin: 200px auto 0 auto;
    /* background-image theme css */
}
div#line-nick,
div#line-email {
    text-align: right;
    padding-top: 17px;
    margin: 0 15px 3px 0;
}
div#line-pass {
    text-align: right;
    margin: 0 15px 17px 0;
}
div#line-info {
    font-size: 11px;
    text-align: right;
    font-style: italic;
    margin: 0 15px 10px 0;
    /* color theme css */
}
div.buttons {
    text-align: right;
    margin: 0 15px 0 0;
}

.fright { float: right }
.mr2 { margin-right: 2px }
.error {
    /* color theme css */
}

label { margin-right: 5px }
input,
input.ok {
	width: 145px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
    /* border-color theme css */
}
input.error {
	border-width: 1px;
	border-style: solid;
    /* color theme css */
    /* border-color theme css */
}
input.btn {
    width: auto;
    font-size: 11px;
    cursor: pointer;
    padding: 2px 20px 1px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    /* color theme css */
    /* border-color theme css */
    /* background-image theme css */
}
:hover.btn {
    /* color theme css */
    /* border-color theme css */
    /* background-image theme css */
}
