﻿body {
}

.newsInput
{
    padding: 5px 5px 5px 5px;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 2px 0px;
    font: normal normal normal 17px/1.4em Helvetica, Arial, sans-serif;
    color: rgb(101, 101, 101);
    margin: 5px 5px 0px 5px;
    border: 0px solid rgb(255, 255, 255);
    border-image: initial;
    background-color:#FCF9D9;
}
.normalInput
{
    height:23px;
    width:400px;
}
.selectInput
{
    padding: 5px 5px 5px 5px;
    border-width:0px;
    box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 2px 0px;
    height:33px;
    width:410px;
    background-color:#FCF9D9;
    font: normal normal normal 17px/1.4em Helvetica, Arial, sans-serif;
    color: rgb(101, 101, 101);
    margin: 5px 5px 0px 5px;
}
.bigInput
{
    height:213px;
    width:352px;
    resize:none;
}
.ctcInMain
{
    background-color:White;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    position:relative;
    padding: 5px 10px 20px 10px;
    height:120px;
}
.ctcMain
{
    background-color:White;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    position:relative;
    padding: 5px 10px 20px 10px;
    margin-bottom:40px;
}
.ctcTitle
{
    color: rgb(198,0,0);
    margin-bottom:15px;
    font: normal normal normal 1.5em 'JosefinSlabBold', Arial, sans-serif;
}
.ctcDesc
{
    color: rgb(101, 101, 101);
    font: normal normal normal 17px/1.4em Helvetica, Arial, sans-serif;
    margin-bottom:25px;
}
.ctcInfo
{
    float:left;
    width:400px;   
}
.ctcInfoNm
{
    font: normal normal normal 17px Helvetica, Arial, sans-serif;
    text-decoration: underline;
    margin-bottom:5px;
    margin-left:15px;
}
.ctcInfoDet
{   
    font: normal normal normal 14px Helvetica, Arial, sans-serif;
    margin-left:15px;
}
.ctcInfoDet a
{   
    text-decoration:none;
    color:rgb(101,101,101);
}
.ctcInfoDet a:hover
{   
    text-decoration:none;
    color:rgb(198,0,0);
}
.lsCtc
{
    float:left;
}
.rsCtc
{
    float:left;
}
.ctcPhone span
{
    position:relative;
    top:-10px;
}
.ctcEmail span
{
    position:relative;
    top:-10px;
}
.button
{
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 2px 0px;
    background-color: rgb(192, 0, 0);
    font: normal normal normal 17px/1.4em Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    padding: 5px;
    margin-left: 5px;
    border: none;
    border-image: initial;
    float: right;
    cursor: pointer;   
}
.btnCont
{
    float:right; 
    margin-right:6px;
}
.expMsg
{
    margin:5px 0px 0px 5px;
    float:left;
    width:400px;
    font: normal normal bold 11px Helvetica, Arial, sans-serif;
    color:rgb(198,0,0);
}
    