
form {
    position:relative;
}
/*form input,form textarea{
	position:relative;
	display:block;
	font-family: 'Roboto',sans-serif;
}*/
.inputContainer {
    display: block;
    position: relative;
}
.tooltip{
    position:relative;
    width:0;
    height:0;
    display:inline-block;
    float: right;
    display: inline;
    word-wrap:none;
}
.tooltipinner{
    background-color: #ff7000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 20px;
    left: -100px;
    line-height: 14px;
    padding: 2px 4px 0;
    position: absolute;
    top: -19px;
    white-space: nowrap;
    z-index: 300;
    cursor: pointer;
}




/*
element.style {
    left: 750px;
    opacity: 1;
    position: absolute;
    top: 747px;
    transition-property: none;
}

*/
#toolTipContainer{
    position:absolute;
    width:100%;
    height:0px;
    background-color:red;
    top:0;
}
#toolTipContainer .tooltip {
    /*    background: none repeat scroll 0 0 #FF6100;*/
    background: none repeat scroll 0 0 #FF9B22;
    /*    border-radius: 4px 4px 4px 4px;*/
    box-shadow: 0px 0px 4px #FF9B22;

    color: #FFFFFF;
    cursor: default;
    line-height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    position: absolute;
    top:3px;
    left:30px;
    z-index: 500;
    opacity: 1;
    transition-property: none;
    white-space: nowrap;
    height: auto;
    width: auto;
    font-family: 'Roboto',sans-serif;

    padding-top: 2px;
}

#fader {
    z-index:999;
    top:0;
    left:0;
    position:fixed;
    width:100%;
    height:100%;
    opacity:0.5;
    display:none;
    background: radial-gradient(ellipse at center center , transparent 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 transparent;
}
#toolTipContainer #dialogg{
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    box-shadow:0px 0px 43px  #505050;
    background-color:#fafafa;
}
#toolTipContainer #dialogg h1{
    background-color: #DEDEDE;
    border-radius: 6px 6px 6px 6px;
    color: #454545;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 3px;
    text-align: center;
}
#toolTipContainer #dialogg p {
    color: #454545;
    font-size: 15px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
}
#toolTipContainer #dialogg input{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px auto 0;
    min-width: 50px;
    padding: 2px 7px;
    text-align: center;
    background:linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%) repeat scroll 0 0 transparent;

    border: 1px solid #777777;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}