.containerr.form input,

.containerr.form textarea

{

    /*font-size: 1.2em;*/



    width: 100%;

    /*height: 50px;*/

    margin: 5px 0;



    /*text-align: center;*/



    /*border: 1px solid #000;

    border-radius: 3px;*/

}



.containerr.form textarea

{

    height: 110px;

    padding: 5px;



    text-align: left;

}



.containerr.form

{

    margin-top: 20px;

}



div#error,

div#success

{

    width: 50%;

    margin: 10px auto;

    padding: 10px;

}



div#success

{

    color: green;

    border: 1px solid green;

}



div#error

{

    color: red;

    border: 1px solid red;

}



#clearbtn,

input[name=mod_istcontacst_submited]

{

    transition: .5s all;



    /*border-radius: 10px 0!important;*/

}



#clearbtn:hover,

input[name=mod_istcontacst_submited]:hover

{

    color: #fff;

    border-color: #ed1c24!important;

    background-color: #ed1c24;

}



.containerr.form

{

    margin-top: 20px;

}



.contacts

{

    /*padding: 20px 0;*/



    text-align: center;

}



span.phonered

{

    margin: 0 5px;



    color: red;

}



div#skype

{

    color: red;

}

div#skype > span

{

    color: #000;

}

