/**{
	cursor:url('../files/images/cursor.png'), auto;
}*/
a{
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}

a:link,a:visited{
	text-decoration:none;
	color:#4E739E;
	cursor:pointer;
}

a:hover{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}

img, p, input, button, submit, ul, li, a, textarea, select, fieldset, form, h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
}

img, fieldset{
    border:0px;
}

li{
	list-style:none;
	list-style-position:inside;
}

p{
	font-size:100%;
}

h1{
	font-size:130%;
}
h2{
	font-size:120%;
}

h3{
	font-size:110%;
}

h4{
	font-size:100%;
}

h5{
	font-size:90%;
}

h6{
	font-size:80%;
}
input[type=text],input[type=password], input[type=submit], button, textarea, select{
	padding:2px;
	border:1px solid #666666;
}
input[type=text]:focus,input[type=password]:focus, input[type=submit]:focus, button:focus, textarea:focus, select:focus{
	border-top:1px solid #7D7DD7;
        border-left:1px solid #7D7DD7;
        border-right:1px solid #2727d7;
        border-bottom:1px solid #2727d7;
        background-color:#e7e7e7;
}
textarea{
	width:100%;
	height:100%;
}
fieldset{
	padding:4px;
}
legend{
	color:#000000;
	font-weight:bold;
}
label, .label, .label2, .jforms-label{
	font-weight:bold;
	font-style:italic;
	font-size:small;
}
.label2{
    width:100%;
    border-bottom:1px dashed #666666;
    text-align:center;
}
button{
	cursor:pointer;
}
.pagelinks{
    text-align:center;
}
.pagelinks li{
    display:inline;
}
.jelix-msg{
    text-align:center;
    font-size:12px;
    margin:10px 0;
}
