html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size:inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.6;
    font-family: 'Assistant', arial, sans-serif;
    font-size: 16px;
    color: #000;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end css reset*/

.clear:before,
.clear:after,
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
} 
.clear:after,.clearfix:after {
    clear: both;
}
.clear,.clearfix {
    zoom: 1; 
}

html,body {
    margin:0;
    padding:0;
    height:100%;
}

b,strong {
    font-weight: 700;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/***popup**/
.myformPop {
    display: none;
	width: 100%;
    max-width: 320px;
    min-height: 189px;
    padding: 8px;
    background: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#10000000);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    background: rgba(0,0,0,0.1);
}

.myformPop *, .myformPop {
    box-sizing: content-box;
}

.myformPop i.close,
.myformPop .cancelButton,
.myformPop .acceptButton{
    position: absolute;
    bottom: 15px;
    font-family: arial;
    font-size: 0.750em;
    left: 15px;
    display: block;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #a95151;
    box-shadow: 0 1px 2px 0 #cd8787 inset;
    -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
    -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
    background: #c57979;
    background: -moz-linear-gradient(top, #c57979 0%, #a34c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
    background: -webkit-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -o-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -ms-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: linear-gradient(top, #c57979 0%,#a34c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
    border: 0px;
    outline: none;
    text-shadow: 0 -1px #6f6f6f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.myformPop .confirmButtons {
    width: 193px;
    margin: 0 auto;
    margin-top: 81px;
}
.myformPop .confirmButtons button {
    float: right;
    margin-right: 10px;
    padding: 12px 25px 12px 25px;
    position: relative;
    left: auto;
    bottom: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
    font-size: 0.875em;
    font-weight: normal;
}

.myformPop .cancelButton {
    border: 1px solid #6F3333;
}

.myformPop .acceptButton {
    margin-right: 0px;
    background: #a9ca7b; /* Old browsers */
    background: -moz-linear-gradient(top, #a9ca7b 0%, #84ab58 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9ca7b), color-stop(100%,#84ab58)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9ca7b 0%,#84ab58 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9ca7b', endColorstr='#84ab58',GradientType=0 ); /* IE6-9 */
    border: 1px solid #567A34;
}

.myformPop i.close:hover,
.myformPop .confirmButtons button{
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.myformPop i.close:active,
.myformPop .confirmButtons button:active {
    background: #b15e5e;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.myformPop .confirmButtons .acceptButton:active {
    background: #a9ca7b;
}

.myformPop .heading {
    width: 320px;
    height: 44px;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    border-bottom: 1px solid #bababa;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #444444;
    text-shadow: 0px 1px 0px #fff;
}

.myformPop .output {
    font-family: arial;
    font-size: 0.875em;
    width: 300px;
    min-height: 114px;
    background: #efefef;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    padding-bottom: 42px;
}

.myformPop .output.delete {
    color: #A70505;
}

.myformPop .output span.success {
    color: #4F8A10;
    border: 1px solid #4F8A10;
    background: #DFF2BF;
    display: block;
    padding: 3%;
    width: 94%;
    text-align: center;
}
.myformPop .output span.error {
    color: #A70505;
}

.myformPop .output ul {
    list-style-type: disc;
    color: #D8000C;
    background-color: #FFBABA;
    padding: 3%;
    width: 94%;
    margin: 0;
    border: 1px solid #D8000C;
}

.myformPop .output ul li {
    margin-right: 20px;
}
/***popup**/
