#corps .container .important
{
    color: #1683d4;
    font-family: MyriadPro-Bold, serif;
    font-size: 16pt;
}
#corps .container form
{
    width: 650px;
    margin: auto;
    margin-top: 10px;
}
#corps .container form p label
{
    display : block;
	float : left;
	width : 250px;
	font-size : 11pt;
	font-weight : bold;
	font-family : Arial, serif;
	line-height : 25px;
}
#corps .container form p input
{
    border: 1px solid #d0cfcf;
    box-shadow : inset 0 0 5px #adadad;
    height: 25px;
    width: 375px;
    display: block;
    font-size : 11pt;
	font-weight : bold;
	font-family : Arial, serif;
    padding-left: 5px;
    color: #757575;
    margin-bottom: 10px;
}
#corps .container form p textarea
{
    border: 1px solid #d0cfcf;
    box-shadow : inset 0 0 5px #adadad;
    width: 375px;
    height: 180px;
    display: block;
    font-size : 11pt;
	font-weight : bold;
	font-family : Arial, serif;
    padding-left: 5px;
    color: #757575;
    padding-top: 5px;
}
#corps .container form p input[type="submit"]
{
    margin: auto;
    margin-top: 10px;
}
#corps .container form p input[type="submit"]:hover
{
    cursor: pointer;
}
#corps .container .left
{
    float: left;
    width: 360px;
    height: 500px;
    text-align: center;
    margin-left: 15px;
}
#corps .container .left b, #corps .container .right b
{
    font-weight: bold;
    font-size: 14pt;
}
#corps .container .right
{
    float: left;
    width: 345px;
    margin-left: 15px;
    height: 500px;
    text-align: center;
}
#corps .container .right img
{
    box-shadow: 4px 4px 8px #231f20;
}