* { margin:0; padding:0;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color:black;
	text-align:justify;
}

a {
	color:#657e97;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#3d5873;
}
a:active {
	color:#3d5873;
}

body#page {
	background:url(../images/design/bg-admin.png) repeat-x;
	background-color:#282F37;
}

div.space10 {
	clear:both;
	height:10px;
}
div.space50 {
	clear:both;
	height:50px;
}

div#menu > ul > li > a {
    display: block;
    height: 17px;
    padding: 27px 20px;
	color:white;
}

div#menu > ul > li:hover {
    background:url(../images/design/menu-bg-invert.png) repeat-x;
}

div#title {
	margin: 0px 0 5px;
    width: 545px;
	height:95px;
	float:left;
	position:relative;
	font-size:24px;
	color:white;
	text-align:center;
	padding:25px;
}

div#menu {
	background:url(../images/design/menu-bg.png) repeat-x;
    clear: both;
    color: white;
    float: left;
    font-size: 16px;
    height: 78px;
    left: -25px;
    margin: 0 0 5px;
    position: relative;
    text-align: center;
	width:950px;
}

div#menu > ul > li {
	float: left;
    list-style-type: none;
    position: relative;
	font-weight: bold;
	height: 75px;
}

div#container {
	background-color: #f8f8f8;
    margin: auto;
    width: 950px;
	min-height:600px;
	padding-bottom:50px;
}

img {
	border:0px;
}

#main {
	margin:0 auto;
	width:920px;
	min-height: 300px;
}

#footer {
    padding: 15px 15px 5px;
    width: 920px;
	background-color:#1F272C;
	color:white;
}

#header {
	width:100%;
	background-color:#1F272C;
	height:240px;
}
#header-center {
	margin:0 auto;
	height:265px;
	width:900px;
	padding-top: 10px;
}

#header #logo {
	margin: 0px 0 5px;
    width: 300px;
	float:left;
	position:relative;
}

div#menu ul {
	list-style:none;
}

div#menu ul li > ul {
	display: none;
	position: absolute;
	top: 67px;
	width:100%;
	background-color:#20272d;

}

div#menu ul li > ul li {
	font-size: 12px;
	padding:5px 0px;
}

div#menu ul li:hover > ul {
	display:block;
	z-index:2;
}

p#website-title {
	font-size:24px;
}

p#website-slogan {
	font-size:12px;
}

div.content {
	text-align:justify;
	clear:both;
}

h1 {
	color: #282F37;
    font-family: tahoma;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    padding: 0 0 10px;
}

h2 {
	color: #282F37;
    font-family: tahoma;
    font-size: 22px;
    font-weight: normal;
    padding: 5px 0 10px;
}

h3 {
	color: #282F37;
    font-family: tahoma;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0 10px;
}

div#footer h1, div#footer h2, div#footer h3 {
	color:white !important;
    font-weight: normal !important;
}

div#footer h2.latest-news-h2 {
	padding-left:20px;
}
img.newsletter-mail {
	margin: -9px 0;
}
input.newsletter-button {
	margin-top: 5px;
}
a.social-image {
	padding-right:7px;
}
div.widget h3 {
	color:#333 !important;
}

div.footer-column-1 {
	float: left;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 285px;
}

div.footer-column-2 {
	float: left;
    padding-right: 10px !important;
    text-align: center;
    width: 300px;
}

div.footer-column-3 {
	float: left;
    padding-right: 10px !important;
    text-align: center;
    width: 290px;
}

div.footer-column-4 {
	float: left;
    padding-right: 10px !important;
    text-align: center;
    width: 300px;
}

textarea {
	resize: none;
}

textarea.long {
	width:500px;
}

div.row-expand {
	font-size:10px;
}
div.advanced span.label, div.advanced span.field {
	background-color:#FFC;
}
div#login {
	text-align:right;
}

div#login img {
	left: 3px;
    position: relative;
    top: 3px;
}

img.loading {
	margin-left: 3px;
    position: relative;
}

a.hand {
	cursor:pointer;
}

div.tabs {
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #BCD2E6;
}
div.tabs > ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
	height: 21px;
}
div.tabs li {
	display: inline;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
div.tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
div.tabs a {
	background:url(../images/tab-left.gif) no-repeat left top;
}

div.tabs ul li > ul {
	display: none;
	margin-left: 0px;
	position: absolute;
	margin-top: 21px;
	border: 1px solid #BCD2E6;
	background: none repeat scroll 0 0 #E2EBF4;
}

div.tabs ul li > ul li {
    padding: 5px;
	width: 120px;
}

div.tabs ul li > ul li > a {
	color: #627ECB;
	text-decoration:none;
	background:#E2EBF4;
}

div.tabs ul li:hover > ul {
	display:block;
	z-index:1000;
}

div.tabs > ul > li > a > span {
	display:block;
	padding:5px 15px 4px 6px;
	color:#627EB7;
	background:url(../images/tab-right.gif) no-repeat right top;
	float:none;
}

div.news_item {
	border: 1px solid black;
    clear: both;
    margin-bottom: 10px;
    padding: 10px;
    width: 675px;
}

div.news_item > img.thumbnail {
	float:left;
	margin-right: 15px;
}

div.page_item {
	background:url(../images/item-left.png) no-repeat left top;
	margin-bottom:10px;
	width:804px;
	height:100px;
	float:left;
	padding:0 0 0 4px;
	text-decoration:none;
}

div.page_small_item {
	background:url(../images/item-left.png) no-repeat left top;
	float: left;
    height: 60px;
    margin-bottom: 10px;
    width: 100px;
	padding:0 0 0 4px;
	text-decoration:none;
	display:none;
}

div.in_out_links {
	background-color: white;
    border: 1px solid #BCD2E6;
	border-radius: 4px;
    cursor: pointer;
    display: none;
    left: -2px;
    width: 275px;
    position: relative;
    top: -56px;
    z-index: 100;
	line-height: 20px;
	padding: 0 4px;
}
div.in_out_links_l {
	left:-200px;
	text-align:right;
}
div.in_out_links_r {
	left:78px;
	text-align:left;
}
div.add_page {
	display:block;
}

div.page_item span, div.page_small_item > div {
	float:left;
	display:block;
	padding:5px;
	color:#627EB7;
}
div.page_item span {
	background:url(../images/item-right.png) no-repeat right top;
	width:790px;
	height:90px;
}
div.page_small_item > div {
	background:url(../images/item-right.png) no-repeat right top;
	width:90px;
	height:50px;
	line-height: 50px;
	text-align:center;
}
div.album_item {    
	float: left;	
	height: 210px;
	margin: 3px;
	width: 300px;
}

div.album_item span {	
   text-align:left;
}
div.album_item_thumbnail {	
   background-color: #CECECE;  
   height: 152px;   
   padding-top: 2px;  
   padding-left: 17%;
	overflow: hidden;
}

div.album_item_thumbnail img {
	max-width: 100%;
}

div.album_item_title {	
   color: black;    
   font-weight: bold; 
   margin: 0 auto;    
   padding-bottom: 4px;  
   padding-top: 4px; 
   position: relative;   
   text-align: left;    
   width: 167px;	
   height: 22px;
}
input.naslov {	
   width: 300px;	
   right: 1px;	
   position: relative;	
   text-align: left;
}
input.alt {	
   width: 300px;	
   right: 1px;	
   position: relative;	
   text-align: left;
}
textarea.admin {	
   resize: none;	
   width: 300px;	
   height: 30px;	
   right: 1px;	
   padding-bottom: 30px;	
   padding-top: 6px;	
   position: relative;	
   text-align: left;
}
div.album_item_title_edit_naslov {	
   color: black;
}
div.album_item_title_edit_alt {	
   color: black;
}
div.album_item_title_edit_subtitle 
{	
   color: black;
}
div.album_item_title_edit 
{	
   color: black;	
   margin-left: 107px;	
   padding-bottom: 4px;	
   padding-top: 6px;	
   position: relative;	
   text-align: left;	
   width: 167px;	
   top: 0px;}
form.EditPictureForm 
{	
   position:relative;	
   top:-155px;	
   background-color: 
   rgba(0, 0, 0, 0.5);
}
div.album_item_pictures 
{ 
   color: #000000;  
   font-weight: bold;   
   height: 22px;  
   margin: 0 auto; 
   padding-bottom: 4px;   
   padding-top: 4px;   
   position: relative;   
   text-align: center;   
   width: 167px;
}
div.album_item_icon {
	background: url("../images/transparent.png") repeat scroll 0 0 transparent;
    color: black;
    padding-bottom: 4px;
    padding-top: 10px;
    position: relative;
    top: -160px;
    width: 32px;
	margin-left:5px;
}
div.album_shift_left_icon {
	background: url("../images/transparent.png") repeat scroll 0 0 transparent;
    color: black;
    padding-bottom: 4px;
    padding-top: 10px;
    position: relative;
    top: -160px;
    width: 32px;
	margin-left:5px;
}
div.album_shift_right_icon {
	background: url("../images/transparent.png") repeat scroll 0 0 transparent;
    color: black;
    padding-bottom: 4px;
    padding-top: 10px;
    position: relative;
    top: -160px;
    width: 32px;
	margin-left:5px;
}
div.album_item_delete_icon {
	background: url("../images/transparent.png") repeat scroll 0 0 transparent;
    margin-left: 5px;
    margin-top: -160px;
	position:absolute;
    width: 32px;
}
img.show-picture-details {
	cursor:pointer;
}
div.album_item > a {
    display: block;
    height: 129px;
    position: relative;
    top: -167px;
    width: 170px;
}
form#AddAlbumForm > span.Message {
	position:relative;
	top:-15px;
}
form.EditPictureForm > span.Message {
	position:relative;
}
div.album_item_button {
	position: relative;    
	top: -100px;  
	height: 20px;    
	margin: 0 auto;   
	margin-left: 34%;
}

div.tabs a:hover span, div.page_item:hover span {
	color:#627EB7;
}
div.tabs a:hover, div.tabs a.selected {
	background-position:0% -42px;
}
div.tabs a:hover span, div.tabs a.selected span {
	background-position:100% -42px;
}
div.page_item:hover {
	background-position:0% -100px;
}
div.page_item:hover span {
	background-position:100% -100px;
}
div.tabs h2 {
	font-size: 24px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    top: 15px;
}
div#admin-panel {
	width:950px;
	left:-15px;
	top:-15px;
	position:relative;
	height:65px;
}
div#logout {
	text-align:center;
}
div#center-wrap {
	width:400px;
	margin:0 auto;
}
div.admin-user-info {
	margin-left: 680px;
    padding: 10px;
    position: absolute;
    text-align: right;
    top: 15px;
    width: 250px;
	height: 24px;
}

.hidden {
	display:none;
}

.hidden-pcm-item {
	height:1px;
	overflow:hidden;
}
div.row {
	clear: both;
	padding-top: 5px;
}

div.row span.label {
	float: left;
    padding-right: 10px;
    text-align: right;
    width: 120px;
}

div.row span.field {
	float: left;
	text-align: left;
	z-index:1;
	overflow:hidden;
}
div.row span.allow-overflow {
	overflow-x: scroll !important;
	width: 504px;
}

div.row span.emailpreviewfield {
	text-align: left;
	z-index:1;
	overflow:hidden;
}
form#MailingPreviewForm {
	width:100%;
}

div.page_item_title_short {
	width:390px;
	position:relative;
	float:left;
	padding-right:10px;
	clear:none;
}
div.page_item_edited {
	width:120px;
	position:relative;
	float:left;
	padding-right:10px;
	clear:none;
}
div.page_item_keywords {
	width:200px;
	position:relative;
	float:left;
	padding-right:10px;
	clear:none;
}
div.page_item_title {
	width:390px;
	position:relative;
	float:left;
	padding-right:10px;
	clear:left;
}
div.page_item_preview {
	width:390px;
	position:relative;
	float:left;
	padding-right:10px;
	clear:left;
}
div.page_item_disabled {
	width:40px;
	position:relative;
	float:left;
	padding-right:10px;
	clear:none;
}
div.page_item_category {
	width:100px;
	position:relative;
	float:left;
	padding-right:10px;
	clear:none;
}
div.page_item_default {
	width:40px;
	position:relative;
	float:left;
	padding-right:10px;
	clear:none;
}

div.page_item > a {
	position:relative;
	display:block;
	width:800px;
	height:100px;
}

div.page_item > a.preview {
	position:relative;
	display:block;
	width:400px;
	height:20px;
	top: -20px;
}

font.blue {
	color:blue;
}

font.small {
	font-size:10px;
}

a.small {
	font-size:10px;
}
font.huge {
	font-size:36px;
	cursor:pointer;
	vertical-align: middle;
}

img#show_hide_links, img#page_graph {
	cursor:pointer;
}
img.arrow_page_links {
	vertical-align: middle;
	cursor:pointer;
}

.width-500 {
	width:500px;
}

input[type=button] {
	cursor:pointer;
	padding:2px 4px;
}

div.folder {
	float: left;
    font-size: 20px;
    margin: 0 3px;
    position: relative;
    text-align: center;
    width: 220px;
}

div.files-wrap {
	clear:left;
	width:930px;
	position:relative;
	float:left;
	padding: 5px;
}

div.files-wrap-product {
	clear: left;
    float: left;
    padding: 5px;
    position: relative;
    width: 625px;
}

div.item-file {
	background-color: #FFFFFF;
    border-bottom: 1px solid #BCD2E6;
    border-left: 1px solid #BCD2E6;
    border-top: 1px solid #BCD2E6;
    float: left;
    height: 50px;
    margin: 2px 0 2px 2px;
    padding: 8px 0 8px 8px;
    position: relative;
    width: 275px;
}
div.item-file-overflow {
	height:50px;
	width:150px;
	overflow:hidden;	
}
div.item-file-form {
	background-color:white;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 2px;
    position: relative;
    width: 15px;
	height: 62px;
	border-right:1px solid #BCD2E6;
	border-top:1px solid #BCD2E6;
	border-bottom:1px solid #BCD2E6;
}

input.delete:hover {
	background-image:url(../images/delete-hover.png);
}

div.item-file-form > input {
	background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/delete.png");
    background-repeat: no-repeat;
    border: medium none;
    float: right;
    height: 16px;
    margin: 2px !important;
    padding: 0 !important;
    width: 10px;
}

input.m-short, select.m-short {
	margin: 1px;
	width:100px;
}

li.m-subitem input.m-short {
	margin-left: 11px;
    width: 90px;
}

input.m-medium, select.m-medium {
	margin: 1px;
	width:200px;
}

input.m-long, select.m-long {
	margin: 1px;
	width:600px;
}
input.slider-description {
	margin-left: 46px;
}
input#PostSlider {
	margin-left: 95px;
}
input.m-average, select.m-average {
	margin: 1px;
	width:150px;
}

ul {
	list-style:inside;
}

ol {
	list-style:inside;
	list-style-type:decimal;
}

li.m-details {
	list-style:none;
	margin-left: 45px;
}

li.m-item {
	list-style-image:url(../images/m-item.gif);
	cursor:pointer;
	text-align:left !important;
}

li.m-subitem {
	list-style-image:url(../images/m-subitem.gif);
}

ul.m-main {
	padding-left: 50px;
    padding-top: 1px;
}
ul.m-main hr {
	width:800px;
}
input[type=button].menu-edit {
	margin: 5px 0 0 50px;
}
img#menu-delete, img#page-delete, img#contact-delete, img#news-delete, img#action-delete, img#album-delete, img#user-delete, img#subscriber-delete {
	margin: 5px 0 0 415px;
}
.transparent {
	opacity:0.7;
}

img.delete, img.add {
	cursor: pointer;
    padding-left: 5px;
}

div.content-right {
	width:700px;
	min-height:200px;
	padding-left:15px;
	clear:none;
	float:right;
}

div.content-left {
	width:700px;
	min-height:200px;
	padding-right:15px;
	clear:none;
	float:left;
}

div.sidebar-right {
	width:200px;
	min-height:200px;
	clear:none;
	float:right;
}

div.sidebar-left {
	width:200px;
	min-height:200px;
	clear:none;
	float:left;
}
div.user-info {
    text-align:center;
}
div.widget {
	padding:0px;
	margin-bottom:10px;
	overflow:auto;
}

div.widget-class-1 {
	background-color:#DEDEDE;
}

div.edit-widget-item {
	background-color: #ECF2F8;
    border: 1px solid #BCD2E6;
    float: left;
    margin: 6px;
    padding: 5px;
    position: relative;
    width: 275px;
}

div.edit-widget-item:hover {
	background-color: #E2EBF4;
}

div.edit-widget-item h3 {
	text-align:center;
}

div.edit-widget-item input.enabled {
	left: 38px;
    position: relative;
    top: -34px;
}

div.subscribe-msg {
	padding-left:46px;
}

div.widget ul {
	padding-left:20px;
}

#header #border {
	margin: 2px auto;
    width: 100%;
	height:1px;
	background-color:black;
}

div.hr {
	margin: 5px auto;
    width: 100%;
	height:1px;
	background-color:black;
}

#header #shortcuts {
	border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: 50px;
    margin-left: 698px;
    position: absolute;
    text-align: right;
    top: 80px;
    width: 200px;
}

#user-info {
    float: left;
    height: 37px;
    padding: 7px;
    text-align: right;
    width: 136px;
}

#user-logout {
    cursor: pointer;
    float: left;
    height: 16px;
    position: absolute;
    top: 25px;
    width: 16px;
}

#profile-picture {
    height: 50px;
    text-align: right;
    width: 50px;
	float:left;
}

#header .shortcut {
	float:right;
	padding-right:12px;
	clear:none;
}

#footer .shortcut, div.letter {
	float:left;
	padding-right:12px;
	clear:none;
}

.container, .loginContainer {
	background-color: #DEDEE6;
    border-color: #D1D1D1;
	border-style:solid;
	border-width:1px;
	padding:25px;
}

.container {
	margin:0 auto;
	width:900px;
	min-height:250px;
	margin-top:5px;
}

.loginContainer {
	margin:0 auto;
	width:500px;
	min-height:250px;
	margin-top:5px;
}

select {
	margin:2px 4px 2px 0px;
}

div#column1 {
	float:left;
	width:250px;
	margin-right:10px;
}
div#column2 {
	float:left;
	width:600px;
}
div.atribute {
	float:left;
	width:100px;
	text-align:right;
	padding-right:5px;
	padding-bottom:5px;
	height:20px;
}
div.atribute_short {
	float:left;
	width:85px;
	text-align:right;
	padding-right:5px;
	padding-bottom:5px;
	height:20px;
}
div.field_short {
	float:left;
	width:50px;
}
div.field_medium {
	float:left;
	width:150px;
}
div.field_average {
	float:left;
	width:115px;
}
div.field_long {
	float:left;
	width:315px;
}
div.field_full {
	float:left;
	width:100%;
}

p.small {
	font-size:smaller;
}

.clear { clear:both; }

.space1 { height:1px; }
.space4 { height:4px; }

.fleft { float:left;}
.fright { float:right;}

.cleft { clear:left;}
.cright { clear:right;}

.lalign { text-align:left; }
.ralign { text-align:right; }

p { margin:0; padding:0;}



font.mandatory {
	color:#DB211B;
}
font.colored {
	color:#096CFB;
}
font.ok {
	font-weight:bold;
	color:#00A253;
}
font.error {
	font-weight:bold;
	color:#DB211B;
}

div.bold {
	font-weight:bold;
}
div.white {
	color:white;
}
input[type=submit], button {
	padding:2px 3px 2px 3px;
}
input[type=submit].noPadding {
	padding:0px !important;
	position:relative;
	top:-1px;
}
input[type=submit]:hover, button:hover {
	cursor:pointer;
}

input[type=text], input[type=password], input[type=file] {
	border:solid;
	border-width: 1px;
	border-color: #A5A5A5;
	background-color: white;
	color: #2C3944;
	height:18px;
}
input[type=file] {
	height:25px !important;
}
div.message {
	background-color:#D5E8FF;
	margin:5px;
	padding:5px;
	border:solid;
	border-width: 1px;
	border-color: #4298FF;
}
div.center {
	text-align:center;
}
div.error {
	color:red;
}

input.short {
	width:35px;
}
input.small {
	width:70px;
}
input.medium {
	width:115px;
}
input.average {
	width:100px;
}
input.long {
	width:300px;
}

div.b {
	font-weight:bold !important;
}

div.dbg {
	background-color:#E6E6EC !important;
}
div.welcome {
	height:400px;
}

div.index-type {
	position:relative;
	left:40px;
}

div.s {
	font-size:10px;
	line-height:10px;
	text-align:left;
}

div.paginator {
	margin:0px auto;
}

div.paginatorItem {
	border:1px solid #DDDDDD;
	border-color:#DDDDDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	background-color:white;
	padding:0px;
	margin-right:4px;
	text-align:center;
	float:left;
	clear:none;
}

div.paginatorItemDisabled {
	border:1px solid #DDDDDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	background-color:#889cb2;
	color:white;
	padding:2px 6px;
	margin-right:4px;
	min-width:16px;
	text-align:center;
	float:left;
	clear:none;
}

div.paginatorItem:hover {
	background-color:#889cb2;
	cursor:pointer;
}

div.paginatorItem a {
	display:block;
	height:100%;
	padding:2px 6px;
	min-width:16px;
	color:#889cb2 !important;
	text-decoration:none !important;
}

div.paginatorItem:hover a {
	color:white !important;
	text-decoration:none !important;
}

div.footer-copyright {
	text-align:center;
}

div.page_icons {
	float:right;
	width:70px;
}

a#log, a#ibp, a#statistics {
	cursor:pointer;
}
div.pChartPicture { border: 0px; }
font.rankings-spider {
	text-transform:uppercase;
	font-weight:bold;
}
font.rankings-keyword {
	display: inline-block;
}
a.rankings-keyword {
	cursor:pointer !important;
	color: inherit !important;
    font-weight: normal !important;
}
div.rankings-similar {
	clear: both;
    display: none;
    float: left;
	width: 650px;
}
div.rankings-similar ul li {
    display: inline;
    padding-left: 5px;
    padding-right: 20px;
}
div.align-keyword {
    float: left;
	position:absolute;
}
div.align-keywords {
    float: left;
    height: 16px;
    position: relative;
}
div.new-spider, div.new-keyword {
	clear: both;
    float: left;
    height: 18px;
}
font.rankings-position {
	font-size: 9px;
    margin-left: -19px;
    position: absolute;
}
span.keywords img {
	margin-right: 2px;
    margin-top: 2px;
    position: relative;
}
span.keywords a {
	position: relative;
    top: -2px;
}
div.log-wrap {
	background-color: white;
    border: 1px solid #7F9DB9;
	width: 492px;
	max-height: 60px;
	float:left;
	padding-left:10px;
	overflow:auto;
}

div#album-names, div#page-names, div#module-names {
	display:none;
}

img.deleteIcon, img.addIcon{
	float:right;
	margin-left:10px;
	marging-right:10px;
}

div.SliderGroupEdit{
	display:none;
}
table.Order {
	border: 1px solid;
    width: 915px;
}	
table.Order td {
	padding: 5px;
	text-align: left;
}	
table.Order td.ID {
    width: 50px;	
}		
table.Order td.Date {
	width:125px;	
}		
table.Order td.Status {
	width:140px;	
}
table.Order td.Status1 {
	background-color:#F90;
}
table.Order td.Status2 {
	background-color:#FF0;
}
table.Order td.Status3 {
	background-color:#9F3;
}
table.Order td.Amount {
	width:70px;	
}		
table.Order td.PDF {
	width:100px;	
}		
table.Order td.Cancel {
	width:175px;	
}
input.quantity-numeric {
	width:35px;
	position:relative;
	top:-4px;
	text-align:center;
}

div.pagelock {
	clear:both;
	float:left;
	width:350px;
}
div.pagelock-title {
	float:left;
	width:200px;
	height:30px;
	text-align:left;	
}
div.pagelock-remove {
	float:left;
	width:130px;
	height:30px;
	text-align:left;	
}


#LoginForm label {
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 120px;
}


#LoginForm #PostLogin {
	margin-top:10px;
}