/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 21, 2019, 7:32:21 PM
    Author     : Mohammad
 position: fixed  to absolute change by shiran 1403-06-06
*/

.formAnswerBtn{
    margin: 0 auto;
    position: absolute;
    background-color: #f4f4ff ;
    bottom: 0px;
    padding: 10px
}

.redBorder{
    border: solid thin red;
}
span.requierd.star{
    color: red;
    font-size: 2em;
}