/*Basic Design*/

html {
	position: relative;
	min-height: 100%;
	
	-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
body {
	margin: 0 0 60px;
}

a[href]:after {
        content: none !important;
}

textarea {
	resize: vertical;
}

footer {
    position: absolute;
    left: 0;
    bottom: 2;
    height: 60px;
    width: 100%;
}

.error{
	font-size : 600%;
}